Jump to content

alignment


user4fun

Recommended Posts

not working, the image is repeated correctly but on top of cells not buttom

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" style="background-image: url('http://www.musite.com/image/top_shadow.jpg'); background-repeat: repeat-x; background-position: buttom center;" height="1" >

thankx for your help

Link to comment
Share on other sites

not working, the image is repeated correctly but on top of cells not buttom
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" style="background-image: url('http://www.musite.com/image/top_shadow.jpg'); background-repeat: repeat-x; background-position: buttom center;" height="1" >

thankx for your help

Your table has two style attributes (style="..."). That's not valid. You need to combine them into one.
Link to comment
Share on other sites

I am making into individual td because the back ground iwll change onmouse over.

<td width="137" align="center" valign="bottom" style="background-image:url('http://www.mysite.com/image/top_shadow.jpg'); background-repeat:repeat-x;  background-position: bottom center; border-collapse:collapse;">

How does that look?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...