| Daniel Déchelotte 2005-01-30, 12:24 pm |
| Hi all,
After working on my personal site for some time, I am now at a halt with
remaining issues I cannot fix myself.
- Lost bullets for floated unumbered list items (in Opera 7.x at least).
It happens at every page, in the "Pro side" navigation submenu, and a
few more times at [1]. This is a known problem[2], and if I read the web
correctly, differences in browsers' interpretations stem for differences
between CSS2 and CSS2.1. Is there an accepted fixed for that (I do want
the bullets)? Background images?
- Pixel-perfect page layout and background.
I want the main content to be { width: 100%; max-width: 50em; } (CSS-english!)
If the viewport is more than 50em wide, a shaded-background should appear,
with the shade "perfectly" aligned and fadding into the unshaded background.
Right now, I accomplish this with fixed positionned, 100% height DIVs. The
markup is a bit complicated (three imbricated DIV's, the innermost one
containing ) and falls apart in IE, which has to use a different CSS.
Is there an alternative method? How reliable is the code
HTML, BODY, DIV#content {height: 100%} ?
(The fixed-attached background is not a requirement, actually if it could
scroll with the content, that would be all the better)
- Several issues with the navigation CSS dropdown menu in IE.
Display glitches vary depending on IE's version, vertical gaps appear
between LI's in most versions (though the height of the gaps varies), older
IE shows some extraneous left-margin... Would you have some workarounds
handy for me?
Is at all? I thought I had more pending issues...
Good, let me give the two references and wish you a great week-end.
[1] http://yo.dan.free.fr/radios.phtml.en
[2] http://www.spartanicus.utvinternet....float_issue.htm
--
Daniel Déchelotte
http://yo.dan.free.fr/
|