Flash header between menu and content in CSSMenu top + 2 columns 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"
Post Reply
einfoway
New Member
New Member
Posts: 2
Joined: Sat Sep 06, 2008 2:46 pm

Flash header between menu and content in CSSMenu top + 2 columns template

Post by einfoway »

HI All,

CMSmadesimple is just great. I am newbie to this framework. I have set up all is fine and i am using CSSMenu top + 2 columns template for all my pages.

Now i need small change as shown in attached image. I need a flash swf file between menu and content block. We need to have separate swf file for separate pages. So we will need it to be the part of CMS rather then hard coding  it.

can any one please help me?
Image


Regards
Einfoway
Attachments
screen.gif
christiaans
Power Poster
Power Poster
Posts: 300
Joined: Tue Mar 04, 2008 10:37 am

Re: Flash header between menu and content in CSSMenu top + 2 columns template

Post by christiaans »

There are a number of ways to achieve this (maybe search for it first, next time, you would be surprised about how many people have already asked something similar), for example:

- using an 'if' statement to declare the flash movie, example:

Code: Select all

{if $page_alias == "page1"} < your swf file />
{elseif $page_alias == "page2"} < your different swf file />
{/if}
- using a different template for each page, each containing a different swf file.

Good luck with it :).
einfoway
New Member
New Member
Posts: 2
Joined: Sat Sep 06, 2008 2:46 pm

Re: Flash header between menu and content in CSSMenu top + 2 columns template

Post by einfoway »

I had searched a lot on google and your forums but could not find anything related to same. Same i am searching form morning on multilang found many but all very complex.

Anyways thanks for your reply i got it fixed via javascript.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Flash header between menu and content in CSSMenu top + 2 columns template

Post by Dr.CSS »

If fixed please put solved in top post subject line...
christiaans
Power Poster
Power Poster
Posts: 300
Joined: Tue Mar 04, 2008 10:37 am

Re: Flash header between menu and content in CSSMenu top + 2 columns template

Post by christiaans »

einfoway wrote: I had searched a lot on google and your forums but could not find anything related to same. Same i am searching form morning on multilang found many but all very complex.

Anyways thanks for your reply i got it fixed via javascript.
Good thing you got it fixed, but be careful with javascript..
Post Reply

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