PDA

View Full Version : web pages in Mozilla and Netscape



rajatQ2
09-14-2002, 05:18 PM
I'm not too familiar with the features of many different browsers. Basically, i designed a few really small web pages for myself and for a club, and they look fine on Internet explorer, but Mozilla and Netscape just screw these up like nobody's business!!!

check out http://www.uiuc.edu/ro/Bengali

if you are using one of the two bad browsers. These pages were done by me with Dreamweaver 4, with cascading style sheets and such. I wouldnt think that those would be too much.... I'm looking at them with Mozilla 1.0 and netscape 4.76


does anyone know why this is happening, or any way i could get these pages to look decent w/o dumping the css? thanks

hapoo
09-14-2002, 05:29 PM
i don't know, but in the mean time you can put some javascript in their to take out the css on those browsers.

ribitch
09-14-2002, 07:13 PM
i have found mozilla is very picky about your code. I made a php based work order system, and mozilla hated some of the centerring tags, so i had to add tons of extra code just for mozilla users. For netscape, i found that it didnt like to display text boxes correctly. SOme versions of netscape completely ignored them altogether.

I hate M$, but IE for PC is a decent browser. For mac, i use IE once in a while, but i usually use a mozilla variant or Omniweb or iCab.

rajatQ2
09-15-2002, 03:46 PM
Originally posted by hapoo
i don't know, but in the mean time you can put some javascript in their to take out the css on those browsers.

have you ever seen this code, and where to get it? thanks!