Jump to content

Problem Aigain With Ie


loonie35

Recommended Posts

I'm making web layout. In FF and other browsers all is OK, but however in IE shows some problems.The problem is in <div id="headbg"></div>. Here is the picture: LINKand here is the code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 	<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">		<head>			<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />			<title>Pirati.lv - Sākums</title>			<link rel="stylesheet" type="text/css" href="style.css" />			<link rel="icon" type="image/ico" href="images/favicon.png" />		</head>	<body>	<div id="headbg"></div>	<div id="wrapper">		<div id="header"></div>	</div>	</body>	</html>

CSS

* {margin:0;padding:0;}html,body {height:100%;background:transparent url(images/bg.png) repeat scroll 0 0;}#wrapper {background:transparent url(images/wrapperbg.png) repeat-y scroll 0 0;height:auto !important;margin:0 auto;min-height:100%;position:relative;width:931px;}#headbg {background:transparent url(images/bghead.png) repeat-x scroll 0 0;height:37px;width:100%;position:absolute;}#header {}

Link to comment
Share on other sites

I'm making web layout. In FF and other browsers all is OK, but however in IE shows some problems.The problem is in <div id="headbg"></div>. Here is the picture: LINK
A link is more useful that a picture. The problem with raw code is missing images, linked items like css and javascript and no ability to play with it "live".
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...