jquery - stubbornly floating to the right although there is no command -
this question has answer here:
- how vertically center div browsers? 38 answers
http://jsfiddle.net/6j7zc why adminbox floating although there no command?
http://jsfiddle.net/6j7zc/1** fixed div center not working properly
.adminbox { width: 200px; height: 17px; margin-top: 20px; padding: 20px; font-size: 12px; color: white; background-color: black; font-size: 12px; font-family:"gears of peace"; }
lines 57-61 of css...
.adminbox { width: 50px; height: 35px; font-family: verdana; font-size: 24px; margin: auto; color: green; background-color: transparent; float: right; margin-top: 4px; margin-left: 60px; font-style: italic; }
there's float: right in there ;)
Comments
Post a Comment