File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes CSS IE issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "CSS IE issue" Watch "CSS IE issue" New topic
Author

CSS IE issue

Paul Stevens
Ranch Hand

Joined: May 17, 2001
Posts: 2823
A co-worker using IE 6 and Win XP, gets an html page rendered without the CSS for the page. Everyone else gets the page rendered ok. The CSS is external to the page and is included with the link tag. We have check security and accessibility settings and they are the same as for others. Anyone have an idea what might be causing this?
On the same machine it works in Netscape.
[ April 03, 2003: Message edited by: Paul Stevens ]
Andy Bowes
Ranch Hand

Joined: Jan 14, 2003
Posts: 171
I have had no problems using this method to attach stylesheets to my pages.
Have you tried entering the URL of the CSS directly into IE6's address line?


Andy Bowes<br />SCJP, SCWCD<br />I like deadlines, I love the whoosing noise they make as they go flying past - Douglas Adams
Paul Stevens
Ranch Hand

Joined: May 17, 2001
Posts: 2823
We found the problem. He had changed accessiblity option from the control panel. We only checked the option in IE itself. We found this out after he told us that other things weren't working as well.
 
 
subject: CSS IE issue
 
Threads others viewed
CSS with Struts-html tags.
css in spring MVC
CSS style not applicable to one particaular input tag
Scriptlet getting ignored by Tomcat 5.0
Need Values From Hidden Columns of a Table