Why must firefox be so great but still suck?
-
I'm trying to create a custom control but when it renders its contents only Internet Explorer will show it. i.e. protected override void Render(HtmlTextWriter output) { output.Write(@""); output.WriteLine(); } now in Internet Explorer this will work 100% ok everytime. BUT Firefox will show the image placeholder while the page is loading but then just simply disappear even though the source shows the correct tag! If you have the output write straight text (like 'They killed Kenny!') it will show up, it seems only when there are tags something breaks. Has anyone else come across this? -- modified at 10:35 Tuesday 21st February, 2006
-
I'm trying to create a custom control but when it renders its contents only Internet Explorer will show it. i.e. protected override void Render(HtmlTextWriter output) { output.Write(@""); output.WriteLine(); } now in Internet Explorer this will work 100% ok everytime. BUT Firefox will show the image placeholder while the page is loading but then just simply disappear even though the source shows the correct tag! If you have the output write straight text (like 'They killed Kenny!') it will show up, it seems only when there are tags something breaks. Has anyone else come across this? -- modified at 10:35 Tuesday 21st February, 2006
-
It's not Firefox that sucks. ;) Don't use \ in the url. Use /. --- b { font-weight: normal; }
awwww jeez. good eyes Guffa! That would've taken me a long time to notice.... Thanks again :-D
-
I'm trying to create a custom control but when it renders its contents only Internet Explorer will show it. i.e. protected override void Render(HtmlTextWriter output) { output.Write(@""); output.WriteLine(); } now in Internet Explorer this will work 100% ok everytime. BUT Firefox will show the image placeholder while the page is loading but then just simply disappear even though the source shows the correct tag! If you have the output write straight text (like 'They killed Kenny!') it will show up, it seems only when there are tags something breaks. Has anyone else come across this? -- modified at 10:35 Tuesday 21st February, 2006