MasterKaos
Programmer
Ok, i'm REALLY trying to get good with CSS, and only using redundant html tags where there is no easy way of doing things with CSS. The only HTML formatting i have in the page i'm working on, is a <CENTER> tag around a one cell table, to get the whole single page with empty space on either side at higher resolutions effect happening.
Since everything's in this table cell, i can't use absolute positioning in CSS, so instead i use relative. I'm using tricky things like sandbag div's to wrap text around an image, and believe it or not it renders correctly in MSIE 5, MSIE 6, Netscape 6.2 and FireFox 0.8. But in Opera 7.23 the text shows up in the wrong place.
Now if a site only renders correctly in MSIE 6 and looks all wrong in other browsers i say the site is badly coded. But if the site renders correctly in all browsers except Opera, i'm tempted to say it's Opera's fault.
Anyway, feel free to look at my CSS and suggest the "correct" or "better" way of implementing the layout i have chosen.
So should i pretend Opera does not exist, or stuff around with CSS until it looks good in all browsers including Opera?
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
Since everything's in this table cell, i can't use absolute positioning in CSS, so instead i use relative. I'm using tricky things like sandbag div's to wrap text around an image, and believe it or not it renders correctly in MSIE 5, MSIE 6, Netscape 6.2 and FireFox 0.8. But in Opera 7.23 the text shows up in the wrong place.
Now if a site only renders correctly in MSIE 6 and looks all wrong in other browsers i say the site is badly coded. But if the site renders correctly in all browsers except Opera, i'm tempted to say it's Opera's fault.
Anyway, feel free to look at my CSS and suggest the "correct" or "better" way of implementing the layout i have chosen.
So should i pretend Opera does not exist, or stuff around with CSS until it looks good in all browsers including Opera?
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.