quote:
Originally posted by: Newsgroup User
IE box
by CGrint73 on July 11, 2008
Internet Explore prior to v7 has a problem counting, in that it does not add
up your div's to the 100% tey should be of the available space other
browsers correctly do.
To get around this you can use the underscore hack to place a different
width in your style for one or more of your divs which make your design,
making at least one of them smaller for IE 6 should fix this problem for
you.
You simply repeat your width, and on the second one prefix it with a _
For example, if you had a div called 'maincontent' which was 600px wide, you
would do the following
#maincontent {
width: 600px;
_width: 550px;
}
This would result in IE (v6 and before) using the 550px (you must place the
_ version last), you will need to play around to find out the exact width to
use in IE.
You can also target all versions of IE using # instead of _, IE 7 dropped
the _ hack, but any version before it, still recognises it.
IE box
by CGrint73 on July 11, 2008
Internet Explore prior to v7 has a problem counting, in that it does not add
up your div's to the 100% tey should be of the available space other
browsers correctly do.
To get around this you can use the underscore hack to place a different
width in your style for one or more of your divs which make your design,
making at least one of them smaller for IE 6 should fix this problem for
you.
You simply repeat your width, and on the second one prefix it with a _
For example, if you had a div called 'maincontent' which was 600px wide, you
would do the following
#maincontent {
width: 600px;
_width: 550px;
}
This would result in IE (v6 and before) using the 550px (you must place the
_ version last), you will need to play around to find out the exact width to
use in IE.
You can also target all versions of IE using # instead of _, IE 7 dropped
the _ hack, but any version before it, still recognises it.
"Third Dimension" <webforumsuser@macromedia.com> wrote in message
news:g56ife$nb8$1@forums.macromedia.com...
> Hey guys.
>
> I've been working on my uncles website for sometime now, and one thing
> i've
> learned that i seriously hate is browser to browser compatibility.
>
> I've worked through most problems but one still remains. I've searched
> around
> but haven't been able to find anything on it.
>
> The site works quite well in IE7 and Mozilla Firefox, however when viewing
> the
> homepage in IE6, the left side of the page is positioned below the ending
> of
> the right side of the page, when really they should be next to one another
>
> http://noelscaricaturesandcollectables.com
>
> I would be grateful for any help, but please try and make it simple as i'm
> still only a newbie.
>
> Thanks.
>
> Jesse
>
quote:
Originally posted by: Newsgroup User
> IE box
> by CGrint73 on July 11, 2008
>
> Internet Explore prior to v7 has a problem counting, in that it does not
> add
> up your div's to the 100% tey should be of the available space other
> browsers correctly do.
> To get around this you can use the underscore hack to place a different
> width in your style for one or more of your divs which make your design,
> making at least one of them smaller for IE 6 should fix this problem for
> you.
>
> You simply repeat your width, and on the second one prefix it with a _
>
> For example, if you had a div called 'maincontent' which was 600px wide,
> you
> would do the following
>
> #maincontent {
> width: 600px;
> _width: 550px;
> }
>
> This would result in IE (v6 and before) using the 550px (you must place
> the
> _ version last), you will need to play around to find out the exact width
> to
> use in IE.
>
> You can also target all versions of IE using # instead of _, IE 7 dropped
> the _ hack, but any version before it, still recognises it.
>
> IE box
> by CGrint73 on July 11, 2008
>
> Internet Explore prior to v7 has a problem counting, in that it does not
> add
> up your div's to the 100% tey should be of the available space other
> browsers correctly do.
> To get around this you can use the underscore hack to place a different
> width in your style for one or more of your divs which make your design,
> making at least one of them smaller for IE 6 should fix this problem for
> you.
>
> You simply repeat your width, and on the second one prefix it with a _
>
> For example, if you had a div called 'maincontent' which was 600px wide,
> you
> would do the following
>
> #maincontent {
> width: 600px;
> _width: 550px;
> }
>
> This would result in IE (v6 and before) using the 550px (you must place
> the
> _ version last), you will need to play around to find out the exact width
> to
> use in IE.
>
> You can also target all versions of IE using # instead of _, IE 7 dropped
> the _ hack, but any version before it, still recognises it.
>
>
>
> "Third Dimension" <webforumsuser@macromedia.com> wrote in message
> news:g56ife$nb8$1@forums.macromedia.com...
> > Hey guys.
> >
> > I've been working on my uncles website for sometime now, and one thing
> > i've
> > learned that i seriously hate is browser to browser compatibility.
> >
> > I've worked through most problems but one still remains. I've searched
> > around
> > but haven't been able to find anything on it.
> >
> > The site works quite well in IE7 and Mozilla Firefox, however when
> > viewing
> > the
> > homepage in IE6, the left side of the page is positioned below the
> > ending
> > of
> > the right side of the page, when really they should be next to one
> > another
> >
> > http://noelscaricaturesandcollectables.com
> >
> > I would be grateful for any help, but please try and make it simple as
> > i'm
> > still only a newbie.
> >
> > Thanks.
> >
> > Jesse
> >
>
>
>
North America
Europe, Middle East and Africa
Asia Pacific