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
InfiniteWarrior
post Oct 4 2005, 06:08 PM
Post #2


Emperor


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



Ah, dat's ok. Should have seen the sessions coming, but I have a lifeline for those. Thank you ever so much!

~ Infi
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic


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

Lo-Fi Version Time is now: 28th March 2024 - 02:05 PM