Posted by Chaddy2222 on 08/01/07 09:04
dorayme wrote:
> In article
> <1185953884.617848.132920@x35g2000prf.googlegroups.com>,
> Chaddy2222 <spamlovermailbox-sicurity@yahoo.com.au> wrote:
>
> >
> > test2000 wrote:
> > > Hello
> > >
> > > I have the following code
> > >
> > > <div id="Page" style="width: 300px;">
> > > <div id="map" style="width: 280px;">...</div>
> > > <div id="HiddenMenu" style="width: 20px;"> ... </div>
> > > </div>
> > >
> > > CSS definition for DIV "map" --> float: left;
> > >
> > > in the DIV "HiddenMenu" is a table which is exactly 20px wide.
> > >
> > > Unfortunately the DIV "HiddenMenu" is shown under the DIV "map", not
> > > to the right as desired. This problems only occures in IE6 and lower,
> > > not in IE7 or Firefox.
> > >
> > Frankly I would not bother supporting IE5.5 or lower, it's a waste of
> > time really.
>
> Can you pick on anything even more marginal to OP's question?
>
I not really trying to pick on the OP. However the CSS support in
browsers before IE6 is not that good and so it would be easier for the
OP to just not bother supporting them (or if you really want to
support IE5.0 then provide a fall-back solution.
But you stilll should code for IE6 as 30% of the browser market still
use it.
--
Regards Chad. http://freewebdesign.awardspace.biz
[Back to original message]
|