I have been using frames to partition my webpage, each frame shows different webpages depending on how users navigate the site

the pages are a mixture of php and html, this is the reason that I am using frames.

Is it possible to have the frames 'see through' so that I the back 'wallpaper' image that i would like to use is viewable at all times?

I know a similar idea can be done with layers but i cannot seem to use these these to view php pages

Has anybody got any tips, links? etc

any help will be appreciated

    Frames... UGH!

    The W3C has good info, specs and standards for CSS and Tables. You can use CSS effectively to mimic a frames layout, without using frames. (which is a better idea anyhow)

    Try hard to avoid frames...

      How can I show portions of the screen that ie show results from database which requires php, without using frames??

        Write a Reply...