Hi Guys,
Take 2 pages I have built using CSS. They have exact same header graphic but the content block I use on each page differs slightly in that it refers to CSS that is slightly different.
The FETCH PAGE uses a DIV for the content (the white block), but the block falls down the page slightly.
The CONTACT PAGE also uses a DIV for the content (the white block), but doesn't have the 'height' and renders as I would expect it to.Code:#fetch { width: 700px; background-color: #FFF; text-align: left; height: 450px; margin: auto; }
I'm thinking that the 'height' in the first incorrect sample above is causing my odd dropping block, but why?Code:#block { width: 700px; background-color: #FFFFFF; margin: auto; text-align: left; }
BTW, this seems to be just a SAFARI & FIREFOX thing.






Bookmarks