Forum Moderators: not2easy

Message Too Old, No Replies

Typos Causing Confusion in NN7

css problem with NN7 - works fine in IE and Opera

         

stevej

2:57 pm on Jun 5, 2003 (gmt 0)

10+ Year Member



For the life of me I can't figure this out.

Page has complete css positioning and looks fine in all browsers I've tried (on the PC at least, and v5 plus) except Netscape Navigator 7 (and Mozilla 1.3.1).

The page is at <Eeeek!>

there is a large space appearing in NN below the two columns but before the end of the parent DIV (the div with the rounded corners). you may need to view in NN7 to see what I mean.

any helpful hints or ideas appreciated. is this a bug I've found?

I can post a snippet of the CSS if needed but my CSS file is rather bulky and untidy.

help is appreciated.

thank you!

[edited by: Nick_W at 4:26 pm (utc) on June 5, 2003]
[edit reason] no urls please / thanks! [/edit]

Spook

3:35 pm on Jun 5, 2003 (gmt 0)

10+ Year Member



Hello and welcome.

Just looking through your CSS there are a couple of typo's you may want to correct:

"ma\rgin-right: -1px;" [appears a couple of times]
and "margin-botton" [appears in the footer rules]

I notice too that you have used underscores in some of your selectors which aren't well suppported.

You may also like to de link your previous post too before someone else does ;)

Don't know if correcting these will solve your problems though!

Spook

stevej

3:49 pm on Jun 5, 2003 (gmt 0)

10+ Year Member



Thanks for the reply!

Yeah, that was my first post. Guess it'll be the first of many.

OK, well "ma\rgin-right: -1px;" is to get round a bug with IE, though the other one is obviously a typo. I'll change that now.

I'm just going through making my xhtml validate fully to see whether that will help. If not then this is looking like a NN7 bug.

Regarding the link, what's the best way of outlining a problem without adding a link?

Cheers,
Steve.

Spook

4:25 pm on Jun 5, 2003 (gmt 0)

10+ Year Member



Sorry, wasn't aware of the ma\rgin-right: IE workaround.

The link thing is quite a strict rule applied around here, if you read the charter all will be explained [webmasterworld.com ]

Spook

Nick_W

4:28 pm on Jun 5, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks Spook!

Nick