Fiona wrote:
> Hi,
>
> I have just joined the list and am new to CSS.  I am trying to build my 
> first site with it and have run into a few problems.
>
> I have uploaded the page to www.fionahayward.com
> In IE7 the left and right content divs (maincontent and rightportfolio) sit 
> inside the container div like they are supposed to, but when I look in 
> Firefox, they are sitting outside of the main container.
>   

I'm not seeing the behaviour you describe under FF 2/Mac.  It looks fine.

> The CSS is embedded in the head.
>
> Also, if I wanted to put a footer at the bottom of the maincontent div (on 
> the left), but don't want it to go under the right content box, how would I 
> do that, but just sit level with the bottom of the rightportfolio div? (I 
> hope that makes sense)
>   

Try moving the rightportfolio division above your maincontent div.  
Create a new wrapper division and put maincontent and the footer in it.  
You will probably need to replicate some of the styles from maincontent 
to the new wrapper division (like float: left for example, new value for 
height).

Lori
> Any help would be appreciated.
> Regards
> Fiona 
>
>
>   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to