DivaStyle
11-06-2003, 12:12 PM
I'm trying to use css but I'm having alot of trouble with it. This site (lissa-explains.com) is done in a 3 column css but I want 2. I want the left side to have the navigation and the right to show all of the pages but I dont know how to do that.
Can someone PLEASE HELP ME?!
MaGiCSuN
11-06-2003, 01:08 PM
you have to use an iframe for that, otherwise you can't target the links to the left side. Tables (and divs) don't target, only frames and iframes.
you can also use frames. You just put up the code from lissa's site (under frames) for the two frames (right and left) and then make a page right.html with the links on it, and a page left.html with the content on it. Then you target the links with target="left" (make sure the left frame has name="left" in the <frame> tag) and you are done too
Love,
Mirna
DivaStyle
11-06-2003, 01:42 PM
Thanks for replying, Mirna!
In the css section Lissa says that she made this site with only css. Eh, oh well. Thanks very much for your help!