This is driving me insane!
I've got this home page ( which I have been smartening up as my skills and knowledge increase, but now I want to rebuild it the approved css way and where I'm up to so far is at - I've put temporary coloured borders round the DIVs so I can see where they all are.
All is going swimmingly until I get to the bottom row, where I cannot get Firefox to line up all the logos with the little note (LogoText) inviting visitors to click on them!
They line up with each other OK, and with the link to the 'Acknowledgements' page; and I can get them lined up with the LogoText without any bother in IE. But as soon as I put any kind of position style in anywhere within the footer DIV (black border), Firefox just causes whichever DIV it refers to to fall out of its parent DIV.
I've tried putting the logos and the text loose within 'footer', I've tried putting them into separate DIVs (as at present) and I've tried putting the LogoText DIV (grey border)inside the Logo DIV (pink border)but all to no avail.
I wondered about using a display:inline but I haven't used that before and I'm not sure if I'm doing it right, because stuff just rockets about all over the page at random when I try that!
Can anybody help?
The relevant bit of the stylesheet goes
#footer{
width: 95%;
clear: both;
border: thin dotted #000000;
margin: 0px;
}
#logos{
width: 65%;
border: thin dotted #CC33FF;
}
#logoText{
width: 176px;
border: thin dotted #CCCCCC;
}
Thanks very much.
Jenny
(School Web Manager)
I've got this home page ( which I have been smartening up as my skills and knowledge increase, but now I want to rebuild it the approved css way and where I'm up to so far is at - I've put temporary coloured borders round the DIVs so I can see where they all are.
All is going swimmingly until I get to the bottom row, where I cannot get Firefox to line up all the logos with the little note (LogoText) inviting visitors to click on them!
They line up with each other OK, and with the link to the 'Acknowledgements' page; and I can get them lined up with the LogoText without any bother in IE. But as soon as I put any kind of position style in anywhere within the footer DIV (black border), Firefox just causes whichever DIV it refers to to fall out of its parent DIV.
I've tried putting the logos and the text loose within 'footer', I've tried putting them into separate DIVs (as at present) and I've tried putting the LogoText DIV (grey border)inside the Logo DIV (pink border)but all to no avail.
I wondered about using a display:inline but I haven't used that before and I'm not sure if I'm doing it right, because stuff just rockets about all over the page at random when I try that!
Can anybody help?
The relevant bit of the stylesheet goes
#footer{
width: 95%;
clear: both;
border: thin dotted #000000;
margin: 0px;
}
#logos{
width: 65%;
border: thin dotted #CC33FF;
}
#logoText{
width: 176px;
border: thin dotted #CCCCCC;
}
Thanks very much.
Jenny
(School Web Manager)