I'm trying to get a background image url using xpath .
my xpath expression so far:
//div[@class='Header']/div[@class='Header-jpeg']
which points to the div that has the background-image but from there no idea how to get the img url, probably something in @style but no luck so far.
Css of that div:
div.Header-jpeg {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 874px;
height: 94px;
background-image: url('images/Header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
and a real example ca be found here: http://www.landenkompas.nl/