forked from wezm/wezm.net
Home page JS fix for IE6/7
This commit is contained in:
parent
dd7695f336
commit
0091d68013
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jQuery(function () {
|
|||
var image = {
|
||||
href: photo.attr('url_m'),
|
||||
src: '/images/photos.jpg',
|
||||
alt: photo.attr('title'),
|
||||
alt: photo.attr('title')
|
||||
};
|
||||
var li = $(render_image(image));
|
||||
$('img', li).css('left', (i * -75) + 'px');
|
||||
|
|
Loading…
Reference in a new issue