Web Design and Development Forums

Bloody Internet Explorer!

This is a discussion on "Bloody Internet Explorer!" within the Accessibility and Usability section. This forum, and the thread "Bloody Internet Explorer! are both part of the Plan Your Website category.

Old Sep 8th, 2007, 10:32   #1 (permalink)
New Member
 
Join Date: Sep 2007
Location: London
Posts: 3
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.
JasonKing is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Sep 8th, 2007, 11:22   #2 (permalink)
Elite Veteran
 
Join Date: Sep 2006
Location: Pink House
Posts: 4,231
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.
__________________
Maine-ly Web Design- My Photos
Lchad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Sep 8th, 2007, 12:24   #3 (permalink)
New Member
 
Join Date: Sep 2007
Location: London
Posts: 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
JasonKing is offline  
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
Rate This Thread
Rate This Thread:

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 8 CloudedVision Webforumz Cafe 9 Feb 20th, 2008 23:05
CSS Internet Explorer only Kropotkin CSS Forum 8 Sep 5th, 2007 12:34
2 Internet Explorer Problems - Help! mikka23 HTML Forum 5 Aug 12th, 2006 18:57
MAC Internet Explorer 5 - Problems davva CSS Forum 5 Jul 20th, 2006 17:46



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 16:19.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59