html/xml code Browser compatability

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
Hi

My Home Page uses a variety of html, xml, and javascript, and as the w3c Validation page qeued up to my site points out, there are quite a few problems with it.

Speciffically, the two problems that I would like to rectify immediately are the orientation of the RSS feeds and the bottom bar which is from a CSS stylesheet.

As you can see, it will load up correctly in IE, but fails miserably in firefox.

InternetExplorer
Firefox.

Anyone have any ideas?
 

MikeMike

Lifer
Feb 6, 2000
45,885
66
91
i dunno. im currently having fun with JSP and database communications.
for some reason the variables i am comparing wont match up.

MIKE
 

777php

Diamond Member
Jul 17, 2001
3,498
0
0
are you using table-less css? if so, browsers are picky about your code.
 

yoda291

Diamond Member
Aug 11, 2001
5,079
0
0
Originally posted by: nourdmrolNMT1
i dunno. im currently having fun with JSP and database communications.
for some reason the variables i am comparing wont match up.

MIKE

are you using .Equals or "==" ? cuz real men only need to instantiate something once. :p
 

Zugzwang152

Lifer
Oct 30, 2001
12,134
1
0
Originally posted by: yoda291
Originally posted by: nourdmrolNMT1
i dunno. im currently having fun with JSP and database communications.
for some reason the variables i am comparing wont match up.

MIKE

are you using .Equals or "==" ? cuz real men only need to instantiate something once. :p

real men use ===.
 

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
Originally posted by: Zugzwang152
Originally posted by: yoda291
Originally posted by: nourdmrolNMT1
i dunno. im currently having fun with JSP and database communications.
for some reason the variables i am comparing wont match up.

MIKE

are you using .Equals or "==" ? cuz real men only need to instantiate something once. :p

real men use ===.

real men just stick to using 8=====D
 

MikeMike

Lifer
Feb 6, 2000
45,885
66
91
Originally posted by: Goosemaster
Originally posted by: Zugzwang152
Originally posted by: yoda291
Originally posted by: nourdmrolNMT1
i dunno. im currently having fun with JSP and database communications.
for some reason the variables i am comparing wont match up.

MIKE

are you using .Equals or "==" ? cuz real men only need to instantiate something once. :p

real men use ===.

real men just stick to using 8=====D

nah i am using .equals(blah)

MIKE