css fileldset elements positioning

Fraureprall

New Member
I have made custom field set and it works well only in chrome. How I can solve this problem? that it'll be work in all browsers? It must be label with input text in right part of filed and label with input text in right part of filed, but in 1 row below. I'm just beginner. Here is *.css code:\[code\]#field { width: 300px;}.name { position: relative; float: right;}.email { position: relative; float: right;}\[/code\]
 
Back
Top