|
Posted by GTalbot on 01/14/08 07:25
On 13 jan, 10:08, "Bernd Meier" <ndkwinklask...@yahoo.de> wrote:
> Why has the value of height no consequences in the below example?
> If I change width I get changes but not if I change height.
>
> <html>
No doctype declaration. You will trigger modern browsers into quirks
mode, not standards compliant rendering mode.
Using Web Standards in your Web Pages: Making your page using web
standards - how to
http://developer.mozilla.org/en/docs/Using_Web_Standards_in_your_Web_Pages:Making_your_page_using_web_standards_-_how_to
As others told you, there is no height attribute for <col>. And the
styling the <col> in Internet Explorer 6 and in Internet Explorer 7 is
rather unreliable, prone to layout bugs.
http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/#bug25
http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/#bug28
Looking for a constrained height on a table is most likely misusing
tables to begin with. Adrienne B. gave you an excellent answer,
exactly the kind of answer I would have given you.
If you want help with your webpage design, then start with providing
us with an url and a short, descriptive, meaningful explanation of
what you are truly trying to achieve, with natural words, not with
code explanations. Maybe you want/need a navigational horizontal list
of 3 links... we don't know..
Otherwise:
Table-based webpage design versus CSS-based webpage design: resources,
explanations and tutorials
http://www.gtalbot.org/NvuSection/NvuWebDesignTips/TableVsCSSDesign.html
CSS webpage templates
http://www.gtalbot.org/NvuSection/NvuWebDesignTips/WebDesignResources.html#CSSWebpageTemplates
CSS webpage templates
http://fabiwan.kenobi.free.fr/css/PageLayout.html
CSS webpage templates
http://fabiwan.kenobi.free.fr/css/PageLayout2.html
KazGarden (CSS webpage templates)
http://www.gimp-werkstatt.de/kaze/
Regards,
Gérard
Navigation:
[Reply to this message]
|