|
|
 |
RE: FN-FORUM: css guru needed help with css
date posted 30th January 2005 23:41
Hi HRH,
I agree with you the stylesheet is in a mess, I've been trying different
styles to find what I'm looking for.
The margin in question arises from the different way's IE and mozzila
treat margins, IE measures from the bottom of the last layer, while
mozzila correctly identifies the hierarchal structure of
, so I was trying to set a fix that would allow IE and
mozzila to work. My masthead is exactly 178pixels high, this measurement
would stop mozzila browsers from pushing all other layers under the
fixed head.
Kind regards
D.G
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Dai
Williams
Sent: 31 January 2005 00:18
To: FN-FORUM / [EMAIL REMOVED]
Subject: RE: FN-FORUM: css guru needed help with css
> -----Original Message-----
> From: David [EMAIL REMOVED]
>
> Hi CSS Guru ALL,
>
> I am really stuck and if someone reading this knows the
> answer; then please let me know.
>
> If you visit http://www.linkhomes2000.co.uk view with mozzila
> you will see the start of the problem, I have used the
> snippet below to correct: navbar and content but it has no
> effect on headline which is the left bar. What am I doing
> wrong? The weird thing is, it actually moves text down, but
> not the bar. I know this for sure, as I have set z-index:100
> on all, and the left bar is being measured from the HTML tag.
> Totally confused, please help, is Tony around? Not seen
> anything from him for sometime.
>
> Kind Regards
>
> D.G
>
>
> }
> body>#navbar,#headlines #advert2a,#content #advert2{
> margin:203px 0 0 0;
> }
I am no guru, but the masthead is set as position: fixed; Firefox
correctly treats that as fixed wrt the viewport which means it does not
move as you scroll and is therefore outside the normal flow of the
document. What were you trying to achieve with that? If it was just to
have the masthead at the top of the page it should not be necessary?
That aside, your headlines container appears to have margin set to 0 I
cannot see the 203px margin anywhere?
You might want to clean up your stylesheet too, there appear to e far
too many styles defined for any one page and a lot of information is
duplicated which could be defined a lot simpler.
HTH,
Dai
TechnologyAngel
http://www.technologyangel.co.uk/
--
Freelancers, contractors earn more with Prosperity4
Call 0870 870 4414 or visit www.prosperity4.com
and benefit from Inland Revenue approved expenses today.
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|