Tim Snadden wrote:

> ------------------------------
>> The screenshot covers some spacing issues and positioning issues
>> within a <div> so the text areas are set even when the browser is
>> resized.
>>
>> The site is at: http://ba-doyn.com/junk/meeks_test_2/contact.html
>> for you all to look at.
>
> Hi Michael - Absolutely positioned elements are positioned in relation
> to their nearest positioned ancestor, but none of contactLeft and
> contactRight's ancestors are positioned so they are positioning
> themselves in relation to <body>. You could resolve the problem by
> giving imageArea position: relative.
>
> If you aren't clear on how absolute positioning works you could easily
> do this design with floats instead.
>
> Also, validating your markup is an important step. You never know
> whether errors are causing browsers to barf in different ways.
>
> <http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fba-doyn.com%2Fjunk%2Fmeeks_test_2%2Fcontact.html
>>
>
> Cheers, Tim

Tim,

Thanks for the reply. I was able to set up the blocks of text on  
contact.html using floats. Work fine now.

I still have a few questions to all regarding this layout and IE. Go  
to:  www.ba-doyn.com/junk/meeks_test_3 and you will see in IE the  
following:

- that the top left navigation still is riding high compared to  
Firefox (PC and Mac)
- the large type at the bottom seems to be different in IE and Firefox
- no square bullets on the horizontal links in IE (i've tried to find  
a solution to this but it escapes me.) should I use images?
- beneath the horizontal links, in Firefox the space is larger for the  
index vs. the contact pages.

Thanks so much for helping me along with this. I've been cramming my  
head with so much lately that sometimes I'm sure the solution is right  
there I just can't see it.

Thanks,
Michael

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

Reply via email to