Maarten Reynders wrote:
> As you can see on http://www.inventis06.be/index.php?section=5, my
> bulleted list is too far to the left so it is displayed over
> (FireFox) or under (IE) the picture on the left. I can't do any
> margin on the ul or li, because otherwise my bullets will change
> throughout the whole site. What can I change at the picture style so
> it pushes the bullets to the right?
Maybe give it an enormous margin-bottom, but I'm not sure if that'll
survive well.
Another option you might test is to make the list auto-adjust to the
image - or whatever. That's done by creating a new 'block formating
context'[1] for the good browsers, and simulating it in IE/win by adding
a couple of 'hasLayout'[2] triggers.
#content ul {overflow: hidden; zoom: 1; _height: 0;}
...works well in all browsers at my end.
You may hide those IE/win-only properties in a conditional commented
stylesheet or something if you like, but you should take those pages to
the W3C validators first and clean them up a bit.
regards
Georg
[1]http://www.w3.org/TR/CSS21/visuren.html#q15
[2]http://www.satzansatz.de/cssd/onhavinglayout.html
--
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/