i am using a theme that is mostly based on Twenty ten and i need to add a custom ad space to the left side in the space over the background i can get it to display but it pushes the menu down the length of the ad space i just want to float it over the left side and leave the rest of the content intact it will display by using
<div style="display:block;float:left;z-index:0;><img src='http://url/img.jpg' width='145' height='700'></div> but if i add that same info to style.css it won't display use css like this
#leftad {
display:block;
float:left;
height:145;
width:700;
z-index:0;
}
any help would be awesome