Forum Moderators: open

Message Too Old, No Replies

aspx renders differently in firefox

         

mcsilvio2

7:47 pm on Oct 16, 2007 (gmt 0)

10+ Year Member



hi all,
ive got an aspx that loads into an iframe on my site. this aspx used to load well only in IE. but i added an updated browsercaps to my webconfig, and now it renders great in every browser except firefox.

well, thats partially true. if i load the aspx alone it seems to render fine, except for some smaller than usual text. but when i load it in the div/iframe in my site, many of the form components are missing.

does anyone have any ideas why? id like to post some code or my url but i think thats against the rules.

cheers,
marco.

Marshall

4:46 am on Oct 18, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You are allowed to post relevant code, but no url's.

Marshall

Xapti

11:19 pm on Nov 1, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The problem is that your ASP.net code probably does not contain W3C valid HTML or XHTML markup, and that the markup is probably in some way buggy rendering in favor of IE and some other browsers. It doesn't really have anything to do with ASP as far as I know, just the HTML, because that's all a browser actually has to display. Server side or browser side code such as ASP, PHP, and Javascript only ALTER the HTML so that templates or dynamic content can be displayed.