Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Possible Alignment Issue

Status
Not open for further replies.
HEre is the CSS used:

Code:
.movieoutertable			{width: 460px; border-collapse: collapse; border: 0px;}

.tdmovieoutertable1         {width: 460px;}
.tdmovieoutertable2			{text-align: center;}
		


.movieinnertable			{width: 460px; border-collapse: collapse; border: 0px;}
		
.tdmovieinnertable1			{width: 70px; text-align: right; background-color: #282484}		
.tdmovieinnertable2			{width: 319px; text-align: center; background-color: #282484; background-image: url('[URL unfurl="true"]http://robarspages.ca/devroot/photosite/images/altactivex.gif');}[/URL]		
.tdmovieinnertable3			{width: 70px; text-align: left; background-color: #282484;}

Gary

 
Thanks for the response. I got it all fixed up.

The problem was that when a clip is actually played, there is a gap between the right side of the clip, and the right filmstrip image.

the problem lied with the next row in the table pushing the whole thing 2 px too wide.

Gary

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top