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.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-24-2008, 10:01 AM
Iain71
 
Posts: n/a
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

Reply With Quote
  #2 (permalink)  
Old 07-24-2008, 11:25 AM
Osgood
 
Posts: n/a
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
>

Reply With Quote
  #3 (permalink)  
Old 07-24-2008, 12:13 PM
Iain71
 
Posts: n/a
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]-->

Reply With Quote
  #4 (permalink)  
Old 07-24-2008, 12:26 PM
Osgood
 
Posts: n/a
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]-->

Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:59 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
TurboTax | Xecuter 3 Mod Chip | Cow Farming | Debt Consolidation | Montana Music



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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114