[EMAIL PROTECTED] wrote:
> I have a positioning problem with the index page navigation and the
> alignment of the pic squares in the site map page in FF 1.5 and IE 6

> http://users.ncable.net.au/~keno2/index.html

Index page...

#menu {
top:20px; /* adjust this value to taste */
clear: both; /* add this 'clear' */
/* and keep the rest as is */
}

...this will get IE6 back in line, and stabilize line-up across
browser-land.

Note: no need for divs around /every/ image. Images are normal elements
that can be styled (positioned etc.) directly.

Site map, add...

#cuts img {display: block;}

...to get cross-browser reliable line-up. Images are inline-elements,
and IE correctly adds space for descenders. Most other browsers use an
"almost standard" trick on images in otherwise empty divs (not
surrounded by text), but only when you use a Transitional doctype.


Looks like those pages otherwise survive well across browser-land.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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