Background moves on padding ???

liunx

Guest
Hi, for some reason when i put the top padding on ANYTHING higher than 0 the background moves down aswell. I have tried background position top but that does nothing.


#search {
height:30px;
width:125px;
padding:0 0 0 60px;
background-image:url(../images/undertitle.gif);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}


Any ideas???

AdamThe margin would do this, but not the padding. :confused:exactly wat i thought ???I don't see any movement using the code you gave.u need to change the padding from 0 0 0 60px to 15px 0 0 60px

Thanks
adamNo effect, maybe it's a parent element causing the problem.mm mayb so :) thanks anyway :)

bit more work to do lol
Thanks
Adam
 
Back
Top