Thanks a lot, applying the dimensions to the image in the html and the input in the CSS fixed it nicely. FYI, It was failing validation for the input if I put the width and height in there as a proprietary function and I had to remove the px from the img tag, but thanks a lot for fixing something that was threatening my hairline! James
-----Original Message----- From: Ingo Chao [mailto:[EMAIL PROTECTED] Sent: 30 November 2006 17:31 To: James Leslie Cc: [email protected] Subject: Re: [css-d] Opera 9 bug (?) shunting up by 8px James Leslie wrote: > Hi, > > On the site below when I first load the page in Opera 9.02 the input > and select box at the top of the page are positioned around 8px higher > than they should be. When you refresh or click any links (i.e. go > elsewhere in the site) it sorts itself out and displays correctly as > in all other browsers. I've been playing around for days with it to > try and sort it out without success. Has anyone seen this before or have any ideas? > > http://www.fujifilm.metafaq.com/templates/fujifilm/main/mainpage Since the problem is only visible on your server, but not on a local copy (but when used with <base>), I think connection and server response makes the difference. There are three images in the header, two of them do not have a dimension assigned. I'd try to set the dimensions explicitly for the two images: <label for="kb"><img src="/clients/fujifilm/newresources/relatedto.gif" width="55px" height="13px" class="kbtext" alt="Related to" /></label> and <input type="image" src="/clients/fujifilm/newresources/go.gif" width="33px" height="17px" alt="go" title="Ask your question" id="submit" value="Go"/> hth Ingo -- http://www.satzansatz.de/css.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
