Link list problem in IE

This is a discussion on "Link list problem in IE" within the Web Page Design section. This forum, and the thread "Link list problem in IE are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 18th, 2006, 10:41
New Member
Join Date: Aug 2006
Location: UK
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Arrow Link list problem in IE

Hi,

I'm tearing my hair out at the moment trying to fix a cross-browser issue. The page in question is:

http://www.clickedon.net/winetaste

It displays as intended in Firefox, but the navigation bar is broken in IE. I've tried applying padding to #navlist ul, but the navigation bar tends to display too much padding, regardless of how little I declare.

I suspect it's down to IE's poor box model handling, but does anyone have any idea how it could be solved (preferably hack-free)?#

TIA.
Reply With Quote

  #2 (permalink)  
Old Aug 18th, 2006, 11:02
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link list problem in IE

I'm afraid I'm on a Mac and don't have access to my PC until Sunday. If you could provide me with a screenshot of what it looks like in IE, I may be able to help.
Reply With Quote
  #3 (permalink)  
Old Aug 18th, 2006, 13:00
New Member
Join Date: Aug 2006
Location: UK
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link list problem in IE

An IE screenshot can be found at http://www.clickedon.net/winetaste/ie.jpg
There's an unwanted gap between the header image and nav, and the nav DIV doesn't seem to stretch to the height of the LIs.
Reply With Quote
  #4 (permalink)  
Old Aug 18th, 2006, 14:05
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link list problem in IE

For starters get rid of this prolog:
Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
at the beginning of the file. It is not a mandatory requirement and it cause all sorts of browser issues.

In IE's case, it switches it into quirks mode.

Try that first and then come back to us.
Reply With Quote
  #5 (permalink)  
Old Aug 18th, 2006, 14:15
New Member
Join Date: Aug 2006
Location: UK
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link list problem in IE

Hi Geoff,

I've removed the line - any other ideas as to the cause?
Reply With Quote
  #6 (permalink)  
Old Aug 18th, 2006, 15:31
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link list problem in IE

Your styles, clear: left and clear: right on the first and last li serve no purpose, they can go.

Take the display: block out of the navcontainer definition as div's are by default bloack elements and put it in your a: definition as this wil make them active for the full width of the li containing them.

Give the navcontainer a position: relative. No need for aany actual positional info. Your just defining an anchor so to to speak for the li's it contains.

Float your li's left with suitable left margin on the first one to position the start of the links.

Give your navcontainer a suitable height.

Then lets see where we are.
Reply With Quote
Reply

Tags
link, list, problem

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
First image problem and inline list problem konnor5092 Web Page Design 8 Dec 1st, 2007 09:08
unordered list problem in FF alexgeek Web Page Design 4 Sep 10th, 2007 15:26
problem with floating list jwlnewsome Web Page Design 13 Jul 11th, 2006 13:54
CSS Unordered List Problem relph2 Web Page Design 3 Jan 7th, 2006 18:14
weirdest problem with a definition list resplence Web Page Design 3 Dec 8th, 2005 22:05


All times are GMT. The time now is 05:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43