Bloody Internet Explorer!

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.



 Subscribe in a reader

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

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Sep 8th, 2007, 10:32
New Member
Join Date: Sep 2007
Location: London
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question Bloody Internet Explorer!

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Sep 8th, 2007, 11:22
Elite Veteran
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
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:
Code: Select all
<div id="NavBar"> 
      <ul>
        <li><a href="Welcome.html">Home</a></li>        
        <li><div align="left"><a href="Stretches.html">Stretches</a></li>
        <li><a href="Exercises.html">Exercises</a></li>
        <li><a href="Equipment.html">Equipment</a> </li>
        
      </ul>
    </div>
All the styling should be in the css. Once you sort that, I think the longer links will align.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Sep 8th, 2007, 12:24
New Member
Join Date: Sep 2007
Location: London
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
browser problem, irregular page layout

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
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


All times are GMT. The time now is 10:47.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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