Forum: HTML and CSS Dec 13th, 2008 |
| Replies: 4 Views: 584 css works by nesting. so...
"li" is found below "ul"
"li" is found below "li"
Example
<div> |
Forum: HTML and CSS May 8th, 2008 |
| Replies: 2 Views: 2,503 you can use expressions but these are only picked up by internet explorer and are invalid css markup.
.className
{
width:expression(window.innerWidth ? window.innerWidth + "px" :
... |
Forum: HTML and CSS May 6th, 2008 |
| Replies: 7 Views: 1,075 are you displaying tabular information ?
it very much looks like it.
one thing is tables are NOT bad. But are simply bad when using them for entirely different purposes than they were created... |