IPB

Welcome Guest ( Log In | Register )

[ Outline ] · Standard · Linear+

 Now You See It, Now You Don't, In need of an if/then

InfiniteWarrior
post Oct 2 2005, 02:58 PM
Post #1


Emperor


Group: Members
Posts: 800
Joined: 21-June 03
Member No.: 20



For the option to turn styles off and on, I'm using this little snippet:

CODE
<?php
if( $_GET['css'] != 'false' )
{
?>
 <link rel="stylesheet" href="style.css" type="text/css" />
<?php
}
?>


... and the links:

CODE
<a href="?css=false">Styles Off</a> | <a href="?css=true">Styles On</a>


... meaning both links are visible at all times. What I'd like to do is make one or the other disappear depending on which has been selected: "Styles Off" becomes "Styles On" and vice versa.

Any of you youngsters wanna help out an old lady?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Replies
Ruggiero
post Oct 2 2005, 06:56 PM
Post #2


Lord


Group: Admin
Posts: 1,177
Joined: 13-June 03
Member No.: 2



I KNOW Liz has seen this thread.... I just don't know if he knows the answer. wink.gif

Rugg


--------------------
Oobawanga wata chopay polah.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic


Topic Options
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
 

Lo-Fi Version Time is now: 23rd April 2024 - 03:03 AM