CSS 3 Features Not Working On Dynamic Pages

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.
1/3/2012 12:49:09 PM
Gravatar
Total Posts 148

CSS 3 Features Not Working On Dynamic Pages

Hi:

I am trying to round some corners and add shadows to my site. CSS 3 features work on my home page which is mapped to http://localhost/Default.aspx.  CSS 3 Features won't work on my dynamically created pages.  I am using the file style.css that is currently in my Sites\1\skins\[MyTheme] folder to add these new features.

1/3/2012 1:00:07 PM
Gravatar
Total Posts 18439

Re: CSS 3 Features Not Working On Dynamic Pages

all pages in mojoPortal are dynamically created so I have no idea what you mean by dynamic pages.

I've told you before you should not map any page to default.aspx because that page serves all CMS pages in the site and it already will serve your home page if no pageid parameter is used. You home page should be mapped to something like home.aspx

mojoPortal just delivers html, css and javascript to the browser and the browser does all the rendering so you need to use client side tools like Firebug to see if the correct stuff is being delivered and you need to understand about how css is cached if you make changes in css.

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