Connecting Tech Pros Worldwide Forums | Help | Site Map

Joomla Template CSS problem

Familiar Sight
 
Join Date: Dec 2007
Posts: 178
#1: Aug 5 '08
hi i am using joomla and i have installed RocketTheme Hyperion in my site . But the peoblem is that following code is not showing image in IE where as It is working fine in Mozilla...

Expand|Select|Wrap|Line Numbers
  1. #searchmod 
  2.  
  3. {
  4.     float: right;
  5.     background: url(../images/search-bg.png) 0 0 no-repeat;
  6.     width: 254px;
  7.     height: 47px;
  8.     padding: 0;
  9.     margin: 0;
  10. }
  11.  
can you help ?
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Aug 5 '08

re: Joomla Template CSS problem


Which version of IE? Does the PNG image have a transparent background?

PS. please use code tags when posting code. With the number of posts you have and the length of time you have been a member, there's no excuse.
Familiar Sight
 
Join Date: Dec 2007
Posts: 178
#3: Aug 5 '08

re: Joomla Template CSS problem


Yes .png is having transpirancy and i am using IE 6
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#4: Aug 5 '08

re: Joomla Template CSS problem


There lies your problem. To support IE6, you'll need to use a proprietary filter. See this link .
Familiar Sight
 
Join Date: Dec 2007
Posts: 178
#5: Aug 5 '08

re: Joomla Template CSS problem


but how can i use it in CSS of template ?
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#6: Aug 5 '08

re: Joomla Template CSS problem


How is the CSS declared? Is it in a file included using the link element?
Familiar Sight
 
Join Date: Dec 2007
Posts: 178
#7: Aug 6 '08

re: Joomla Template CSS problem


No , no link tags are used
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#8: Aug 6 '08

re: Joomla Template CSS problem


Well, if that's the case, there's enough information in the link to make it work. What have you tried?
Reply