I agree with Praveen that your text should be made a little larger as it it completly unreadable.
I don't think your problem is the fact that your navbar width is set that wide though. my site has a banner graphic a few pixels smaller than that and it doesn't exibit that behavior.
I think the problem has to do with the javascript you are running in your "right side bar" div :
var id=document.getElementById("div_n4s");
id.innerHTML="<table width=200 bgcolor=#FFFFFF cellspacing=0 cellpadding=4><tr><td bgcolor=rgb(9,52,121) width=50%>
I'm no expert on Java,but that section I just highlighted is the only part of your coding that has a relative value rather than an absolute.
Also i wanted to add that your site rendered best in my "nerd browser" opera.
I hope that helps.
|