davejones Posted June 28, 2004 Posted June 28, 2004 hi guys i put a vertical line to seperate the columns but i seem to have messed up with the right column. the vertical line shows up wrongly i want it to show up on the other side of the right column. this is the code i used: ? ?<td class = "line" width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> this is My Webpage
Guest Posted June 28, 2004 Posted June 28, 2004 hi, In your stylesheet.css, the code you are using for the "line" class is TD.line { border-right: solid #336699 1px; } which is correct for left navigation, but not for right navigation. It must be: TD.lineatright { border-right: solid #336699 1px; } TD.lineatleft { border-left: solid #336699 1px; } PS: I like the design of your site.
davejones Posted June 28, 2004 Author Posted June 28, 2004 oh thanx 4 the quick reply i'll check it out
Recommended Posts
Archived
This topic is now archived and is closed to further replies.