Results 1 to 2 of 2

Thread: Opening the Link in the middle column

  1. #1
    Join Date
    Feb 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •