Hey Russ,

I managed to make a small tweak to the styling of the example you gave and
was then able to select the text. Changed:

#SidebarNavigation{
position: absolute;
right: 8px; /* must be equal to the body's margin-right */
width: 207px;
padding: 8px;
border-right: 3px solid black;}
To this:

#SidebarNavigation{
right: 8px; /* must be equal to the body's margin-right */
width: 207px;
padding: 8px;
border-right: 3px solid black;
float:right;}
The point being that position absolute is not neccessary in this case. You
can position absolutley with widths and floats. Not sure about your case of
course.

Hope that helps,

Dominic


On 09/07/07, Russ <[EMAIL PROTECTED]> wrote:
>
> We've been bitten by the IE7 bug described here:
>
> http://gtalbot.org/BrowserBugsSection/MSIE7Bugs/CSSColumnarLayout2columnsAbs
> AndRelPos.html
>
>
>
> Has anyone else come face to face with this bug?  Is there a
> fix/workaround?
>
>
>
>
> Russ
>
>
>
>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283387
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to