Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4018) - 28 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

How can i do that?

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

Post Reply
simsons
Posts: 31
Joined: Fri 23 Jan 2009 2:34 pm

How can i do that?

Post by simsons »

Hello,
is possible to do that i did on screen:
I wanna make menu in left page on frame. How can i make it?
You do not have the required permissions to view the files attached to this post.
ritchie
Posts: 42
Joined: Mon 02 Feb 2009 10:25 pm
Weather Station: WS 1081
Operating System: windows 10
Location: Rieti Italy

Re: How can i do that?

Post by ritchie »

Your best method would be to use CSS and create a DIV that sizes and postions the box for the menu, just where you want it to go.
You can then create a menu with either javascript or CSS.
I would prefer the CSS way of doing things as it generally behaves better across different browser platforms.
If you have trouble with doing this, I can give you some examples to follow if you want.

8-)
Image
User avatar
MarkB
Posts: 68
Joined: Tue 13 Jan 2009 4:03 pm
Weather Station: Elecsa 6975 (Fine Offset)
Contact:

Re: How can i do that?

Post by MarkB »

It is also possible to use nested tables

'View source' at http://www.yontcleugh.co.uk/untitled1.htm...
Image
simsons
Posts: 31
Joined: Fri 23 Jan 2009 2:34 pm

Re: How can i do that?

Post by simsons »

Thank for reply's ill try make something ;)
ritchie
Posts: 42
Joined: Mon 02 Feb 2009 10:25 pm
Weather Station: WS 1081
Operating System: windows 10
Location: Rieti Italy

Re: How can i do that?

Post by ritchie »

Tables are pretty much deprecated for page layout nowadays, they are OK for sub content and for some areas of alignment. They can easily get errors in their definition if made too complex.
Take a look here :http://www.s1communications.co.uk/altig ... stems.html for a completely CSS driven page, the list on the right could easily be a menu. The menus themselves are XHTML compliant.

:|
Image
simsons
Posts: 31
Joined: Fri 23 Jan 2009 2:34 pm

Re: How can i do that?

Post by simsons »

Ok i have my page 90% made.
But i want make this menu in table ;)
Is it possible?
You do not have the required permissions to view the files attached to this post.
Post Reply