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, ...Root Folder Reference in CSS files in DNNRoot Folder Reference in CSS files in DNN
Previous
 
Next
New Post
9/28/2007 2:44 PM
 

If I have a standard Skin.CSS file for my skin, and I have something like this:

#menu a {
   ...
   background: url("button.gif") top left no-repeat;
   }
#menu a:hover {
   ...
   background-image: url("button-over.gif");
   }
#menu a:active {
   ...
   background-image: url("button-active.gif");
   }

When URL's are referenced without a full path, i.e. www.domain.com/portals/1/button-over.gif, WHERE is the page going try and pull the file from by default?  Is DNN going to pull button.gif from the DNN root directory, the Portal ID# directory, the Skin's folder root directory, or what?

The question is, in essence, where do I put the images I want to use for buttons, etc., if I'm going to just name the file in the url("button.gif"); part of my CSS file?


Chad Voller -- MCP, DNN Aficionado
Leapwise Media
View my View Chad Voller's profile on LinkedIn
 
New Post
9/28/2007 2:48 PM
 

Relative URL references in CSS files are relative to the physical location of the CSS file itself. Therefore, if you are using just a filename, you should place the images in the same folder as the CSS file.

Nik

 


Nik Kalyani
Co-founder
DotNetNuke Corporation
Blog | Twitter | FaceBook
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Root Folder Reference in CSS files in DNNRoot Folder Reference in CSS files in DNN


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