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, ...Custom Search ModuleCustom Search Module
Previous
 
Next
New Post
12/22/2009 12:01 PM
 

Hello.. I hope I'm posting this in the correct forum.

But, I created a module which takes the DNN search and customizes the search text box and the search button.  The search "asp:button" is be assigned a background to an image URL via CSS with a hover being assigned another image.  Gives it mouse-over effect which the website has plenty of and they like.

The issue is that IE8 is the only browser which isn't displaying the images at all; SURPRISE, not.  I've tested this in Chrome, Firefox and Opera and they work in all three.  IE8 is the only one which has issues with it.

If I use the IE8 developer tools, there is an entry for .search button; background-image : url(images/search_off.png); HEIGHT: 23px.

Can anyone assist or have an idea on what I can do to resolve this since most of our visitors are IE browsers.  Thanks.. -Jeff

SearchInput.ascx
<table cellspacing="1" cellpadding="1" summary="Search Input Table" border="0">
<tr>
    
<td valign="baseline">
       <
asp:textbox id="txtSearch" runat="server" Wrap="False" Width="108px" columns="35" maxlength="200" Text="Search..." onclick=" if( this.value == 'Search...' )this.value='';" Height="23" />
     </
td>
    
<td valign="middle">
       <
asp:Button id="cmdGo" CssClass="searchbutton" runat="server" Width="64px" />
     </
td>
</tr>
</
table>

 Module.css
.searchbutton
  
{
    
background-image: url(images/search_off.png);
    
height: 23px;
   }
.searchbutton:hover
  
{
    
background-image: url(images/search_on.png);
    
height: 23px;
   }

 

 
New Post
12/23/2009 10:26 AM
 

Compatibility mode.

Jeff

 
New Post
12/24/2009 11:47 AM
 

Hello..  Thank for the reply.. THe compatibility button isn't showing up for our DNN sites; not sure why..

 

 
New Post
12/24/2009 5:20 PM
 

Are you using an XHTML doctype skin? If not first change that..

 
New Post
12/28/2009 11:56 AM
 

Hello,

I created a index.xml file and added the line at the bottom.  This didn't resolve my issue.  Did I forget to do something else?

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

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Custom Search ModuleCustom Search Module


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