Author |
Message |
tombolt
Spends far too much time on here
Joined: Fri Apr 24, 2009 8:38 am Posts: 2967 Location: Dorchester, Dorset
|
Hi all, I'm having trouble with a website I've done. http://www.theafricanbiscuitcompany.co.ukThe navigation buttons go miles to the right outside the wrapper for some reason on IE7 + 6. I thought it was just IE 6, so wasn't going to do anything about it, but it's doing it in 7 as well! Grrr.
|
Fri Jul 16, 2010 4:51 pm |
|
 |
AlunD
Site Admin
Joined: Fri Apr 24, 2009 6:12 am Posts: 7011 Location: Wiltshire
|
Hmmmm I rather like that and the code quality is very good. I can't spot anything obvious try dropping into quirks mode. http://www.quirksmode.org/ It may help.
_________________ <input type="pickmeup" name="coffee" value="espresso" />
|
Fri Jul 16, 2010 4:59 pm |
|
 |
tombolt
Spends far too much time on here
Joined: Fri Apr 24, 2009 8:38 am Posts: 2967 Location: Dorchester, Dorset
|
Thanks, I think I'm slowly getting the hang of it! Thanks for the link, looks useful, I shall peruse…
|
Fri Jul 16, 2010 7:57 pm |
|
 |
tombolt
Spends far too much time on here
Joined: Fri Apr 24, 2009 8:38 am Posts: 2967 Location: Dorchester, Dorset
|
Thanks to your other thread, I think I may have found the answer.
|
Sat Jul 17, 2010 9:59 am |
|
 |
tombolt
Spends far too much time on here
Joined: Fri Apr 24, 2009 8:38 am Posts: 2967 Location: Dorchester, Dorset
|
I couldn't get to the bottom of it, nor could I be bothered to, so I've fixed it using conditional comments and a different css for IE.
|
Sat Jul 17, 2010 11:34 am |
|
 |
EddArmitage
I haven't seen my friends in so long
Joined: Thu Apr 23, 2009 9:40 pm Posts: 5288 Location: ln -s /London ~
|
In Safari 4 on Snow Leopard it's making the page a lot wider to the right hand side than it seemingly needs to be.
|
Sat Jul 17, 2010 3:12 pm |
|
 |
tombolt
Spends far too much time on here
Joined: Fri Apr 24, 2009 8:38 am Posts: 2967 Location: Dorchester, Dorset
|
Interesting, doesn't do that on Safari 4 on Tiger. Ah well, can't have everything, I suppose!
|
Sat Jul 17, 2010 6:27 pm |
|
 |
EddArmitage
I haven't seen my friends in so long
Joined: Thu Apr 23, 2009 9:40 pm Posts: 5288 Location: ln -s /London ~
|
It could be in part because I'm using Safari 5  It's not significant, just thought I'd mention it.
|
Sat Jul 17, 2010 9:11 pm |
|
 |
Nick
Spends far too much time on here
Joined: Thu Apr 23, 2009 11:36 pm Posts: 3527 Location: Portsmouth
|
Same here for me on Chrome Mac (both latest versions). Computed style for the <html></html> element is 1546px. I've not had a play, and looking at the code there's nothing immediately obvious that would cause the problem. One thing I can think of trying is to remove a few of the fixed width settings. If you have #wrapper fixed at 800px, then the elements below it such as #homeheader, .header, and .maincontent also being fixed at 800px could be whats making Safari and Chrome think the layout is almost double the intended width.
_________________
|
Mon Jul 19, 2010 5:14 pm |
|
 |
tombolt
Spends far too much time on here
Joined: Fri Apr 24, 2009 8:38 am Posts: 2967 Location: Dorchester, Dorset
|
Interesting, doesn't seem to be the case for Google Chrome on Windows and Ubuntu… 
|
Wed Jul 21, 2010 11:20 am |
|
|