-
Opening the Link in the middle column
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
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks