Forum: HTML and CSS May 13th, 2007 |
| Replies: 5 Views: 2,847 rariti do as smalldogn says ;)
For more info on the problem check out the following link:
http://developer.mozilla.org/en/docs/Incorrect_MIME_Type_for_CSS_Files |
Forum: HTML and CSS Apr 17th, 2007 |
| Replies: 6 Views: 6,563 Give the table cell you want to scroll an id, then give it a fixed height, and set overlfow to scroll. Should look something like this:
td#id {
height: 400px;
overflow: scroll;
}
I would... |
Forum: HTML and CSS Apr 12th, 2007 |
| Replies: 5 Views: 1,540 You don't want to do that. That would be very annoying and people would not stay on your site. |
Forum: HTML and CSS Mar 13th, 2006 |
| Replies: 5 Views: 1,623 |