User:AnnanFay/TestPage: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>AnnanFay
m (Fixed minor padding issue)
>AnnanFay
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


Tested on Firefox only. Linux netbook (small screen) and Windows 7 Desktop (large screen)
Tested on Firefox only. Linux netbook (small screen) and Windows 7 Desktop (large screen)
<h1>Test 3</h1>
Can't do :hover with inline CSS, so guess this isn't going to work.
{{#css:
.image-container {
height:300px;
width:300px;
background-image: url(http://pool.pathofexilewiki.com/w/images/Firestorm.jpg);
}
.image-container:hover {
background-image: url(http://pool.pathofexilewiki.com/w/images/Firestorm.gif);
}
}}
<div class="image-container"></div>


<h1>Test 1</h1>
<h1>Test 1</h1>

Latest revision as of 14:22, 21 February 2013


Tested on Firefox only. Linux netbook (small screen) and Windows 7 Desktop (large screen)

Test 3

Can't do :hover with inline CSS, so guess this isn't going to work.

{{#css: .image-container { height:300px; width:300px; background-image: url(http://pool.pathofexilewiki.com/w/images/Firestorm.jpg); } .image-container:hover { background-image: url(http://pool.pathofexilewiki.com/w/images/Firestorm.gif); } }}

Test 1

Test 2