Hi all,
I have referenced an HTML file in the action attribute for my home page at worldreviewgroup.com. I have the same style sheet for the page it goes to at http://www.worldreviewgroup.com/showwindow.html, but I added a new CSS file called emailsubmit.css. The style sheet is set up incorrectly somehow, as I am only seeing default CSS styles on the page. I validated the page, ensuring this was not the problem, but no dice.
emailsubmit.css
Code:@charset "utf-8"; /* CSS Document for the E-mail Submission Form */ #graymask{ height:1000px; width:1360px; background:#999; opacity:40; filter:alpha(opacity=50); z-index:99; } #form2{ background:url("emailsubmission.gif") no-repeat scroll 50% 0 transparent; width:360px; height:300px; margin-left:0; text-align:center; opacity:100; filter:alpha(opacity=100); z-index:999; } #form2 span{ color:red; }



Reply With Quote



Bookmarks