OZONE Asylum
Forums
Site reviews!
Site update
This page's ID:
10452
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Just a quick reply to 'optimize' the navigation. CSS is your friend, and you can replace the whole opacity thingy by a simple :hover pseudo classe[code]<html> <head> <style type="text/css"> a.navigation { color:silver; text-decoration:none; line-height:1.5em; } a.navigation span { background:lightblue; color:white; margin-right:4px; } a.navigation:hover, a.navigation_selected { color:black; text-decoration:none; line-height:1.5em; } a.navigation:hover span, a.navigation_selected span { background:blue; color:white; margin-right:4px; } </style> </head> <body> <a href="#" class="navigation"><span>>></span>test 1</a><br /> <a href="#" class="navigation"><span>>></span>test 2</a><br /> <a href="#" class="navigation_selected"><span>>></span>test 3 ( selected )</a><br /> </body> </html>[/code] Though Liquid only work with IE, that way your navigation looks the same on browsers support the :hover pseudo class. And it also put your page on diet ;) I'm not really an XHTML advocate but I think you should even embed the items in some ULs and OLs. Cheers, [b]Mathieu "POÏ" HENRI[/b]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »