|
Posted by Michael Winter on 10/10/05 18:15
On 10/10/2005 14:55, roel.schreurs@gmail.com wrote:
[snip]
> I have been testing with IE6.0 [...]
That's generally a non-starter right there, especially if you're set on
conforming to HTML 4.01 and using CSS. You would be better off starting
with a conforming user agent like Opera or Firefox. Later, go back to IE
and fix any of its rendering bugs.
[snipped markup]
It's preferable that you post a URL to examples, rather than posting
code. Anyway, if you fix your CSS, your immediate problems go away. You
cannot expect
width=10%
to work. Replace the equals with a colon, just like with all of the
other properties.
Remember not to use in-line styles in your markup, and specify the
background and color properties in pairs. Finally, if your content is
based around text, it's better to use em rather than px units.
Mike
--
Michael Winter
Prefix subject with [News] before replying by e-mail.
[Back to original message]
|