Forum Moderators: open
OK so it's still the best browser. But, sometimes, just arg.
I have problems using it, so I always end up going back to Mozilla. When it's good enough I may consider using Opera all the time.
Make sure you download the latest version too - 7.11. The list of bug fixes is quite good.
BODY {margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;}
never works, maybe im doing something wrong.
I read this thread, and go to try 7.11, and I didnt think it would apply to my bookmarks, all my well thought out bookmarks are gone (over 40), I should have been more dilligent. Still love opera faster andmore stable for me.
regards
Mark
Ok I love opera, always loved opera, even though it has rendering problems like thisBODY {margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;}
never works, maybe im doing something wrong.
You're doing something wrong ;) You need to set the padding to zero for Opera, not the margin. Hence:
body {margin:0;padding:0;}
Will work for all CSS browsers including Opera.
The only problem I've seen so far is an oddity with a complex position:fixed div -- when the rest of the page scrolls, parts of the div disappear.
Tedster, I wonder if it is a draw-in/resource priority, issue with the position:fixed div? What are your thoughts?
I found one bug present in v7.10/7.11, where Opera will repeat a bottom margin of a final paragraph or other element. I've had to use a .class bottom-margin: 0; and use padding in it's place on several occasions. Opera Soft is aware of this, I expect it to be fixed next update.
Now as far as thins Opera does so well, and I find very useful, check out this post: [webmasterworld.com ] - Opera's Alternate Stylesheets.
Tedster, I wonder if it is a draw-in/resource priority, issue with the position:fixed div? What are your thoughts?
Not being a browser developer, I can't say for sure, but it does look that way. I assume that the browser must redraw the position:fixed div as the page scrolls - and it seems to forget in this case (there are nested divs inside the fixed div.) The elements in the div never reappear unless you scroll back up. Sort of defeats the purpose of :fixed.
It's a bit frustrating - one of the natural uses of position:fixed would be for menus. But it's not nice to have the navigation vanish altogether when you scroll! Fortunately, this isn't my site. It's a sample site for an open architecture community system that I was checking out.
Early Gecko engine browsers used to let a fixed div scroll for a few pixels before redrawing in the original position - making the whole div jitter around in a very disturbing fashion.
All in all, I'm inclined to be totally impressed with the results. There is quite a bit of horsepower being delivered in a very small, 3.2mb package.
Mozilla loads the images almost instantly, never stopping. However, that also has a showstopper bug. After so long it seems to run out of memory. Pages are drawn on top of others, icons go missing from the toolbar, and the whole thing freezes up.
I would use Explorer, but I don't care for those pop-up ads and lack of CSS commands. Plus no tabbed windows. It's really looking old hat these days.