On my page I have a panel which I fill with imagemaps in a small size.
I put them in the panel on a relative position.
In internet explorer these images are nicely put next to each other where wraps to the next line.
In Firefox all the images are put in the panel on the left and below each other.
IE: aa bb cc
dd ee ff
FF: aa
bb
cc
dd
ee
How can I get Firefox to show the images next to each other like in IE?
eric_W
Member
36 Points
92 Posts
Relative images in panel
Feb 19, 2012 09:36 PM|LINK
Hi,
On my page I have a panel which I fill with imagemaps in a small size.
I put them in the panel on a relative position.
In internet explorer these images are nicely put next to each other where wraps to the next line.
In Firefox all the images are put in the panel on the left and below each other.
IE: aa bb cc
dd ee ff
FF: aa
bb
cc
dd
ee
How can I get Firefox to show the images next to each other like in IE?
rg,
Eric
Ruchira
All-Star
43028 Points
7031 Posts
MVP
Re: Relative images in panel
Feb 20, 2012 06:07 AM|LINK
Hi,
Add the float:left style to your images. If it isn't what you are looking for or if it's not working, please post your code.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.eric_W
Member
36 Points
92 Posts
Re: Relative images in panel
Feb 20, 2012 08:22 AM|LINK
That worked!
Thanks,
Eric