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, ...Nothing looks right! (in IE)Nothing looks right! (in IE)
Previous
 
Next
New Post
10/19/2006 10:43 AM
 
Ok,  there might be a very simple and obvious expliniation or fix that I'm not seeing for this problem.  But I'm a little stuck.  I created a new skin and uploaded to my site. (being my first skin that part was hard enough!) Anyway, I created the skin in HTML and looked at it on every browser I could think of and everything looked fine.  Then I uploaded using Firefox and everything was looking great! There are still a coulple things to fix but I can handle changing some CSS values!

Needless to say I was very excited.  But then I pulled up the site in Internet Explorer and let out a chain of Microsoft directed expletives that I only hope no one else heard.  The page header area where I have my background images is being all mucked up by IE.  You can take a look here http://129.19.60.93/BocesWeb  If anyone can shead some light on this I wold greatly appreciate it!
 
New Post
10/19/2006 10:42 PM
 
Try moving the width and height parameters from the background images and let the browser figure it out.
 
New Post
10/20/2006 6:12 AM
 
If you want to make it the right way, put the whole header image as background-image in a DIV which will also have position:relative and then put the several elements in that with absolute positioning.

DIVs and CSS is the way... use HTML tables only when you can't find any other solution.

V.
 
New Post
10/20/2006 11:59 AM
 
Thanks for the reply!

If I am understanding you right your suggustion is to keep the header area as a whole image and then put it in a DIV and specify the DIV's CSS  position to relative?  Forgive me but I am a bit new to all of this so I guess I don't understand how I will go about placing the vatious items on top of that image.  Could you give me a little guidance there?

Thanks

Jarred
 
New Post
10/20/2006 1:14 PM
 

The good news is you only have one browser to focus on IE.  Modify a separate CSS file that looks perfect in "only IE" first.  Once it looks perfect in IE browsers just save this particular .css file as "iehack.css"  Now you have skin.css and iehack.css for IE only.  On your webpage place the following conditional comments after the skin.css reference:

<link href="skin.css" rel="stylesheet" type="text/css">

<!--[if gte IE 5]>

<link href="iehack.css" rel="stylesheet" type="text/css">

<![endif]-->

 

If an IE browser greater than or equal to version 5.0 then it will reference the iehack.css  otherwise Non-IE browsers will simply ignore it.

 

 

-Mark

Get Dotnetnuke hosting for less than $4.49 per month!
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Nothing looks right! (in IE)Nothing looks right! (in IE)


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