varying header images - xpost from skins forum

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/8/2009 4:00:43 PM
Gravatar
Total Posts 34

varying header images - xpost from skins forum

Question,

Has anyone done anything similar? On my home page I woud like to use a flash movie with 4-5 images in the loop. On other pages in the main navigation I would like to use still images tht are part of the flash. (to be more exact: imagine a site about farm animals, my home page flash movie would have 3 images in a loop: a cow, a swine and a sheep. However my "sheep" gateway page would only have a sheep static image).

The styleimages.css defines a header image in the wrapheader id: #wrapheader { background : #404040 url('header.gif') no-repeat; }; this is for the whole website.


Is seems to me that I might have to remove the whole wrapheader from the layout master, and define a custom user control with intelligence (map of images to urls)

What do you think Joe?

 

7/16/2009 4:29:30 AM
Gravatar
Total Posts 108

Re: varying header images - xpost from skins forum

Maybe this post may help

http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=9&thread=2982&pagenumber=1

 

I've basically developed 4 skins, so when i create a page i can select which skin to use, in effect, each skin has its own layout.master, so you could have

3 skins, and within each layout.master you have a cow, a swine and a sheep
 

Hope that helps

You must sign in to post in the forums. This thread is closed to new posts.