![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Centering navigation in IE (6)
Not sure what's going on here - but I've got a site where the navigation isn't
quite in the centre in IE. It might be something I haven't noticed before, because in this one it's designed to look like wooden signs mounted on an iron pole sort of thing. So it's more visible to the eye because of where it should be in relation to the pole. It kind of looks like the greyed out horizontal scrollbar of IE is shunting the navigation across to the left a bit, but not affecting the rest of the page elements. Anyway, of you look at the page in IE and in Firefox you'll see what I mean. Any tips on how to fix this in IE much appreciated! http://www.a1fabandpowder.co.uk/index101.htm |
|
|||
|
Re: Centering navigation in IE (6)
Hi Iain,
Have you tried using a specific IE conditional comment to move the navigation ul into position? Put some more right margin on the ul to push it back over a bit more to the right in IE and see what happens. Iain71 wrote: > Not sure what's going on here - but I've got a site where the navigation isn't > quite in the centre in IE. It might be something I haven't noticed before, > because in this one it's designed to look like wooden signs mounted on an iron > pole sort of thing. So it's more visible to the eye because of where it should > be in relation to the pole. > > It kind of looks like the greyed out horizontal scrollbar of IE is shunting > the navigation across to the left a bit, but not affecting the rest of the page > elements. > > Anyway, of you look at the page in IE and in Firefox you'll see what I mean. > > Any tips on how to fix this in IE much appreciated! > > http://www.a1fabandpowder.co.uk/index101.htm > |
|
|||
|
Re: Centering navigation in IE (6)
That's what I thought might be the best solution.
I haven't really used them much - am I right in thinking it's as simple as adding in : <!--[if IE]> <link rel="stylesheet" type="text/css" href="IEfriendly.css" /> <![endif]--> |
|
|||
|
Re: Centering navigation in IE (6)
Iain71 wrote:
> That's what I thought might be the best solution. > > I haven't really used them much - am I right in thinking it's as simple as > adding in : > > <!--[if IE]> > <link rel="stylesheet" type="text/css" href="IEfriendly.css" /> > <![endif]--> > Yes. Or if its a specific IE giving you issues: <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="IE6friendly.css" /> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="IE7friendly.css" /> <![endif]--> |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|