I'm trying to do a CSS-with-layers-only design but I'm stuck on something. I'd like to show a list of prices, it should be something like this:
LOREM IPSUM Dolor 10 Amet 12 I thought of solving it with something like this:
<div class="table"> <div class="first_cell"> <div class="blue_3px_border"> LOREM </div> <div class="blue_3px_border"> IPSUM </div> </div> <div class="row"> <div class="value"> Dolor </div> <div class="value"> 10 </div> </div> <div class="row"> <div class="value"> Amet </div> <div class="value"> 12 </div> </div> </div>... but I'm having some problems for getting it all well aligned...
An example: phorum's main page
This site is not accessible
but... I can access the site, what's wrong with it?
YES!
look ma! absolutely no tables! this is tableless!
<div class="table">...</div>
<h2 class="title2">see</h2>
valid html generatorsCMS's & alike (e.g. Joomla!/Mambo, PostNuke, vBulletin, phpBB, subdreamer, etc...)
The accessibility is inaccessible by Ricardo Cabello