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
SAP RFC returning Invalid Data Type
Website slow to load first time, fine subsequent times
How do I assign a default value in TextBox fields in DetailsView for Insert mode
Are there font conflicts with Snow Leopard and applications built using File Maker Pro?
Migration of SQL Server 2008 database to oracle
How do I modify this php script to send a confirmation?
How to avoid zero(s) in front of number(s) disappears in array
Raid 1 Hard drive failed PowerEdge 1850
Embedding iwebbrowser control inside ATL window.
ORA-06502 error when calling stored procedure from Visual Basic 6