Forums

Want to create a theme with framesets (2 posts)

  1. super phamicom
    Member
    Posted 3 years ago #

    Hi all,

    I'd like to create a blog with a layout where header, navigation links, and archive information is contained in a frame on the left. The right side of the frame would just contain blog posts. Sorry if I may not be describing it well, but indexhibit.org uses exactly what I'd like, but without WP's extensibility. Here's an example of what I'm looking for:

    http://www.indexhibit.org/news/

    Any help would be much appreciated! Thanks,

    -John

  2. t31os
    Member
    Posted 3 years ago #

    Looks like you just want the left side to remain static, you don't need frames to archive that...

    Just position the left column of your theme using CSS...

    position:static;
    top:0;
    left:0;

    Not a perfect example, but you get the idea...

Topic Closed

This topic has been closed to new replies.

About this Topic