Menu not rendering correctly in I.E

This is a discussion on "Menu not rendering correctly in I.E" within the Starting Out section. This forum, and the thread "Menu not rendering correctly in I.E are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jun 11th, 2007, 15:45
New Member
Join Date: Jun 2007
Location: Chelmsford
Age: 17
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Menu not rendering correctly in I.E

I am currently designing a website for my school project, but have come across several problems, the biggest of these is that in Internet Explorer my Menu won't render properly, only half of it appears, see attached image for the comparrison between Internet Explorer and Firefox.

Internet Explorer Render

Fire Fox render

I am using this CSS code in an external CSS File;

Code: Select all
#Menu {
        width: 650px;
        float:left;
        margin-left:-10px;
        
        }

    #Menu li {
        display:block;
        float: left;
        background-image: url(Images/Menu.jpg);
        width:90px;
        height:auto;
        margin-left: 3px;
        font-family: arial, "lucdia console", sans-serif;
        text-align: center;
        border: 1px solid #ccc;
        }

    #Menu ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        }
and this HTML in my Actual page;

Code: Select all
<div id="contentmenu">
<br>
<img src="Images/dividerbanner(1).gif" alt="Divider">
</div>
<div id="menu">
<ul>
<li>
<a href="Index.html" target="_blank">Home</a>
</li>
<li>
<a href="Galleries.html" target="_blank">Galleries</a>
</li>
<li>
<a href="Store.html" target="_blank">Store</a>
</li>
<li>
<a href="About.html" target="_blank">About us</a>
</li>
<li>
<a href="Help.html" target="_blank">Help</a>
</li>
<li>
<a href="#" target="_blank">Boswells</a>
</li>
</ul>
</div>
Any help would be much appreciated,
Thanks
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 Jun 11th, 2007, 15:55
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu not rendering correctly in I.E

Removed height: auto; and put the actual height of the image.
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 Jun 11th, 2007, 16:03
New Member
Join Date: Jun 2007
Location: Chelmsford
Age: 17
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu not rendering correctly in I.E

Quote:
Originally Posted by karinne View Post
Removed height: auto; and put the actual height of the image.
Thanks for the quick reply, I have done as you suggested, however this does not seem to recitfy the problem, it merely makes the boxs larger below the original but doesn't show the top half of the buttons, as you can see in the link below

Menu Screenshot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jun 11th, 2007, 16:06
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu not rendering correctly in I.E

Pleas provide the link then....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jun 11th, 2007, 16:10
New Member
Join Date: Jun 2007
Location: Chelmsford
Age: 17
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu not rendering correctly in I.E

oops, sorry about that,completely forgot about it.

LINK to pictures is here

Sorry about this, I have managed to rectifiy all my problems but this one, but once again thanks for all the help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jun 11th, 2007, 16:11
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu not rendering correctly in I.E

I don't want a link to your pictures ... I want a link to your site so I can check the code myself. Picture do little for coding errors.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jun 11th, 2007, 16:17
New Member
Join Date: Jun 2007
Location: Chelmsford
Age: 17
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu not rendering correctly in I.E

Oh sorry, misunderstood you there,

Currently the Website isn't hosted anywhere, however if you can suggest a quick and free place to host the site as it is only small amount of images and coding at the moment, or I can include the codes as attchments if that would be easier I guess.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jun 11th, 2007, 16:18
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu not rendering correctly in I.E

Next time PLEASE READ: How and When to post your question!

A decent free host I guess would be freewebs.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Jun 11th, 2007, 16:47
New Member
Join Date: Jun 2007
Location: Chelmsford
Age: 17
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu not rendering correctly in I.E

Sorry about that, and the wait, I had to find a Webhost that i could actually work, please find the link towards the website, if it doesn't load please note me I am terribly glad for your help.

HERE is the link
- (view in Internet Explorer to see incorrect rendering) - Links to other pages don't currently work.

Thanks

Last edited by maxz; Jun 11th, 2007 at 17:14. Reason: Mistake
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Jun 11th, 2007, 17:29
New Member
Join Date: Jun 2007
Location: Chelmsford
Age: 17
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu not rendering correctly in I.E

Sorry to double post, but just to clarify i have fixed the problem,

To achieve this I added a margin of 10px to the class #menu Li which appears to have moved the button images down so they are all visible, many thanks to anyone who took the time to look at my problem, and I'm sorry it was such a stupid one

Thanks to karinne esspeccially.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Jun 11th, 2007, 17:32
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Menu not rendering correctly in I.E

hey there Max ... I was just about to check the site when I noticed you replied. Glad to see you've fixed!

Don't feel sorry! The only stupid questions are the ones you don't ask
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
internet explorer, menu tables

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
[SOLVED] IE6 is not rendering my columns correctly Oak Web Page Design 26 Jan 13th, 2008 22:12
something like rendering animation w0wsabaw Flash & Multimedia Forum 2 Jul 13th, 2007 00:45
FF-IE rendering problem jomtones Web Page Design 2 Jul 5th, 2007 06:55
font rendering masonbarge Graphics and 3D 1 May 16th, 2006 15:12
Problem with XML rendering mipadi Classic ASP 1 Aug 9th, 2005 10:54


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


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