The menu bar on this site is awesome and it is done I think through css. Does anyone know how it is done.
http://www.wamu.com/personal/loanchoices/default.asp
Thanks
The menu bar on this site is awesome and it is done I think through css. Does anyone know how it is done.
http://www.wamu.com/personal/loanchoices/default.asp
Thanks
Divs, containers and images.
see CSS for the details
If you get confused look at the source code for the page and see the id= and container names to know where to follow from.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
First, thanks for your quick response.
Do you know if that is done automatically or do I need to mannual set the id="current" for each link on the corresponding page.
If it has to be done automatically, then that would be really cool.
Yes and no. You can do it both ways. I am a fan of the manual way though, so I am probably not the best to tell you how to do it automatically.
I know there was a thread around here a while back dealing with this exact thing.
I will do some other looking to see if I can find anything to help you out.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Added: This Link seems to be something of what you are after
Hope it helps.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Thank you so much. That is very helpful.
Welcome![]()
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Bookmarks