Home › Forums › JavaScript › Remote Linking Images from WP Custom Fields › Re: Remote Linking Images from WP Custom Fields
December 9, 2009 at 12:29 pm
#67908
Member
Here’s the generated HTML:
and the css:
Code:
div#contactWrapper {
margin: -5px auto 0;
width: 340px;
position: relative;
}
div#contactImage {
position:relative;
width: 300px;
height: 400px;
}
#contactImage img {
margin: 0 20px;
opacity: 1.0;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
}
#contactImage .current {
opacity: 1.0;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
}
#contactImage ul {
margin: 0 15px;
}
#contactImage ul li {
position: absolute;
}
div#contactThumb {}
#contactThumb img {
border: 1px solid black;
padding: 2px;
background: #384350;
}
#contactThumb ul {
margin: 0 35px;
}
#contactThumb ul li {
float:left;
margin: 10px 5px;
}
margin: -5px auto 0;
width: 340px;
position: relative;
}
div#contactImage {
position:relative;
width: 300px;
height: 400px;
}
#contactImage img {
margin: 0 20px;
opacity: 1.0;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
}
#contactImage .current {
opacity: 1.0;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
}
#contactImage ul {
margin: 0 15px;
}
#contactImage ul li {
position: absolute;
}
div#contactThumb {}
#contactThumb img {
border: 1px solid black;
padding: 2px;
background: #384350;
}
#contactThumb ul {
margin: 0 35px;
}
#contactThumb ul li {
float:left;
margin: 10px 5px;
}
Thanks!
-Jacob