Thanks Jesse,

Well I was hoping to find an end to end JSON example... just snippets around... no one really has shown substantial usage of that.

For my solution though...

Currently this is what we got in css (the main reason why I wanted to go with JSON)...

div#header {
        color: black;
        clear: both;
        padding: 0;
        height: 94px;
        background: #fff url( images/trails-header94.jpg ) top left no-repeat;
}

So I am assuming your implying this... since there are no width/height specs for "background"

div#header {
        color: black;
        clear: both;
        padding: 0;
        height: 100%;
        width: 100%;
        background: #fff url( images/trails-header94.jpg ) top left no-repeat;
}

But you forgot that I do not have any frames... so when I specify 100%, the image takes up the WHOLE space of the browser viewport. ANything rendered after that gets clipped (which is basically my nav pane and content pane).

I do not want to go with frames due to clipping issues.

Any more ideas?

how bout' that JSON end to end example? Any takers (or givers).
best regards
Ken

_________________________________________________________________
See what you’re getting into…before you go there http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_preview_0507


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to