Forum Moderators: open
However, I'm finding some odd things that surprise me, and I'm wondering what's up -- is this just my setup? Two in particular:
1. Images (always GIFs, from what I can tell) sometimes stop rendering, even when the page reports 100%. A click on Reload and the full image is instantly visible.
2. Popup windows that are supposed to be NOT resizable, still ARE resizable.
The only time I see it is with animated gifs when I have animation off.
2: All popups in MDI mode should be resizeable (no other way to do it in mdi). I don't know about SDI mode.
Oh well, it's like the song says, you can't always get what you want.
I know it breaks with standard, but I'm very glad popups are resizable. Also glad that css isn't applied to forms. ;)
I use Opera 6 (Windows) quite a bit now. There is a lot to like. My main concern is how Opera renders CSS as I have discovered it is very right on point in many cases.
Little things that had me stumped until I found the answers: Form drop down menus were showing a break after the element. The solution? form {display:inline;}
Lists had unwanted margins on the right side (which caused vertical distortion)According to what I found, Opera IS correct in this rendering, as opposed to IE6 and NS6 - the solution? ol,ul {margin-right:0px;}
I just redid my homepage by eliminating the last of the tables in favor of CSS positioning. It is not a liquid design because of the intended layout.
I have to repeat it... I really like Opera!
The incomplete image problem I mentioned in the first post seems to have gone away after I checked this box:
Preferences > Window > Avoid Flicker.
But I can't make the problem come back by unchecking the box, so I can't say for sure what's going on.
One thing that I've noticed: I sometimes use javascript at the very end of my HTML to preload big images for future pages, especially informational pop-ups. Opera sometimes delays images on the page and starts the big js downloads before the main stuff is done.