Problem with header
-
Hello, may anyone help me with some code problems?
I want to move an image from my stylesheet to my header.php file, but I don’t know exactly where to put it. I tried different positions but it always wrecks my layout.
The page is here
Stylesheet.css
/*** Main ***/ .main { /*width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "960px" : "100%"); min-width:980px;*/} .main {} .main-width { width:1014px; margin:0 auto;} .main-bg { background:url(images/bg.gif) repeat-y 0 0;} .header { height:255px; background:url(images/header.jpg) no-repeat 26px 81px;}Header.php
</head><body> <div class="main"> <div class="main-width"><div class="main-bg"> <div class="header"> <div class="menu-bg"> <div class="corner-left"><div class="corner-right"> <div class="search"> <div class="indent"> <?php get_search_form(); ?> </div> </div> <?php wp_page_menu('show_home=0&sort_column=menu_order, post_title&link_before=&link_after='); ?> </div> </div> </div>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Problem with header’ is closed to new replies.