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, ...Background Image FlickerBackground Image Flicker
Previous
 
Next
New Post
8/29/2006 6:14 PM
 
I think you should remove the
    "background-color: #fefefe;"

For the .pagemaster css class

in the skin.css file


The pagemaster is a table that is completely overlapping the page (body) and you only applied the background-image to the body, so .pagemaster should be transparent to show the image

 
New Post
8/30/2006 1:47 AM
 
What Timo has said I've also said in my answer to you...
I've said look at this thread...
I post it here again...

Normally you set a body background (a image or a color), something like this:
body{ border:0; margin:0px 0px 15px 15px; padding:0; height:100%; background-image: url(images/bg.gif);}

But if you use a skin or you've bought a skin with a table that fill the whole page with for instance a style like this
.PageCntr {background-color: #ffffff;}
<body>
  <table class="PageCntr" width="100%" heigth="100%" border="0" cellpadding="0" cellspacing="0">
    <tr><td>Your content goes here.</td></tr>

  </table>
</body>
then the background body style have no effect because the background-color of the table overwrite the background of the body.
You have to examinate the whole skin...
Is that what you are trying to say?...


Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
8/30/2006 9:50 AM
 

Sweet. Thank you Timo and gvborre for your replies. I edited skin.css file to remove the background-color:#ffeeee; and it worked. As you both have pointed out this skin.css was over writing the background image.

One other question I have is how do I set the body to align say to the left. Now by default, the DNN built in skins are either full width on fixed width. What is the best approach to change the alignement. For e.g., in a regular HTML we could use <table align="left> Site Content Here </table>

Thanks again for your time.

 

 

 
New Post
8/30/2006 10:34 AM
 

There are many people who have problems to align content...
When you surf on the internet you will find a lot of possibilities.
For instance you can use:
<div class="MyWebPage">And your content goes here</div>

And in your .css
.MyWebPage {
  width: 100%;
  height: 100%;
  text-align: center;
}


But test always in IE and FF...

What I also want to say is this... Normally is this another question... And another thread...


Vriendelijke groeten
Gilbert Vanden Borre
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Background Image FlickerBackground Image Flicker


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