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 for a Content PaneBackground Image for a Content Pane
Previous
 
Next
New Post
10/14/2008 1:38 PM
 

 Hi, I'm trying to implement a design that was built in photoshop, ideally just using a background image for the page content, then overlaying content panes positioned over the regions of the image they need to go. 

However, what I'm finding is that the background image remains there on login and registration..   so my quesion, is there a good way to implement a design like that?

Currently, I'm using a blank content page, using a Text module, and then creating a div with background image from known path, and they moving the different text regions around with css from within the Text module Source.. but it's clumsy, not 100% cross browser and not ideal for end client to update content.

Any ideas?

Thanks,

Jay

 
New Post
10/14/2008 5:35 PM
 

Hi there

I've recently achieved a working sample of what you are trying to achieve.

If you can wait till tomorrow afternoon I will post the code on my break. Take Care!

 
New Post
10/16/2008 11:08 AM
 

CSS

         

HTML

.headerTitle {
    padding-left:40px;
    width:370px;
    font-size:16px;
    padding-top:40px;}

.contentPaneTop {
    width:430px;
    height:69px;
    background-image:url( location here );
    background-repeat:no-repeat;
    z-index:2;}

.contentPaneMiddleFlame,
.contentPaneMiddle {     
    margin-left:15px;
    margin-right:15px;
    width:400px;
    background-color:Black;}

.contentPaneMiddleFlame {
    background-image:url( location here );
    background-color:Transparent;
    background-repeat:no-repeat;
    background-position:center; }

.contentPaneBottom {
    width:430px;
    background-image:url( location here );
    background-repeat:no-repeat;
    background-color:Transparent;
    padding-bottom:40px;
    background-position:right bottom;
    margin-bottom:20px; }

.sideMenu {
    padding:0px;
    color:#FFD204;
    text-align:right;
    z-index:3;
    width:15px;}

/* END OF FLAME BG & BLOGGING CONTENT PANE */
  <div class="contentPaneTop">

<div class="headerTitle">

<dnn:TITLE runat="server" id="TITLE1" CssClass="ContentPaneTitle" />

<div class="sideMenu">

<dnn:ACTIONS runat="server" id="ACTIONS1" />

</div>

</div>

</div>

<div class="contentPaneBottom">

<div class="contentPaneMiddleFlame" id="ContentPane" runat="server" >

</div>              

</div>

 

I hope this works for you an is what your looking for! Sorry I got so busy at work yesterday I wasn't able to post it over my lunch :)

 
New Post
10/17/2008 10:55 AM
 

Thank you very much for taking the time to post.. I will try this technique and post back how it worked for me.

Thanks,

Jay

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Background Image for a Content PaneBackground Image for a Content Pane


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