|
SyberAngel -> RE: Problems with a div (2/12/2005 11:46:36)
|
Fixed the problem. But not the way you suggested. I was just experimenting a bit and came up with the solution. The div not showing properly in IE had nothing to do with me using a picture for the div's background. Here's what I did: - This was the original code: <!-- Begin Random quote generator --!> <div id="quote"></div> - I replaced it with: <div id="quote" align="center"></div> I gave it an alignment attribute just in case, but it works without it just as well. I guess IE couldn't cope with my comment :-/ No, wait, I see the problem... Of course it didn't cope with the comment since I made two exclamations in it. Poor thing was confused ;) Problem solved :) One more reason to use Firefox ;)
|
|
|
|