|
| |
|
|
1eagle
Posts: 53 Joined: 1/16/2006 From: the foothills of the Colorado Rockies Status: offline
|
RE: CSS Vertical Pop Out Menu - 4/8/2006 21:54:25
Hello boonedawg, You may want to take a look at Stu Nichols css site he has done some great things with css. www.cssplay.co.uk/menus/index.html
|
|
|
|
Tailslide
Posts: 6112 Joined: 5/10/2005 From: Out here on the raggedy edge Status: online
|
RE: CSS Vertical Pop Out Menu - 4/9/2006 5:39:08
I've just used whatever:hover to force IE to show hover and focus effects in a form and I've used this method - slight variation that will just show the script to IE6 and earlier as hover should work with IE7. <!--[if lt IE 7]>
<style type="text/css">
body {behavior: url(scripts/csshover.htc);}
</style>
<![endif]--> If you're still having problems then a trick I've recently heard is to set up a neutral hover and possibly active rule for your menu links which seems to kickstart IE into behaving itself. Something like: ul#navlist a:hover, ul#navlist a:active { padding: 0; } or something else that won't actually effect the look of the menu but wakes IE up. BTW - Jaybee's right about CSSPlay - it is wonderful and he's a genius but make sure you read the comments on a demo before trying to implement it just in case.
< Message edited by Tailslide -- 4/9/2006 6:00:55 >
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|