Using CSS can I create a frame like effect?

Discussion in 'CSS' started by mnymkr, Oct 3, 2006.

  1. #1
    I would like my left menu to not reload and only the rest of the page reload. Is this possible?
     
    mnymkr, Oct 3, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Why would it matter? The images, scripts and stylesheets are cached, so the only thing reloaded is text. Text is too light weight to worry about.

    If you're looking to template the menu for inclusion on all pages, you need server side includes. SSI can be done with your favorite server side scripting language or the web server, itself, can do it. See the tutorial at http://httpd.apache.org/docs/1.3/howto/ssi.html

    cheers,

    gary
     
    kk5st, Oct 3, 2006 IP