hybrid layout blues.

liunx

Guest
Hello,<br />
<br />
I'm having trouble with a certain page layout that i'm trying obtain. I've tried using generators but they don't give the option of a background attachment.<br />
What im looking for is:<br />
<br />
A 2 column layout with a left aligned column ( navigation bar).The main column though, will have a fixed background image while the other one isn't.<br />
I see the same layout in alot of live journals and weblogs.<br />
If anyone has any advice, it would be much appreciated.Thank you.<!--content-->Have you tried view source on the page that you are interested in?<!--content-->this took me bout a min<br />
<table width=85% height=500 cellspacing=1 bgcolor=black><br />
<tr bgcolor=white><br />
<td valign=top align=center width = 20%>nav</td><br />
<td valign=top align=center width = 80%>content</td><br />
</tr><br />
</table><br />
reply if you want more.<!--content-->make sure you quote the attributes. and the height attribute is deprecated for a table.<!--content-->
 
Back
Top