tables to css layers
- Started
- Last post
- 4 Responses
- unknown
anyone have any links to tutorials or resources on how to build a tableless site the proper way. i just dont want to go into dw and start droppin layers, anything would be appreciated.
- sp0
http://www.thenoodleincident.com…
it simply takes using divs and learning how to use css positioning, floats and display elements.
keep in mind though, it only works in current, standard compliant browsers.
this means, ie 6.x+, mozilla 1.x+, netscape 6.x-+ and opera 5+ (opera oes have some quirks though).
most of the time, designing for mozilla will yeild good results on netscapes new browsers and on linux browsers like konquerer.
:)
- squidfingers0
pure css layouts can also be done in IE5. You just have to use a few box model hacks.
This link is a great resource to learn about css properties and selectors...
http://www.xs4all.nl/~ppk/css2te…and here's a list of all of the hacks you can use to make your code work in all browsers (it isn't pretty, but sometimes you have to do it)...
http://www.centricle.com/ref/css…
- squidfingers0
by "all browsers", I meant current browsers. NOT old ones like Netscape 4.
- kpl0