Re: css and images
First of all... the border around the image can be fixed by by modifying this part of the code:
class = "picaligntop"
src="services.gif"
style="filter: alpha(opacity=100); border-style: solid; border-color: #FFCC99"
onmouseover="nereidFade(this,10,50,15)"
onmouseout="nereidFade(this,100,30,10)"
width="113" <-- change to "102"
height="20"
Secondly....
the spaces can be fixed by assigning a font size to that particular space like maybe 10pt or smaller. The cell is adjusting to the css' font size and will not allow cells smaller than that. You can also try specifying a background color rather than putting an image. It saves time in loading that way.
|