PDA

View Full Version : login/logout


Tiziano
May-15-2009, 05:20 AM
I've succeeded in making the footer I prefer except that login does not change to logout once I'm logged in.
Here's the site (http://justmytypeimaging.smugmug.com/).

And here's the html:
<div id="my_jmtifooter_footer" class="nav" style="visibility: visible; display: block;">
<div id="footer" class="nav" style="visibility: visible; display: block;">

<span class="homeLink">
<a href="http://justmytypeimaging.smugmug.com/" class="nav">home</a> | </span>

<span class="galleries_footer"><a href="http://justmytypeimaging.smugmug.com/gallery/8145313_NgbVS" class="nav">galleries</a> | </span>

<span class="other_footer"><a href="http://justmytypeimaging.smugmug.com/Other" class="nav">about</a> | </span>

<span class="cartlink_footer"><a href="https://secure.smugmug.com/cart" class="nav">
shopping cart</a> | </span>

<span class="text">Portions © 2009 just my type imaging or SmugMug, Inc. | </span>

<span class="loginLink">
<a href="https://secure.smugmug.com/login.mg?goTo=http%3A%2F%2Fjustmytypeimaging.smugm ug.com%2F" class="nav">login</a></span>
</div>
</div>
And the css:
.notLoggedIn .homepage #galleriesBox,
.notLoggedIn .homepage #categoriesBox,
.notLoggedIn .homepage #featuredBox {
display: none;
}

#jmti_footer {
display: none !important;
text-align: center;
}