10-11-2005, 09:59 PM
Just curious. Here's why:
Today I started messing about with rewriting the CSS and managed to make it all much neater.
I soon discovered that the bug with floats in IE6 is much worse than I thought. If everyone were using Firefox, Opera or some other standards compliant browser there'd be no problem. But most people do not so there is a problem.
The bug itself was to do with the right hand column on the artist profile. Although IE was displaying the files section only as wide as it should, it wouldn't allow me to focus on anything to the right of it, seeming as if the files thing was going all the way across the page. Quite strange but fixed with a simple hack using absolute positioning, which didn't appear to break anything in other browsers. However, there was still a bit of odd display glitches with borders being shown over the top of other boxes but not containing anything.
I might as well go ahead anyway, since it'll make it much easier to add new HTML code for things. I'll probably give it about a week before I decide to go for it.
I use Opera for general web browsing, having switched yesterday. I also use Firefox for testing webpage design I'm working on. IE6 only ever gets used to make sure it can display a page I've just written correctly, so I can make sure things work for most internet users.
Today I started messing about with rewriting the CSS and managed to make it all much neater.
I soon discovered that the bug with floats in IE6 is much worse than I thought. If everyone were using Firefox, Opera or some other standards compliant browser there'd be no problem. But most people do not so there is a problem.
The bug itself was to do with the right hand column on the artist profile. Although IE was displaying the files section only as wide as it should, it wouldn't allow me to focus on anything to the right of it, seeming as if the files thing was going all the way across the page. Quite strange but fixed with a simple hack using absolute positioning, which didn't appear to break anything in other browsers. However, there was still a bit of odd display glitches with borders being shown over the top of other boxes but not containing anything.
I might as well go ahead anyway, since it'll make it much easier to add new HTML code for things. I'll probably give it about a week before I decide to go for it.
I use Opera for general web browsing, having switched yesterday. I also use Firefox for testing webpage design I'm working on. IE6 only ever gets used to make sure it can display a page I've just written correctly, so I can make sure things work for most internet users.

