This is a discussion on "Bloody Internet Explorer!" within the Web Page Design section. This forum, and the thread "Bloody Internet Explorer! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Bloody Internet Explorer!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hi Guys!
I am very near finishing my site www.ultimategripstrength.com. I am having 2 Hic-ups, both of which ONLY happen in IE. Problem 1: All my page content is pushed down by my main header Problem 2: The Second Lines within the NavBar List Block do not follow its margin settings I would Appreciate it very much if someone can provide solution for this. Best Jason Last edited by JasonKing; Sep 8th, 2007 at 10:35. |
|
|
|
#2
|
|||
|
|||
|
Re: Bloody Internet Explorer!
Why the nav is falling below the header in IE is just about math. You have an #imgheader of 623 pixels and your nav is 155 px wide. Plus add in margins, you just don't fit into that area. If you reduce the nav by 5 pixels or the header by 5 pixels it will fit in nicely.
As far as the lists not following the block format, it's probably because you have divs inside the lists. Lists should look like this:
|
|
#3
|
|||
|
|||
|
Re: Bloody Internet Explorer!
Thank you so much! Got the header problem sorted now! Had been baffling me for weeks now
I have taken the div tags out the list block but the second line within the block is still displaying funny. Below is the NavBar CSS: #Container #Header #NavBar { height: 230px; width: 150px; background-color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #E3FFCB; margin-top: 5px; float: left; clear: none; text-align: left; } #Container #Header #NavBar ul { display: inline; text-align: left; list-style-type: none; vertical-align: middle; } #Container #Header #NavBar li { display: block; padding-bottom: 8px; vertical-align: middle; padding-left: 10px; padding-right: 10px; } #Container #Header #NavBar li:hover { background-color: #515151; } #Container #Header #NavBar a { color: #E3FFE3; text-decoration: none; } #Container #Header #NavBar a:hover { font-weight: normal; color: #FFFFFF; } Thank You Again Best Jason |
![]() |
| Tags |
| browser problem, irregular page layout |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Internet Explorer 6.0 & 5.5 don't like me | bodgit | Web Page Design | 0 | May 10th, 2008 17:40 |
| Internet Explorer 8 | CloudedVision | Webforumz Cafe | 9 | Feb 20th, 2008 23:05 |
| CSS Internet Explorer only | Kropotkin | Web Page Design | 8 | Sep 5th, 2007 12:34 |
| 2 Internet Explorer Problems - Help! | mikka23 | Web Page Design | 5 | Aug 12th, 2006 18:57 |
| MAC Internet Explorer 5 - Problems | davva | Web Page Design | 5 | Jul 20th, 2006 17:46 |