Thread
:
[SOLVED] Imageflow wordpress gallery plugin CSS IE7 bug?
View Single Post
#
5
(
permalink
)
Mar 24th, 2008, 17:07
Aso
Chief Moderator
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;
Aso
View Public Profile
Find all posts by Aso
View Blog