Re: [css-d] Paragraph disappears near float:right image when resizing window in Internet Explorer

2006-12-19 Thread Gaz Newt
Gaz Newt wrote: > In Internet Explorer 6 when I resize the browser window the last > paragraph sometimes disappears, only to return if you keep resizing > the window. Adding... .diaryentrycontainer p {position: relative;} ...will make IE get the stacking right. Yes that's

[css-d] Paragraph disappears near float:right image when resizing window in Internet Explorer

2006-12-19 Thread Gaz Newt
I have a container div with a background-color. The div contains paragraphs and two images. The two images are float:right. In Internet Explorer 6 when I resize the browser window the last paragraph sometimes disappears, only to return if you keep resizing the window. When I take the background

[css-d] Mysterious margin-top I didn't ask for (firefox only)

2006-05-13 Thread Gaz Newt
In firefox my centred fixed-width 2 column layout has a mysterious margin at the top of the header. When I add a border to the header the margin-top disappears and it looks the same as ie (flush with the top). But without theborder (how I want it) the margin re-appears. Can anyone help? Here's

[css-d] Margin In IE Not Firefox

2006-03-24 Thread Gaz Newt
In my test page the main content text, which starts with "NCSA's Mission", is right up against the horizontal menu in firefox - this is not what I want. In IE there is a nice little gap at the top courtesy of : body#ncsa div#contenttext{ clear:both; margin: 2em 0 0 3em;} Why isn'