1
yingzhao
blueday: forms.css does not work in IE6
  • 2008/6/8 5:10

  • yingzhao

  • Just popping in

  • Posts: 45

  • Since: 2008/5/12


I have installed xoops-blueday_04-11-2007 on xoops2.0.18.1. I would love to have this beautiful theme working on my site. However, in IE6, the theme does not seem to be able to load the forms.css properly, and all of the input fields in the forms lose the 1px boderline and the hover-over changing color effect. Thus, making it virtually unusable in IE. The strange thing is that in FF1.5, the forms.css works perfectly fine.

I am a novice in css design. Would anyone shed some light on this issue? Thanks very much in advance. I am attaching below the html source code related to the css, if this helps debugging.

<!-- Css de XOOPS -->
<link rel="stylesheet" type="text/css" media="screen" href="http://localhost/xoops/xoops.css" />
<!-- Css du thème -->
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="http://localhost/xoops/themes/xoops_blueday/css/layout-soup.css" />
<!-- feuille de style pour l'architecture du thème -->
<link rel="stylesheet" type="text/css" media="screen" title="Color" href="http://localhost/xoops/themes/xoops_blueday/css/style.css" />
<link rel="stylesheet" type="text/css" media="print" href="http://localhost/xoops/themes/xoops_blueday/css/print.css" />
<!-- feuille de style pour l'impression -->
<!--<link rel="stylesheet" type="text/css" media="aural" href="http://localhost/xoops/aural.css" />-->

2
yingzhao
Re: blueday: forms.css does not work in IE6
  • 2008/6/8 5:29

  • yingzhao

  • Just popping in

  • Posts: 45

  • Since: 2008/5/12


Here is how the input fields look like in the source view.

<!-- User Login&nbsp;
<input name="uname" type="text" title=" Write your login" />&nbsp;&nbsp;<input name="pass" type="password" title=" Write your password"/>-->
<input name="uname" type="text" value=" Login" onfocus="this.value=(this.value==' Login')? '' : this.value ;" title=" Write your login"/>&nbsp;&nbsp;
<input name="pass" type="password" value=" Password" onfocus="this.value=(this.value==' Password')? '' : this.value ;" title=" Write your password"/>&nbsp;

3
yingzhao
Re: blueday: forms.css does not work in IE6
  • 2008/6/10 2:45

  • yingzhao

  • Just popping in

  • Posts: 45

  • Since: 2008/5/12


For someone who may be interested. I think I somewhat nailed the problem. It looks like that IE6 does not support [type] syntax for the <input> element. So I got rid of the [type], and IE6 is able to pick up the style now.

Login

Who's Online

204 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 204


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits