Any ideas on this template?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
quentin2

Any ideas on this template?

Post by quentin2 »

hello,

I'm trying to do a template like this.
Do you guys have any ideas how to achieve the part with the scrolling bar ?

Thank you for your input ! :D

[attachment deleted by admin]
URAN

Re: Any ideas on this template?

Post by URAN »

quentin2 wrote: ... any ideas how to achieve the part with the scrolling bar ?...
Just paste your content into tags:

{content}
Last edited by URAN on Thu Feb 16, 2006 9:40 am, edited 1 time in total.
cyberman

Re: Any ideas on this template?

Post by cyberman »

You must set the for content 1 to a fix height and add then the attribute

Code: Select all

overflow: auto;
for this id to css.
jelle

Re: Any ideas on this template?

Post by jelle »

that is a nice feature! (I wish i knew of that before) I have done something similar by fixing the other divs in place so that on conformant browsers the content scroll with the main scollbar, but the header and menus stay in place. Unfortunately that does not work on IE.
This solution may be better as the scollbar is right next to the scrollable content. 
assist

Re: Any ideas on this template?

Post by assist »

Would the iframe code go in the template or in the Layout Stylesheet
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm

Re: Any ideas on this template?

Post by Russ »

I think that iframes are not very user friendly or accessible and I geneally find them a pain to use. I personnally would avoid at all costs.  :o

Just my opinion though...
Russ
Locked

Return to “Layout and Design (CSS & HTML)”