Carl Youngblood wrote:
> On 6/19/06, Carl Youngblood <[EMAIL PROTECTED]> wrote:
>> I'm having a strange problem where clicking on an ordinary a
>> href link is not loading the page it points to properly in
>> Firefox.  Instead, it is just jumbling up the placement of
>> the page but not sending another http request to the server.
>> Please check this out:
>>
>> http://constructioncapitalsource.com/test/sample.html
>>
>> Really weird.  Any ideas?
>
> One more detail: apparently the bug doesn't occur on the links
> at the top-right of the page--just on the links that are below
> the horizontal menu.

Hi,

You gave #container "display:table;".
You've also set the width of the floated children to resp. 70% 
and 29.5%. This is a percentage of their parent's width, but 
since the parent has display:table, it shrink-wraps around the 
children. Vicious cycle :-)

No idea whatsoever why clicking the links triggers the #container 
collapsing, but if you either take off "display:table", or add a 
set width to #container, nothing collapses, so the links don't 
disappear from under your mouse half way clicking them (which is 
why it seems like they're not working).

-- 
Els
http://locusmeus.com/
http://locusoptimus.com/ 


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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