|
Posted by Bernhard Sturm on 07/27/07 10:21
D_W wrote:
>
>
> Here you go
> http://www.swespy.se/nya/index.htm
>
Thanks... You are using frames, get rid of them. Frames are evil to
search-engines and users (try to print you page once, try to access it
with a screen-reader).
Then: you are mixing layout and structural represantation in your
source. Avoid this. This will lead you to table-less designs: your menu
is wrapped into a table, drop this table and try to set up your menu as
a unordered list:
<ul>
<li>Menu Item 1</li>
<li>Menu Item 2</li>
</ul>
you can wrap your menu into a <div> container, in order to get your
desired borders.
I believe you could go away with your design if you google for something
like: liquid two column layout. This could help for a start:
http://www.nysforum.org/documents/html/css-9-21-05/twocolumn/liquid.html
HTH
bernhard
--
www.daszeichen.ch
remove nixspam to reply
Navigation:
[Reply to this message]
|