and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hello all
I have a question regarding style sheets.
I have created a stylesheet 'general.css'. I've included it in the php file using the <link> tag.
Now when I apply a class to say a <div> tag:
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Basically, Internet Explorer is applying the style to the dynamically created element and Firefox is not. Why is this? And how do I get Firefox to apply the styles?