Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Style Sheet HelpStyle Sheet Help
Previous
 
Next
New Post
5/3/2006 11:14 AM
 
I have a simple question for anybody.  I am trying to change the color of the text in the header bar of containers.  I have looked and looked and can't find it.  Also I have a background image that I don't want to have scrolling.  I went to the skins.css and put background:fixed; and even tried background-attachment:fixed; to no avail.  If there is another way to do this or if there is something wrong with the way I am typing this is it would be appreciated.  Also one final question.  I need one of my text/html modules to scroll when it get's more than a page of information in it.  Where would you add the overflow:scroll; ?
 
New Post
5/3/2006 12:30 PM
 

The class for the Container Title is .Head

Try giving the image first a position and then set it to fixed.

I am not sure about the container scrolling but try setting it in a style for an outer object like a table or div.

 


Do you know the truth when you hear it?
Néstor Sánchez
The Dúnadan Raptor -->Follow Me on Twitter Now!
 
New Post
5/3/2006 2:01 PM
 
To scroll the Contentpane the Text/HTML module is in:
#dnn_"Contentpanename" {
    overflow:auto
    }

Scroll only the content, not the title:
.containerrow2_"SiteTitle" > div
    {
    overflow:auto;
    }

Hope this helps
Timo



 
New Post
5/3/2006 4:24 PM
 
I have this in my skins\default.css

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #ffffff;
}

and it's still black Any help?  I also have the position set to left;  I also tried center and right.  No changes.  Here is what I have in my skins.css

.pagemaster {
    width: 100%;
    height: 100%;   
    background-color: transparent;
    background-position:left;
    background:fixed;
    background-attachment:fixed;
    background-repeat:no-repeat;
}

Thanks for all of the help and for the fast responce.  I didn't think I would hear anythign until tomorrow.
 
New Post
5/3/2006 7:40 PM
 

It could be caching, clear DNN cache.


Do you know the truth when you hear it?
Néstor Sánchez
The Dúnadan Raptor -->Follow Me on Twitter Now!
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Style Sheet HelpStyle Sheet Help


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out