View Single Post
  #8 (permalink)  
Old 27-03-2007, 09:33 AM
greg's Avatar
greg greg is offline
Experienced Member
 
Join Date: Feb 2007
Posts: 105
Default

#mybutton a:link, #mybutton a:visited {

width: 75px;
margin: 3px 3px 2px 5px;}

#mybutton a:hover {
width: 125px;
margin: 3px 5px 3px 10px;}

I am not sure what you are really trying to accomplish besides the pushing, that should pull it off - if not. Float them left, or display: inline. You really should be able to accomplish this with CSS. Sometimes I wish I lived closer to you guys so we could trouble shoot.

--
Greg
__________________
I don't know what you know; so, I just assume you don't know, till I know you know
Reply With Quote