Sorry for the cursing here, but for some bizarre reason I have been assigned to this freakin Opera port (we are currently running on ie). The worst thing about it is it is not even for regular Opera, but this kludgy version for embedded Linux…
Most annoying thing I have found out:
Forms with only hidden fields show this dumb white space anyways. You must set the display to be inline-block and the width to 0px to keep this from showing. Only in Opera does this seem to be a problem.
Latest Featured Video
sujal
09/29/2008
The funny thing is that they used a bunch of lines straight from Palin’s Couric interview.
11:00 pm | 1 comment
Donate
Karen
09/15/2004
12:31 pm | 3 comments






September 16th, 2004 at 11:35 am
Maybe you should just add
form {margin:0}
to get rid of the default form spacing?
September 16th, 2004 at 1:52 pm
Hey there, Yeah i did, that fixed the problem, but the part that took me a while was realizing that you must also specify the display to be inline-block so it allows the width to be set.
Any solutions to getting opacity to work for Opera? As far as I know it is not supported…:(
September 16th, 2004 at 1:59 pm
Opps just re-read your post, you know I thought I had tried setting just the margin to 0px, but I must not have because I just tried it now and it seems to fix things. Thanks.