View Single Post
  #8  
Old 03-01-2003, 06:03 AM
 
usermike usermike is offline
 

Advanced Member
  
Join Date: Jan 2003
Posts: 41
 

Default

Yes - I would change:

Code:
"../skin1/images/ss_nested_tree_mx.swf"

to

Code:
"/xcart/skin1/images/ss_nested_tree_mx.swf"

When I went to:
http://www.deals-on-deals.com/xcart/skin1/images/ss_nested_tree_mx.swf
I could see your menu.

Also, while at it, I would fix your table:

Code:
<TD WIDTH=180 ALIGN=right CLASS=NavCellAccent valign="top"> [img]../skin1/images/logo.gif[/img]

if you notice the td width is 180 and the image you are putting in is 225 wide. I would also put a
after the logo.[/url]
Reply With Quote