Gigaboy20 wrote:
> Hey nice site, I learned some tips but couldnt figure out how css 
> could be done with declaring a doctype. I have a page that doesn't 
> use a doctype and its out of my control to change it. In firefox I 
> can get the div to float in the right corner fixed but it somehow is 
> inline in IE instead of floating. Do you know how to achieve the same
>  results without using a doctype?
> 
> <div id="fixedBox" style="position: fixed; right: 0; bottom: 0;">

IE6 (and older) can't handle 'fixed' in any mode, so a doctype won't
help one bit.

Possible workaround: <http://www.gunlaug.no/contents/wd_additions_15.html>

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to