[ 
https://issues.apache.org/jira/browse/WICKET-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Derugo updated WICKET-1287:
----------------------------------

    Description: 
Steps to reproduce:
1. Open IE 6 
2. Go to http://wicketstuff.org/wicket13/
3. All links to the examples are not clickable

It seems tha the problem is caused by ie.css for this demo. Please look at 
is.css:
#container {
        background-image: none;
        
filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='images/bg_container.png',
 sizingMethod='scale');

If simply use background-image: url('images/bg_container.png') - all links are 
clickable

  was:
Steps to reproduce:
1. Open IE 6 
2. Go to http://wicketstuff.org/wicket13/
3. All links to the examples are not clickable

It seems tha the problem is caused by ie.css for this demo. Please look at
{code}
#container {
        background-image: none;
        
filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='images/bg_container.png',
 sizingMethod='scale');
}
{code}


If replace use simply background-image: url('images/bg_container.png') - all 
links are clickable


> Links on the main page are not clicable under IE 6
> --------------------------------------------------
>
>                 Key: WICKET-1287
>                 URL: https://issues.apache.org/jira/browse/WICKET-1287
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-examples
>    Affects Versions: 1.3.0-final
>         Environment: Live Demo http://wicketstuff.org/wicket13/
> Windows XP SP 2, IE 6.0
>            Reporter: Sergey Derugo
>            Priority: Blocker
>
> Steps to reproduce:
> 1. Open IE 6 
> 2. Go to http://wicketstuff.org/wicket13/
> 3. All links to the examples are not clickable
> It seems tha the problem is caused by ie.css for this demo. Please look at 
> is.css:
> #container {
>       background-image: none;
>       
> filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='images/bg_container.png',
>  sizingMethod='scale');
> If simply use background-image: url('images/bg_container.png') - all links 
> are clickable

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to