View Single Post
  #5 (permalink)  
Old Mar 24th, 2008, 17:07
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,135
Blog Entries: 2
Thanks: 5
Thanked 38 Times in 35 Posts
Re: Imageflow wordpress gallery plugin CSS IE7 bug?

Mark, found an error on the #imageflow styles - you've used a semi-colon instead of a colon.

you've got:
Code: Select all
position; relative;
When it should be:
Code: Select all
position: relative;
Reply With Quote