Hi Melissa,

To be honest I've not looked through it in detail but the dept name can be fixed by changing the top: position like this:

#dept {
    position: absolute;
    top: 55px;
    left: 220px;
    width: 336px;
    height: 29px;
    text-align: center;
}

You have a font tag in the html for your 'Lorem ipsum...' bit which should be removed. And a simplistic fix for the top line of your content would be to add a new declaration #rightContent p { margin- top: 0; }. I'm interested in why you have used absolute positioning in this layout?

Regards

Greg
--
www.purple-dogfish.co.uk

On 2 Jun 2005, at 23:49, [EMAIL PROTECTED] wrote:

Purple Dogfish Rock! I still have the space at the top, and now I notice
that the department name doesn't float exactly where I want it
(Instructional Computing for this instance) but the content is where it
belongs!

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to