![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
With difficulty and complication. Just look at what has been offered to you in response, tricks and tricks galore. How strong is this argument about pleasing screen readers and search bots? So simple is it to put the nav first in the html, width it, float it left, margin-left the main by about the width of the nav and let Bob be your uncle, that the argument better be pretty strong indeed. |
#12
| |||
| |||
|
|
On Feb 14, 2:49 pm, "Evertjan." <exjxw.hannivo... (AT) interxnl (DOT) net> wrote: Float the main div to the right. I want the main column to be as far left as possible, only of cause leaving room for the left sidebar. The problem with the float:right solution is that the main column then goes all the way to the right of the browser viewport. |
|
I guess this could be handled by giving the main column a fixed size, but with a layout that increases horizontally depending on the users browser size this is unfortunately not possible. |
#13
| |||
| |||
|
|
On Feb 14, 10:46 pm, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: With difficulty and complication. Just look at what has been offered to you in response, tricks and tricks galore. How strong is this argument about pleasing screen readers and search bots? So simple is it to put the nav first in the html, width it, float it left, margin-left the main by about the width of the nav and let Bob be your uncle, that the argument better be pretty strong indeed. The other posters actually helped me a lot... I have to areas where this is an issue. One where I have the regular two column layout - this is now fixed. But I was just wondering if I could use this new input to also solve another problem that I've been having: Where I need a text to flow just after the last tab, as explained. |
#14
| |||
| |||
|
|
I have a two column layout - this is the regular story about a sidebar and a column containing the main content. In the HTML source I've put the main content div first and the sidebar div second - This is an important point. I do this because I would like the main content of the site to be at the top of the HTML source (to please screen readers and search bots) But in the browser I would like to show the sidebar to the left of the main content. |
![]() |
| Thread Tools | |
| Display Modes | |
| |