Wed, 2011-10-12 07:44
Hello,
Does anybody have a suggestion for making buttons that change their background image on mouseover w/o using display:block? I could use a list, but I'd rather be able to arbitrarily space them out on one line.
Thanks
Wed, 2011-10-12 12:42
#1
Hi turdspank, Floating gives
Hi turdspank,
Floating gives inline elements the ability to take size values, padding etc.
Wed, 2011-10-12 21:10
#2
Thanks for the
Thanks for the reply.
However, I was hoping to be able to have a button on the left, right and also another one centered. There is no float:center. Can you think of a way to do this?
Thanks again
Thu, 2011-10-13 00:04
#3
Float them all left and use
Float them all left and use margins to position them.
Or use display:block and position:absolute.