RE: [css-d] Problem with list height/width in MSIE

2005-08-29 Thread Martin Cetkovsky
> > after change of main page layout I get a problem in MSIE with list > > (fixed) height/width. > > With the xml declaration (), you are throwing IE > into quirks mode. > > You should hide the xml declaration from IE, or use a box model hack. Yes, that's it. Thanks. / Firefox probably insert

Re: [css-d] Problem with list height/width in MSIE

2005-08-28 Thread Ingo Chao
Martin Cetkovský wrote: after change of main page layout I get a problem in MSIE with list (fixed) height/width. ... All links are at http://kineziologie.d2.cz/!sebranka/problem.htm With the xml declaration (), you are throwing IE into quirks mode. ul.photo_gallery li a { display: block

[css-d] Problem with list height/width in MSIE

2005-08-28 Thread Martin Cetkovský
Hi, after change of main page layout I get a problem in MSIE with list (fixed) height/width. Even the code for the list is unchanged except color number (in new design is the same as in old design), the list in new design is jumbled up in MSIE. I tried something (ineffectually) and have no more