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, ...DNN 6.1 skinning issue with IE7DNN 6.1 skinning issue with IE7
Previous
 
Next
New Post
11/8/2011 5:40 PM
 
I am having an issue when viewing my new skin in IE 7. Using the dnn:LOGO skin object and the dnn:SEARCH skin object within a div tag - the code looks like this: <br /> <br /> <div id="logobar"><dnn:LOGO ID="dnnLogo" runat="server" /><br />     <div id="search"><dnn:SEARCH showweb="false" showsite="false" runat="server" /><br />     </div><br /> </div><br /> <br /> and the corresponding css looks like this:<br /> <br /> #logobar<br /> {<br />     height:71px;<br />     width:960px;<br />     margin:auto;<br /> }<br /> <br /> #search<br /> {<br />     float:right;<br />     padding:20px;<br /> }<br /> <br /> When viewed in Chrome and IE 8 everything works great. When viewed in IE 7 the search box ends up underneath the menu: (it should be displayed to the left of the logo)<img alt="" src="/Portals/25/Users/052/20/839220/SearchError.png" width="1045" height="141" /><br /> <br /> <br /> Any advice would be GREATLY appreciated!!
 
New Post
11/9/2011 2:50 AM
 
Try this, I'm not sure if you really need. Here.
-div id="logobar"-
        -div id="search"-
            -dnn:SEARCH showweb="false" showsite="false" runat="server" /-
        -/div-
        -div id="logo"-
            -dnn:LOGO ID="dnnLogo" runat="server" /-
        -/div-
        -div class="clear_float"--/div-
    -/div-



and the corresponding css looks like this:

#logobar{
    height:71px;
    width:960px;
    margin:auto;
}

#search{
float:right;
padding:20px;
}
#logo{
float:left;
}
.clear_float{
    clear:both;
    width:0;
    height:0;
    padding:0;
    margin:0;
    line-height:0;
}


PSDtoDNN - You supply the artwork... we'll build the skins!™
Website | Twitter | YouTube | Skype
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...DNN 6.1 skinning issue with IE7DNN 6.1 skinning issue with IE7


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