![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveDynamic stylesheet loading and tag overlap
From: Andrew Poulos <ap_prog@hotmail.com>
Date: Mon Feb 06 2006 - 11:02:29 CET
I'm using the following to dynamically add a style sheet with larger
if (document.createStyleSheet) {
This works fine in IE and FF 1.5 except that FF causes text with nested
<p>This is some <span style="font-weight:bold;">sample</span> text.</p>
causes the words "some" and "text" to overlap the word "sample" (as
Is this a limitation of dynamically loaded style sheets in FF, an error
Andrew Poulos
|