usuario Posted December 4, 2009 Share Posted December 4, 2009 Hello!, I'm new to this forum and just wanted to know if someone could help me find out how to fix my style.css . The problem I have is that the header doesn't look as I want to. Here is a picture of what it looks like at this moment: And I wanted to make it look like this : The code for the header is this one: body{background:#000 url(images/header.png) repeat-x center top;font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;font-size:13px;font-style:normal;color:#4e4e4e;min-height:100%;height:auto !important;/* <- ie6 ignores it */height:100%;/* fix */position:relative;} If someone knows how to do it please let me know, Thanks Link to comment https://forums.phpfreaks.com/topic/184040-header-coding/ Share on other sites More sharing options...
haku Posted December 5, 2009 Share Posted December 5, 2009 You need to take the header image out of the body, and build your own header div, putting your images into that. Link to comment https://forums.phpfreaks.com/topic/184040-header-coding/#findComment-971690 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.