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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsa Rounded box For Reports Module using CSSa Rounded box For Reports Module using CSS
Previous
 
Next
New Post
7/1/2009 12:41 AM
 

 I have a css that will create a rounded box for a div section and i was trying to put that into the reports output, the problem is each individual item gets a rounded box instead of applying to the whole report module.

how can i apply the css such that i can apply the rounded box on the whole reports instead of applying it to individual item?

any suggestion?

 
New Post
7/1/2009 9:21 AM
 

silenceBit wrote

 I have a css that will create a rounded box for a div section and i was trying to put that into the reports output, the problem is each individual item gets a rounded box instead of applying to the whole report module.

i was trying to get the recent blog post from the database using sql query. i am able to get the recent post but coudn't apply the style for the whole report module instead it applie to indiviual item

how can i apply the css such that i can apply the rounded box on the whole reports instead of applying it to individual item?

any suggestion?

 
New Post
7/1/2009 11:57 AM
 

Try applying your CSS style to the selector: div.DNN_ReportsContent table

The outer-most div surrounding the module has a class of "DNN_ReportsContent" and there is only one table tag inside that div, representing the entire table of results.


Andrew Nurse
DotNetNuke Core Team Member and Reports Module Project Lead
Microsoft Certified Professional Developer

 
New Post
7/1/2009 2:13 PM
 

I am using rounded corners for my roudned box and in my css i will need to have multiple div section defined.

in this sitiuation i only have two element to work with div and table, so only way i see possible is to use a rounded box itself as a backgroud, but i would like my box to more flexible and fluid.

Do you have any suggestion to how i can use rounded corners using two div elements

i have css now like this below

 

#roundedBox{
    background-image:url(/images/TL.gif);
    background-repeat:no-repeat;
    background-color:#e3ebed;
    margin:20px 0 0 21px;
}
#roundedBox div{
    background-image:url(/images/TR.gif);
    background-position:top right;
    background-repeat:no-repeat;
}
#roundedBox div div{
    background-image:url(/images/BR.gif);
    background-position:bottom right;
    background-repeat:no-repeat;
}
#roundedBox div div div{
    background-image:url(/images/BL.gif);
    background-position:bottom left;
    background-repeat:no-repeat;
    padding:15px 20px;
    display:block;
}

 

and my Html would say

<div id="roundedbox"><div><div><div>

<p> testdshfkhsdf </p>

</div></div></div></div>

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsa Rounded box For Reports Module using CSSa Rounded box For Reports Module using CSS


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