Results 1 to 3 of 3
- 09-03-2010, 05:50 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 2
- Rep Power
- 0
browser compatibility..CSS code is working in Mozilla but not in IE
Hi,
Im facing some browser compatibility issues. My CSS Styles are working in Mozilla but not in IE7.
CSS code:
.MyCSS{
FONT-SIZE: 15px;
COLOR: #006699;
FONT-WEIGHT: BOLD;
}
jsp code :
<div class="MyCSS">
Some Text Here
</div>
Text should come in some blue color with bold but its not happening in Internet Explorer . Can anyone help me .
Thanks in advance !!
- 09-03-2010, 07:27 PM #2
wow, that looks pretty simple CSS, and to not work in I.E. 7!
Well, it's probably a spacing issue. Maybe I.E. really wants to have space between {
or no space between the : and value.
Its also possible the way the .css is included, in the <link> tag needs to be done differently for it to work in I.E.
Maybe have a look at one of those I.E. browser work around sites, like /* Position Is Everything */ — Modern browser bugs explained in detail!
- 09-07-2010, 11:35 PM #3
Member
- Join Date
- Aug 2009
- Posts
- 25
- Rep Power
- 0
Similar Threads
-
Under windows, java2d applet is working in eclipse but not in web browser
By tametick in forum Java AppletsReplies: 1Last Post: 08-19-2010, 12:47 PM -
Applet working in Eclipse but not in browser
By leeloo in forum Java AppletsReplies: 7Last Post: 07-05-2010, 01:24 AM -
How to open a mozilla browser from java swing applicaiton
By bssunil46 in forum AWT / SwingReplies: 15Last Post: 03-25-2010, 02:34 PM -
Applet not working in browser
By gkr1989 in forum Java AppletsReplies: 3Last Post: 07-03-2009, 09:43 AM -
Mozilla using the same session ID for different browser
By ajith_raj in forum Advanced JavaReplies: 1Last Post: 04-23-2009, 12:31 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks