Another IE Problem - Navigation

This is a discussion on "Another IE Problem - Navigation" within the Web Page Design section. This forum, and the thread "Another IE Problem - Navigation 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 Jun 23rd, 2007, 17:02
SuperMember

SuperMember
Join Date: Apr 2007
Location: Ireland
Age: 15
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
Another IE Problem - Navigation

If you view the site - http://padraigcurran.com/templates/b...y-photography/ in firefox, the menu is in the right place.

However, when you view it in IE, the menu is pushed up beneath the logo.

Can someone tell me what I'm doing wrong?

Thanks,
Pádraig.
Reply With Quote

  #2 (permalink)  
Old Jun 23rd, 2007, 19:44
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Another IE Problem - Navigation

Try adding height: 20px; to the #nav

See if that helps you.
Reply With Quote
  #3 (permalink)  
Old Jun 23rd, 2007, 19:47
SuperMember

SuperMember
Join Date: Apr 2007
Location: Ireland
Age: 15
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Another IE Problem - Navigation

Thanks for the reply.

I tried that, it didn't work.

And if I adjust the padding to get the menu to go down, then it looks fine in IE but not FF.
Reply With Quote
  #4 (permalink)  
Old Jun 23rd, 2007, 20:08
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Another IE Problem - Navigation

I stink at navigations... however
Your header graphic is 108 pixels in height.
Your #header is only 73pixels in height. That might be it.
Let me know if this works...
Code: Select all
#header {

    height: 108px;

}
Reply With Quote
  #5 (permalink)  
Old Jun 23rd, 2007, 20:15
SuperMember

SuperMember
Join Date: Apr 2007
Location: Ireland
Age: 15
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Another IE Problem - Navigation

Yep, that worked!:kicking:

Thanks!

Edit: I just discovered another problem in IE 6 with the photo on the right. Damn!

Last edited by Pádraig; Jun 23rd, 2007 at 20:21.
Reply With Quote
  #6 (permalink)  
Old Jun 23rd, 2007, 20:29
Reputable Member
Join Date: Apr 2007
Location: Scotland
Age: 17
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Another IE Problem - Navigation

For the IE 6 thing.

Try something this

Code: Select all
* html #content {
    float: left;
    width: 400px;
    margin: 0 0 0 0px;
    padding: 50px 10px 20px 10px;
    text-align: left;
}
The * html is a hack that only IE 6 and below recognize. Very useful.
Reply With Quote
  #7 (permalink)  
Old Jun 23rd, 2007, 20:31
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Another IE Problem - Navigation

I assume you feel the photo is too close to the text in IE6?
It doesn't seem to be obeying the float: right;
Change the width on #main to 380px.
See if that does it.
Reply With Quote
  #8 (permalink)  
Old Jun 23rd, 2007, 20:34
SuperMember

SuperMember
Join Date: Apr 2007
Location: Ireland
Age: 15
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Another IE Problem - Navigation

No, the photo was down below the content. Since my last comment, I have fixed that, but now it is too close to the text.

I'll try changing the #main to 380px!
Reply With Quote
  #9 (permalink)  
Old Jun 23rd, 2007, 22:43
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Another IE Problem - Navigation

Oh Ok.. I didn't see that... but since you fixed it Yeah!
Reply With Quote
Reply

Tags
poisitioning

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
navigation menu problem bonnit Web Page Design 5 Apr 19th, 2008 09:51
CSS Navigation bar problem IN IE6 danny322 Web Page Design 10 Jan 8th, 2008 10:33
Navigation problem with Safari cpando1974 Web Page Design 4 Oct 8th, 2007 15:45
navigation menu problem...? JETshipJUMBO JavaScript Forum 2 Jul 29th, 2006 19:18
(hopefully) simple navigation problem edd_jedi Web Page Design 3 Jul 26th, 2006 15:06


All times are GMT. The time now is 00:37.


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