Tue, 2004-06-22 02:23
I'm using a two-colum layout:
body { margin:0px 0px 0px 0px; text-align : center; } #center_all { width : 790px; text-align : left; margin-left : auto; margin-right : auto; } #menu { float:left; border-right:1px solid #000; background-color : Silver; margin-right : 10px; width : 20%; } #content { margin-left: 2px; }
The problem: when I use an HR tag inside the #content div, NS7 displays the line across both the #content and #menu divs. See attached screenshot for an example.
Any ideas?
Tue, 2004-06-22 04:40
#1
NS7 problems with HR
Hi KnightWolfJK,
One suggestion would be to use a div with either top or bottom border set instead of a hr.
You should be able to style it to look like a hr if that's what you want.
Hope that helps