Changes I’d like to make in the default template
-
Hello, I would like to ask you, if some of you already tried to tweak the default template in the following way:
1) The banner and footer will have 100% width of the browser window (now they are only in the left article panel)
2) When I resize fonts, the ratio between article width and menu width will remain the same. My problem is this: The default font size is too small for me, so I increase it with the “+” sign in my Opera browser. But every time I increase the font, the menu panel gets wider… And when the font has the size I am most confortable with, the menu panel is as wide as the article panel! So the article panel is unnecessary thin, and menu panel is unnecessary wide. It’s 50%-50%… I’d like to keep some senseful ratio between them, like 75%:25% or so.
Now, I achieved this very easily with the table layout, and the code looks like this:
Banner
<table>
<tr>
<td width=”75%” valign=”top”>
Articles panel
</td>
<td valign=”top”>
Menu panel
</td></tr></table>
Footer
Can you please help me how to achieve *exactly* this behaviour in pure CSS?
Cheers,
Soso
- The topic ‘Changes I’d like to make in the default template’ is closed to new replies.