Skip to content

Instantly share code, notes, and snippets.

@ioptics
Created January 30, 2015 16:42
Show Gist options
  • Save ioptics/4962287471afcdf5eab8 to your computer and use it in GitHub Desktop.
Save ioptics/4962287471afcdf5eab8 to your computer and use it in GitHub Desktop.
Background image test
<script type="text/javascript">
var header_path = '//s.wldcdn.net/media/cougardate/header';
if (WLD && WLD.Member) {
document.write(
'<img src="//s.wldcdn.net/media/cougardate/' + (WLD.Member.split == 'odd' ? 'header' :'header1') + '.png" style="display: block;">'
+ '<style type="text/css">'
+ 'body{background:url(//s.wldcdn.net/media/cougardate/' + (WLD.Member.split == 'odd' ? 'old-bg.png' :'main-bg1.jpg') + ')}'
+ '</style>'
);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment