Log in

View Full Version : Opening the Link in the middle column



fareed7865
02-21-2008, 10:38 PM
Hi
I am quite new to Web designing.
I am intending to use CSS with 3 colums and a header.
I used a bit "frames" where I had the links were listed on the left column. each time i would click on the link it would open the html page in the middle column.
i am trying to do the same thing again with css that if I click on any of the link on the left, they should open all html pages in the middle column.
(in this way all the links will be available all the time).
How do i do that

jscheuer1
02-22-2008, 03:39 AM
Not with CSS. You either need frames, an iframe or javascript. Or you can make up otherwise duplicate pages with only the center column different in each one. With a server-side language like PHP or asp, you can have one page that reloads with different content in one or more sections imported from other pages. This is essentially the same as loading different pages that only vary in certain spots, but it is easier to maintain.