On 23 Nov 2005, at 7:50 am, Chris Akins wrote:

> The <div id="search"> on the following page:
>
> www.springfieldmogov.org
>
> does not appear in the proper place on IE Mac.
>
> The css for this page is www.springfieldmogov.org/css/3colTest.css
>
> I've read some stuff about IE Mac not doing absolute positioning
> correctly when specifying "right: some value;"
>
> But i've also tried using right:0 then adding right and left margins
> to that <div>, but to no avail.

The problem in IE Mac is that your div is as wide as the window- it is 
not very good at 'shrink-wrapping' the width. Then your elements are 
positioned to the left side of the page.

Try: div#search {text-align:right;}

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com/>

______________________________________________________________________
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