|
>>
|
No. 6813
ID: 5c9cf8
1.) It depends on where you place the bar. I assume you're putting it in the same place as the code suggests on KusabaX's news page, in which case, you're good to go on that front.
2.) You will need to add a "margin-right" property for the "content" DIVs in your CSS to ensure that the sidebar DIV and the "content" DIVs do not overlap. Judging from the code on KusabaX's front page, the "margin-right" property should be the combined value of the sidebar DIV's width and its "margin-left" property (in this case, 215 + 15 = 230).
|