> > 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
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
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