Copeland,

This is not a CSS problem.  Your problem is related to
the Javascript that disables the stylesheets.

In Firebug, I see the following error:

document.styleSheets is not a function
[Break on this error] document.styleSheets(1).disabled
= false;

Basically, styleSheets is an array and needs to be
referenced using square brackets [ ] instead of
parentheses.

Regards,

Scott Povlot

--- Copeland <[EMAIL PROTECTED]> wrote:

> I have javascript that says to go to the first
> stylesheet unless the user
> wants larger text at which point they go to another
> linked stylesheet that
> is otherwise disabled.
> 
> BUT when I link those two stylesheets next to each
> other the main content
> area goes -boom- all the way down the page. 
> 
> These 2 stylesheets are named differently but I also
> tried it with the same
> stylesheet, just listing it twice (so nothing should
> change) and it did the
> same thing!
> 
> Anyone have any ideas???
> 
> You can see it at 
> HYPERLINK
> "http://www.messiahvillage.org/indexnew.htm";


      
____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 


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