| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| DesignersTalk > Internet Explorere Horizontal Dropdown List not working correctly |
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Registered User
Join Date: Nov 2007
Posts: 4
|
Internet Explorere Horizontal Dropdown List not working correctly
Ok, I am a very big time Newbie to all of this and cannot seem to make a CSS Horizontal dropdown work with Internet Explorer 7.0 on my site: Everything seems to work just fine in Firefox. Thanks for any insight on this matter. nwdetectorist@gmail.com Here is a copy/paste of my copied and pasted css sheet. /* CSS Menus - Horizontal CSS Menu with Dropdown */ ul#navlist { font-family: sans-serif; font-size: 10pt;} ul#navlist a { font-weight: bold; text-decoration: none; } ul#navlist, ul#navlist ul, ul#navlist li { margin: 0px; padding: 0px; list-style-type: none; } ul#navlist li { float: left; } ul#navlist li a { color: #ffffff; background-color: #2F4F4F; padding: 3px; border: 1px #ffffff outset; } ul#navlist li a:hover { color: #ffff00; background-color: #003366; } ul#navlist li a:active { color: #cccccc; background-color: #003366; border: 1px #ffffff inset; } ul#subnavlist { display: none; } ul#subnavlist li { float: none; } ul#subnavlist li a { padding: 0px; margin: 0px; } ul#navlist li:hover ul#subnavlist { display: block; position: absolute; font-size: 10pt; padding-top: 5px; } ul#navlist li:hover ul#subnavlist li a { display: block; border: none; padding: 2px; } Thanks for any sage advice you could assist me with. Have a great day. nwdetectorist |
|
|
|
|
|
#3 (permalink) | |
|
Registered User
Join Date: Nov 2007
Posts: 4
|
Quote:
But the site will not allow me to do this until I make 15 posts or more. "Harummph" The following errors occurred when this message was submitted. 1. You are only allowed to post URLs to other sites after you have made 15 posts or more. Thanks nwdetectorist |
|
|
|
|
#4 (permalink) |
|
shiro
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 2,192
|
just delete the http://www part. It will let you paste the rest of the link into your post. |
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Nov 2007
Posts: 4
|
URL Post for this thread
URL Post for this thread My site is hosted by comcast h with the usual tee tee and a p, then a colon and the slashes Then home dot Then comcast dot Then net with a slash Then ~nwdetectorist Thanks, nwdetectorist |
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Nov 2007
Posts: 4
|
doH' home.comcast.net/~nwdetectorist The entire CSS based Horizontal Dropdown List does not seem to work worth a damn in Internet Explorer, no matter what recent version. It seems that in order for the CSS to work I have to find what Conditional Statement (Microsoft Speak) is needed. There is also a ton of information on the Internet about CSS Filters (also know as CSS Hacks) to work around Internet Explorer limitations. I have posted at MSDN (Microsoft Developer Network)forum in the Internet Explorer page and so far there have been 65 views but no response. I also emailed Microsoft technical support and all I got was a "canned response". I have also posted to several forums about web design and am hopeful of solution sometime soon. Meanwhile to view my site in its entirety with the links working, try using the Firefox browser. Thanks for any sage advice you could port my way. nwdetectorist |
|
![]() |