Tagged Questions
2
votes
2answers
504 views
How to access element after another element using Watir?
I have a page with HTML like this:
<a>text</a>
<img src="image.png" />
<a>text</a>
I would like to click the second link. Links have completely identical attributes. ...
0
votes
2answers
461 views
Internet Explorer's problem with css :after pseudo element when using opacity filter
I am drawing a pointed triangle at the bottom of the div using :after pseudo-element. It works as designed. However, when I add the opacity filter for the div, it stops working in IE (I am testing ...
0
votes
1answer
564 views
Jquery .after() IE problem
Im making a login form for a webbased game, Styled it very pretty etc. Used Cufon to markup some text.
Now i have a submit button which is very standard. So i tried applying css and Cufon.
Not ...