Forum: HTML and CSS Mar 22nd, 2008 |
| Replies: 5 Views: 1,524 You can read about it here: http://www.w3schools.com/css/pr_class_clear.asp
Matti Ressler
Suomedia |
Forum: HTML and CSS Mar 22nd, 2008 |
| Replies: 4 Views: 1,282 Looks rather nasty (no offense)
I normally do this kind of layout like this:
<div style="position:relative; width:100%">
<div style="width:33%; float:left; text-align:center;"><img... |
Forum: HTML and CSS Mar 22nd, 2008 |
| Replies: 5 Views: 1,524 Sounds like you have an open <div> tag, most likely in your right column..... looking.... nope, tag counts match.
Try this in your footer class: clear:both;
Try also fixing these errors: ... |