Forum Moderators: not2easy
I'm designing a website in CSS and i have positioned and image to the right like this:
<html>:
<div class="top3"><img src="images/logo3.gif" alt=""></img><img class="cogs" src="images/cogs.gif" alt=""></img></div>
<css>:
.img.cogs {
position: absolute;
right: 0px;
width: 198px;
height: 139px;
}
Ignor the logo3.gif, its the cogs.gif i am having problems with.
In IE6 it works fine, however big the broswer size is, the cogs.gif is alway aligned to the right hand side of the screen. Its firefox which is having the problem, it just puts it next to the logo.
<snip>
You can have a look there to see what i mean.
Does anyone know how i can get Firefox to behiave the same as IE and put the image to the right?
Hope someone can help
Simon
[edited by: engine at 9:50 am (utc) on April 6, 2005]
[edit reason] No urls, thanks. See TOS [webmasterworld.com] [/edit]