Note that there are some explanatory texts on larger screens.

plurals
  1. USmorespace54
    primarykey
    data
    text
    plurals
    1. COOk, the basic `background-image` changing regarding the position is working in your example (thanks), but is there a way to make it work in IE too? I know, this is a stupid question but I have to ask. Actually, it's working in IE (8 at least) but whenever the change occur (above 200px in the above example), the screen (or more likely the element which has the switching background) is flashing. Anyway to tell IE to (maybe) preload the background? Or maybe using a smaller background file? Thanks
      singulars
    2. COHave you tried something like `entry.` and tag name as in `div.appendChild(document.createTextNode(entry.title + entry.pubDate + entry.link + entry.media));` etc... The `entry` part being the whole `item`, I guess you could try to get the `media:title` by parsing your `entry.media` item before creating your text node...
      singulars
    3. COIt is supposed to be sorted **top/right/bottom/left**. I found that while using the **filter** tag, I had to put all four of them for the shadow to work. Let's say you want only left and right shadows, I had to put `-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#000000')", "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#000000')", "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#000000')", "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#000000')";` for it to work.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload