Click to See Complete Forum and Search --> : Is my CSS ok?


artemijs
12-20-2006, 04:32 AM
I wanted to know is my home pages css is corect?
Here is my home page: http://www.studija.moirass.com/
And here is css file: http://www.studija.moirass.com/images/style.css
Thax ;)

WebJoel
12-20-2006, 07:59 AM
"77 .forma2 Invalid number : float Parse Error -"

This:

.forma2 {
float: ;
width: 350px;
padding: 0px;
}

requires a value. :)

artemijs
12-21-2006, 06:04 AM
ok I will coret that! Thanks ;)