My feed
Premium

Please
or
to access all these features

Geeky stuff

Web Developers: CSS working in Firefox but fails in IE7

10 replies

nannynick · 14/09/2007 19:27

Anyone able to help with getting CSS to work in IE7. Top Right Menu not displaying correctly. Code is here (HTML and CSS currently all in same file)

OP posts:
Report
nannynick · 16/09/2007 17:12

Fixed it... by using a lot of DIV's.

Anyone use Safari? If so please do take a look and let me know if the menus / layout look odd in any way.

OP posts:
Report
littlelapin · 16/09/2007 17:40

This reply has been deleted

Message withdrawn at poster's request.

uberalice · 16/09/2007 17:47

Problem I find with IE is that it's too forgiving of html errors, so it lulls you into a false sense of security.

Report
littlelapin · 16/09/2007 17:55

This reply has been deleted

Message withdrawn at poster's request.

littlelapin · 16/09/2007 18:01

This reply has been deleted

Message withdrawn at poster's request.

nannynick · 16/09/2007 18:53

Can't take credit for the design, that was done by a mumsnetter who does design for a living. I'm just going the coding, as I didn't want it to be lots of small images in big nested tables!

See what you mean regarding the white text when resizing... will have to experiment a bit. At least now that it is mostly all in CSS rather than images, I can play with colours to my hearts content

OP posts:
Report
littlelapin · 16/09/2007 20:06

This reply has been deleted

Message withdrawn at poster's request.

nannynick · 16/09/2007 21:12

I'm sure it will be better once you get rid of that table , won't an unordered list (or two) do what you want?

Personally I don't like scroll areas within pages, but it's just my personal opinion - others may like it like that.

OP posts:
Report
GeekBoy · 20/09/2007 17:09

yep, kill the table little rabbit.. ..a couple of divs, the first one using float:left will give you the same effect with less markup.. ...every little helps...

Report
GeekBoy · 20/09/2007 17:10

Nick, the test page looks fine in Safari 2, IE6/7 Firefox 1.5/2.0.. ...nice work.. ...agree with others about the white text.. .it's also a little hard to read in such a bold font.. ...loving that people are finally dropping tables in favour of css

Report
Please create an account

To comment on this thread you need to create a Mumsnet account.