I'm new to web site developement and am trying to set up my first site. The content area has three vertical sections:
a left hand menu
the content area
a right hand menu
I am trying to avoid using tables for page layout, so instead I've plaved each of these three things in div tags. Now, in order to place them in the correct positions on my page, I've been forced to position each of them absolutely, defining each of their left margins to place them next to each other. This works but seems a bit suspect and quite often all goes wrong when I change something in my CSS. Is there a better, standards complient way of going about this?
Also, I've uploaded my site (the start of it anyway) to:
(can you guess that I come from Shetland and play table-tennis???)
Now, if you have time, please open it with Firefox, and notice that the absolute positioning goes completely wrong - but then press refresh...(the only thing I could say was: eh?)
Anyway, please have a look and post some suggestions regarding better ways to code/arrange my site.
thankyou
Calum
a left hand menu
the content area
a right hand menu
I am trying to avoid using tables for page layout, so instead I've plaved each of these three things in div tags. Now, in order to place them in the correct positions on my page, I've been forced to position each of them absolutely, defining each of their left margins to place them next to each other. This works but seems a bit suspect and quite often all goes wrong when I change something in my CSS. Is there a better, standards complient way of going about this?
Also, I've uploaded my site (the start of it anyway) to:
(can you guess that I come from Shetland and play table-tennis???)
Now, if you have time, please open it with Firefox, and notice that the absolute positioning goes completely wrong - but then press refresh...(the only thing I could say was: eh?)
Anyway, please have a look and post some suggestions regarding better ways to code/arrange my site.
thankyou
Calum