| | |
CSS Working in FF, not in IE problem :)
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Oct 2006
Posts: 2
Reputation:
Solved Threads: 0
Here's my problem 
I'm working on some stuff for our website, that is about 900 pages in Word, and having to code it in HTML. To make it faster for myself, I've created two text styles <command> and <order>
Here's my stylesheet:
Here's my html:
Firefox is interpreting all of this correctly. IE is not showing the italics, OR the colors, OR the bolding.
Can someone please assist?
I've tried changing my CSS to:
This still does not work. The page in question is at http://www.18thtexasinfantry.org/tra...ain_V_3_B.html if anyone wants to see the page in question.
Thanks in advance!

I'm working on some stuff for our website, that is about 900 pages in Word, and having to code it in HTML. To make it faster for myself, I've created two text styles <command> and <order>
Here's my stylesheet:
HTML and CSS Syntax (Toggle Plain Text)
command { color: c30000; font-style: italic; } order { color: c30000; font-style: bold; }
HTML and CSS Syntax (Toggle Plain Text)
<li>Facings to the right or left will be executed in one <i>time</i>, or pause. The instructor will command:<br><br> 1. <command>Squad</command>. 2. <command>Right (or left)</command><order> - FACE</order>.</li><br><br>
Can someone please assist?
I've tried changing my CSS to:
HTML and CSS Syntax (Toggle Plain Text)
command { color: #c30000; font-style: italic; } order { color: #c30000; font-style: bold; }
This still does not work. The page in question is at http://www.18thtexasinfantry.org/tra...ain_V_3_B.html if anyone wants to see the page in question.
Thanks in advance!
Last edited by felonee63; Oct 26th, 2006 at 2:31 pm.
the first problem with that is that u r not using correct css property
so use
however u must use classes ans id's instead. since the tags u using are not valid html tags, they could be ignored by the browser.
so use
HTML and CSS Syntax (Toggle Plain Text)
command { color: #c30000; font-style: italic; } order { color: #c30000; font-weight: bold; // for making text bold }
Last edited by vishesh; Oct 26th, 2006 at 3:54 pm.
![]() |
Similar Threads
- Css floating problem (HTML and CSS)
- Trying to use not tables, only CSS, but can I? (HTML and CSS)
- CSS & JS Menu Problem on IE (JavaScript / DHTML / AJAX)
- Css Fixed Background Attachment (Site Layout and Usability)
- WordPress Calendar CSS, anchor problem (HTML and CSS)
Other Threads in the HTML and CSS Forum
- Previous Thread: java script "log in screen"
- Next Thread: object.style.display
Views: 1816 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for HTML and CSS
2002 appointments asp background backgroundcolor beta browser bug calendar cart center cgi code codeinjection corporateidentity create css deleted design development displayimageinsteadofflash dreamweaver drupal emailmarketing epilepsy explorer firefox flash font fonts form format free frontpage google griefers hackers hitcounter hover html ide ie7 ie8 iframe image images internet internetexplorer intranet iphone javascript jpeg layout macbook maps marketshare microsoft missing mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization perl pnginie6 positioning problem scroll seo shopping studio swf swf. templates textcolor theme timecolor titletags url urlseparatedwords visual visualization web webdevelopment webform website windows7 wordpress xml xsl






