473,508 Members | 2,152 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE7 not reading CSS sheet

7 New Member
I have a site that is not on a server yet, but I have it working on FF, ie7 & opera.
I have open it with FF, ie7 and opera on several different computers.

However, I opened it up on yet another computer with ie7 browser and it didn't read the style sheets.

Is there some sort of version of ie7 that does this?

This is what I'm doing: checking if ie7 if so using style sheet x if ont using style sheet y.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >

<head>
<title></title>
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="mystyle1.css"

/>
<![endif]-->

<![if !IE]>
<link rel="stylesheet" type="text/css" href="FFstyle1.css"

/>
<![endif]>

</head>

Any clues?
Oct 20 '07 #1
5 3437
drhowarddrfine
7,435 Recognized Expert Expert
It can only be that particular browser or that one computer. I don't recall if IE can turn CSS off under 'view' up in the toolbar.
Oct 20 '07 #2
can2564
7 New Member
It can only be that particular browser or that one computer. I don't recall if IE can turn CSS off under 'view' up in the toolbar.
Could this be due to a high security setting?
Oct 20 '07 #3
drhowarddrfine
7,435 Recognized Expert Expert
I wouldn't think so since CSS is not a script but I don't know either.
Oct 20 '07 #4
can2564
7 New Member
I wouldn't think so since CSS is not a script but I don't know either.
Hi I just got some new info about the browser that is being used...

It's actually
ie 6.0.2900.2180.xpsp_sp2_gdr.050301_1519

So this is ie6 with service pack sp2 correct?
Not sure if this makes a difference or not.

Anyone know about this?
Thanks
Oct 21 '07 #5
drhowarddrfine
7,435 Recognized Expert Expert
It means nothing. .
Oct 21 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

6
20487
by: Eddie | last post by:
When I use JavaScript to read an element's textDecoration style, I only get one value even if there are more than one in the sytle sheet. For example if the text-decoration is defined as:...
7
3679
by: gino | last post by:
Dear all, My monitor was set to 1600x1200 so the fonts in IE is too small for me even when I set the "View->Text Size->Largest"... I don't have previlage to change the monitor resolution... ...
2
1471
by: Rashrashetta | last post by:
Hai all, I am trying to read and write to an excel sheet using C# in a webform... I'v read alot of tutorials and used it...it works BUT ONLY ONCE...Especially when writing to the sheet... I...
1
1562
by: Mr. B | last post by:
VB.net 2003 c/w Framework 1.1 and MS Access db We have a commercial program that does our Acounting and Time Sheets (Timberline). At least once a day our Accounting department runs a Script...
9
22476
by: dba123 | last post by:
I need some help and direction on what classes and an example or two (article) on how to read an Excel Worksheet and insert one column into a database table column. I am using .NET 2.0 only. What...
5
14968
blazedaces
by: blazedaces | last post by:
Ok, so you know my problem, java is running out of memory reading with SAX, the event-based xml parser intended more-so than DOM for extremely large files. I'll try to explain what I've been doing...
4
4769
by: preetinair033 | last post by:
Hi All, I have written a program to write the data into excel file (for eg: file.xls). This writes the data into the active sheet, ie, the sheet1. However I wish to write and read data from an...
1
4262
by: =?Utf-8?B?QWRyaWFuTW9ycmlz?= | last post by:
Hello All, I am trying to read an Excel spreadsheet (xls) programmatically. I have used the ODBC database route and have opened the Excel spreadsheet and then using a 'CRecordset', I read each...
1
2058
by: vtangella | last post by:
Hi Guys! Here i am using Apache POI for reading the Excel sheet in java and then i am capturing the excel sheet data into a ArrayList and then i am storing it in DB. Any Other way to store...
4
3525
ammoos
by: ammoos | last post by:
Hi Friends, I need to read data from an excel sheet. I am keeping this excel sheet in a remote machine. I am using OLEDB connection to read the data from this excel sheet. But when I am trying to...
0
7225
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7124
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7326
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7385
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7046
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7498
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
3195
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1558
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
418
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.