Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 12-30-2010, 10:30 PM   #1
New Member
 
Join Date: Dec 2010
Posts: 2
Default CSS Navigation Alignment Problem in Internet Explorer

Hello Everyone

I am have some trouble with my ie "break it till you fix it" mojoe. I am using css sprite navigation which is working wonderfully in all other browsers.

The problem!(lack of compliance?)

The active state stays horizontally aligned but adds(reveals?)pixels as you move down through the nav.

The hover state begins 10px or so out of vertical alignment then adds(reveals?)pixels as you hover down through the nav.
http://vibrantvisions.ca/sQNew/index.html

Thanks for your time
theOtherHand is offline   Reply With Quote


Old 01-05-2011, 03:38 PM   #2
Super Moderator
 
Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
Default

The reason you are having issues with your menu (and the sprites) is due to invalid html. If you use list items (li tags), the first parent (containing element) MUST be a list tag (ul tag). So try changing your html to this:

HTML
HTML Code:
<ul id="nav">
        <li id="home"><a href="index.html" title="House Cleaning Toronto "><span>House Cleaning</span></a></li>
        <li id="office"><a href="office-cleaning-toronto.html" title="Office Cleaning Toronto"><span>Office Cleaning</span></a></li>
        ...
</ul>
__________________
John Darling
Graphic / Web Designer
SmarterTools Inc.
(877) 357-6278
www.smartertools.com
PixelPusher is offline   Reply With Quote
Old 01-05-2011, 06:00 PM   #3
New Member
 
Join Date: Dec 2010
Posts: 2
Default

Thanks for the response and example.
theOtherHand is offline   Reply With Quote
Old 01-06-2011, 03:00 PM   #4
Super Moderator
 
Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
Default

Quote:
Originally Posted by theOtherHand View Post
Thanks for the response and example.
Anytime, your welcome. Let us know if you still need further help.
__________________
John Darling
Graphic / Web Designer
SmarterTools Inc.
(877) 357-6278
www.smartertools.com
PixelPusher is offline   Reply With Quote
Old 01-08-2011, 07:27 AM   #5
Bronze Member
 
Join Date: Sep 2009
Posts: 57
Default

Post your css please. My be something wrong with that code
gumspitter is offline   Reply With Quote


Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:00 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.