Microsoft
Software
Hardware
Network
Question : Why isn't my external css background image displayed?
Why isn't my external css background image displayed?
This is the css deklaration:
body {background-image:url('ima
ges/backgr
oundpatter
n.gif');}
It's not visible in any web browser: IE8, Mozilla Firefox etc.
And this is my link in the html document:
1:
<link rel="stylesheet" type="text/css" href="css/stylesheet4_Bokning.css" media="all">
The folder "images" is in the same level as "css"-folder.
Answer : Why isn't my external css background image displayed?
Ok,
The background image you sent through has a .gif extension, but is in fact a .jpg file. This is causing a problem in IE.
Rename your .gif file to .jpg and change it in your style sheet and all will work as expected.
Random Solutions
Retrieve value of calculated control on a subform
Gaps between divs
Need help to figure out this Active Directory issue on a new domain with Netlogon issues, in the midst of migration
SQL
After some time, we occasionally get a " Z: is not accessible. Access is denied." on network drives
DP 6.0 Win2K cell mgr - backup to iSCSI lun using file device
Issues change workstation IP
Exchange 2010 and ActiveSync
Run same stored procedure iterating thru parameters
java servlet to call class method