Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Error with my gallery in certain browsers Re: Error with my gallery in certain browsers

#59498
TheDoc
Member

It’s because of this line:

Code:
#jgal li img { position:fixed; top: 160px; left: 720px; display: none;}

1. It should not be in a "fixed" position, I think you’re looking for "absolute".

2. Why is there even a set position at all? This should be coded differently, preferably simply floating the image to the right.