Aziz McTang wrote:
I'm setting up a blog with Blogger, and the layout is collapsing around my ears.
...
The blog address is http://the-end-of-the-rainbow.blogspot.com/.

Could someone say what I'm doing wrong?

You are trying to make 'old MSIE quirks mode' line up with Mozilla's
'old Netscape quirks mode'. No chance of success there - sorry.

A proper doctype is needed to begin with, but it won't solve the
problems all by itself.

Have a read on the following:

<http://www.alistapart.com/articles/betterliving/>

<http://www.alistapart.com/articles/doctype/>

<http://www.w3.org/International/articles/serving-xhtml/>

...and whatever else you can find about W3C-standards and cross-browser
design.

Then:
- decide what html/xhtml standard you wanna follow.
- include a proper doctype that'll reflect the chosen standard.
- and rewrite the whole thing in accordance with the chosen standard.

You will have a much better chance of success that way.

Something like: <http://www.alistapart.com/articles/negativemargins/>
... may provide practical solutions for your layout.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to