Hallo,
auf meiner Seite verschiebt sich unser Logo immer:
http://www.pixotest.he-webpack.de/panzerdivision/
Weiß jemand wie man das beheben kann, dass sich beim Browser "vergrößern oder verkleinern" sich nicht verschiebt ?!
Ich linke mal meine header.php, das Logo heisst Logotop
PHP
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<?php $option = get_option('trt_options'); ?>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<?php if($option["trt_lft_logo"] == "1"){ ?>
<style>#logo h1 a, .desc { text-align:left;}
</style>
<?php } ?>
<?php wp_enqueue_style('triton_customfont',get_template_directory_uri().'/fonts/'.$option['trt_fonts'].'.css'); ?>
<?php get_template_part('colors');?>
<?php //comments_popup_script(); // off by default ?>
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
<!-- LOGO --> <div id="logotop"></div>
</head>
Alles anzeigen
und der css code zum logo schaut so aus: