27-Jul-2010, 08:00 PM
I moved the thread because it doesn't have anything to do with css. Until this post, that is.
There are some css errors on your page. One of them is "margin:1px solid #666666", and another is "float:center;".
Margin should only have a width value: "margin: 1px;". You meant border.
Float should be either left, right, or none. It should be removed. Also, make sure you didn't miss any semicolons.
Nothing serious, just two small errors.
There are some css errors on your page. One of them is "margin:1px solid #666666", and another is "float:center;".
Margin should only have a width value: "margin: 1px;". You meant border.
Float should be either left, right, or none. It should be removed. Also, make sure you didn't miss any semicolons.
Nothing serious, just two small errors.
I'm giving you three guesses...