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
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
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
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'