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, ...Having issues with content disappearing in DNN6 upon rolling over links or DIVs? Here is your fix!Having issues with content disappearing in DNN6 upon rolling over links or DIVs? Here is your fix!
Previous
 
Next
New Post
1/6/2012 12:28 PM
 

Right, but it's strange that this would only happen in DNN 6.
Is it a valid XHTML skin?
If so, can I see an example somewhere with the issue?
I expected it to happen in DNN6 in edit mode because of the div for the shade being injected behind panes, which could cause this in IE, but I don't see why thi s would happen if your not logged in.

I'm trying to understand what in default.css is causing this (might be we can avoid it by making a small change).

 
New Post
1/6/2012 12:38 PM
 

I have had this happen on a few valid XHTML skins... the issue cropped up after I started using this module:

http://www.smith-consulting.com/products/dotnetnukemodules/shoppingcartmodule.aspx

I cannot tell you what exactly was causing this. However... All I know is when I added those two lines of CSS all the anomalies that I have been experiencing in IE 7-9 went away in regards to the DIVs disappearing. I wish I could give more insight...

All my sites have been fixed, but I can duplicate a site if you wish to show you the issue... Also what is the DOC Type line you use at the top of your ASCX files for the themes you create?

 
New Post
1/6/2012 1:08 PM
 

Ok, well these kind of issues can also be caused by HTML errors in a module.

I mostly use a Skinname.doctype.xml file with this content:

<SkinDocType>
    <![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">]]>
</SkinDocType>

 
New Post
1/7/2012 5:04 AM
 

What a coincidence, I got the same question from a client today.
In this case the whole shop listing disappears in IE7 if you reload the page...
BTW, this one uses nbstore. I'm looking for a way to reproduce it with an example.

I'm guessing that line 231 in default.css is what's triggering this (the "cause" is IE7 as this is clearly a browser bug).

.DnnModule{z-index:902;position:relative;}

I'll let you know if I find something.

 
New Post
1/7/2012 6:23 AM
 

I posted a suggestion in the experience team forum to add this to default.css.

.DnnModule{display:inline-block;}.DnnModule{display:block;} /* Avoid IE7 z-index bug*/

To avoid this IE7  bug.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Having issues with content disappearing in DNN6 upon rolling over links or DIVs? Here is your fix!Having issues with content disappearing in DNN6 upon rolling over links or DIVs? Here is your fix!


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