Table-less design (CSS only)

Status
Not open for further replies.

HairyHun

Masturbating Bandit
Oct 11, 2007
576
2
0
Hi guys,

I'm trying to set up my first site with tableless design.

The things get aligned properly but somehow the background images and padding/margin are not working.

I went tru adobe tutorial and got two books, but i can't figure this out. Any ideas?

Thanks

HH

PS: Any suggestion for a ressource about CSS design? Forum or ebook?
 


err... which design?

Whatever, if it's not working properly, you should be designing for the correct browser. First, design for Opera, next for Firefox, next for Safari, last for IE. If you change the order the whole thing will suck in any of those browsers.

Anyway, if it is your first CSS design, try to use position:absolute div boxes. Any float is harder to control.

Good luck.
 
Pick a CSS framework and stick to it when starting out. It will help you avoid some of the lame hacks to satisfy certain browsers.

Yahoo! UI Library: Grids CSS

This is the bomb: YUI: CSS Grid Builder



What do you mean by framework? You mean compliant or not? (not = hacks, i guess )



I found the probleme

<body class=".HomePage">

instead of

<body class="HomePage">

so all my css definition were inactive.

I love studying by example and retroengineering code, but this one I did not see. This is why i don't like programming... if you don't see that dot, you're screwed.... graphic design is so much more ... visual :)

Thanks everyone

HH
 
Status
Not open for further replies.