Register for your free account! | Forgot your password?

Go Back   elitepvpers > The Black Market > elite*gold Trading
You last visited: Today at 10:33

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Suche hilfe biete 6e*G Für kleine sache

Discussion on Suche hilfe biete 6e*G Für kleine sache within the elite*gold Trading forum part of the The Black Market category.

Closed Thread
 
Old   #1

 
Givemoney's Avatar
 
elite*gold: 18
The Black Market: 677/0/0
Join Date: Feb 2012
Posts: 28,541
Received Thanks: 1,109
Suche hilfe biete 6e*G Für kleine sache

Undzwar Brauche ich hilfe, Bei Einer Hp N1keys.de
Dort is oben eine lüke mit weisen feld das dürfe nich sein
das design müste die ganze fläsche überdecken..

ich habe was im header geändert hier der code.
vll kan mir jemand helfen müste lerrzeile sein.

Quote:
<?php if (isset($_SERVER['HTTP_USER_AGENT']) && !strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6')) echo '<?xml version="1.0" encoding="UTF-8"?>'. "\n"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="<?php echo $direction; ?>" lang="<?php echo $lang; ?>" xml:lang="<?php echo $lang; ?>">
<head>
<title><?php echo $title; ?></title>
<?php if ($keywords) { ?>
<meta name="keywords" content="<?php echo $keywords; ?>" />
<?php } ?>
<?php if ($description) { ?>
<meta name="description" content="<?php echo $description; ?>" />
<?php } ?>
<base href="<?php echo $base; ?>" />
<?php if ($icon) { ?>
<link href="<?php echo $icon; ?>" rel="icon" />
<?php } ?>
<?php foreach ($links as $link) { ?>
<link href="<?php echo str_replace('&', '&', $link['href']); ?>" rel="<?php echo $link['rel']; ?>" />
<?php } ?>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $template; ?>/stylesheet/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $template; ?>/stylesheet/nivo-slider.css" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/<?php echo $template; ?>/stylesheet/prettyPhoto.css" />
<!--[if lt IE 7]>
<script type="text/javascript" src="catalog/view/javascript/DD_belatedPNG_0.0.8a-min.js"></script>
<script>
DD_belatedPNG.fix('img, #header .div3 a, #content .left, #content .right, .box .top, .middle #note');
</script>
<![endif]-->
<?php foreach ($styles as $style) { ?>
<link rel="<?php echo $style['rel']; ?>" type="text/css" href="<?php echo $style['href']; ?>" media="<?php echo $style['media']; ?>" />
<?php } ?>
<script type="text/javascript" src="catalog/view/theme/<?php echo $template; ?>/js/jquery.tools.min.js"></script>
<script type="text/javascript" src="catalog/view/theme/<?php echo $template; ?>/js/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript" src="catalog/view/theme/<?php echo $template; ?>/js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="catalog/view/javascript/jquery/thickbox/thickbox-compressed.js"></script>
<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/thickbox/thickbox.css" />
<script type="text/javascript" src="catalog/view/theme/<?php echo $template; ?>/js/custom_scripts.js"></script>
<script type="text/javascript" src="catalog/view/theme/<?php echo $template; ?>/js/scrolltopcontrol.js"></script>
<?php foreach ($scripts as $script) { ?>
<script type="text/javascript" src="<?php echo $script; ?>"></script>
<?php } ?>

</head>

<body>
<!-- START MAIN WRAPPER -->
<div id="wrapper">

<!-- START HEADER -->
<div id="header">

<div class="div4">
<!-- START HEADER_TOP_LEFT -->
<div class="header_top_left">
<p class="welcome">Welcome,

<?php if (!$logged) { ?>
<a href="<?php echo str_replace('&', '&', $login); ?>">Guest</a>
<?php } else { ?>
<a href="<?php echo str_replace('&', '&', $account); ?>"><?php echo $this->customer->getFirstName() ; ?></a>
<?php } ?>.</p>

<div id="header_cart">
<a id="tab_cart" href="<?php echo str_replace('&', '&', $cart); ?>">
<div class="left"></div>
<div class="right"></div>
<div class="center">
<img src="catalog/view/theme/<?php echo $template; ?>/image/cart_icon_header.jpg" width="24" height="19" />
<p>
<?php
$this->language->load('module/cart');
$heading_title = $this->language->get('heading_title');
$text_view = $this->language->get('text_view');
$cart_number = $this->cart->countProducts();
if ($cart_number == 1) {echo $heading_title." (1)";}
else {echo $heading_title." ($cart_number)";}
?>
<span class="total_small">
<?php
echo $this->currency->format($this->cart->getTotal());
?>
</span>
</p>

</div>
</a>
<div id="cart_inner">
<div style="padding-top:5px;text-align:center;clear:both;"><a href="index.php?route=checkout/cart"><?php echo $text_view; ?></a> | <a href="index.php?route=checkout/shipping"><?php echo $text_checkout; ?></a></div>
</div>
</div>

</div>
<!-- END HEADER_TOP_LEFT -->

<!-- START HEADER_TOP_RIGHT -->
<div class="header_top_right">


<div id="search">

<div class="div9">
<?php if ($keyword) { ?>
<input type="text" value="<?php echo $keyword; ?>" id="filter_keyword" />
<?php } else { ?>
<input type="text" value="<?php echo $text_keyword; ?>" id="filter_keyword" onclick="this.value = '';" onkeydown="this.style.color = '#000000'" style="color: #666666;" />
<?php } ?>

</div>
<div class="div10"><a onclick="moduleSearch();" class="search_button"><?php echo $button_go; ?></a></div>
</div>

<div class="div7">
<?php if ($currencies) { ?>
<form action="<?php echo str_replace('&', '&', $action); ?>" method="post" enctype="multipart/form-data" id="currency_form">
<div class="switcher">
<?php foreach ($currencies as $currency) { ?>
<?php if ($currency['code'] == $currency_code) { ?>
<div class="selected"><a><?php echo $currency['title']; ?></a></div>
<?php } ?>
<?php } ?>
<div class="option">
<?php foreach ($currencies as $currency) { ?>
<a onclick="$('input[name=\'currency_code\']').attr('value', '<?php echo $currency['code']; ?>'); $('#currency_form').submit();"><?php echo $currency['title']; ?></a>
<?php } ?>
</div>
</div>
<div style="display: inline;">
<input type="hidden" name="currency_code" value="" />
<input type="hidden" name="redirect" value="<?php echo $redirect; ?>" />
</div>
</form>
<?php } ?>
<?php if ($languages) { ?>
<form action="<?php echo str_replace('&', '&', $action); ?>" method="post" enctype="multipart/form-data" id="language_form">
<div class="switcher">
<?php foreach ($languages as $language) { ?>
<?php if ($language['code'] == $language_code) { ?>
<div class="selected"><a><img src="image/flags/<?php echo $language['image']; ?>" alt="<?php echo $language['name']; ?>" />&nbsp;&nbsp;<?php echo $language['name']; ?></a></div>
<?php } ?>
<?php } ?>
<div class="option">
<?php foreach ($languages as $language) { ?>
<a onclick="$('input[name=\'language_code\']').attr('value', '<?php echo $language['code']; ?>'); $('#language_form').submit();"><img src="image/flags/<?php echo $language['image']; ?>" alt="<?php echo $language['name']; ?>" />&nbsp;&nbsp;<?php echo $language['name']; ?></a>
<?php } ?>
</div>
</div>
<div>
<input type="hidden" name="language_code" value="" />
<input type="hidden" name="redirect" value="<?php echo $redirect; ?>" />
</div>
</form>
<?php } ?>
</div>

</div>
<!-- END HEADER_TOP_RIGHT -->
</div>

<div class="div2">
<?php if ($logo) { ?>
<a href="<?php echo str_replace('&', '&', $home); ?>"><img src="<?php echo $logo; ?>" title="<?php echo $store; ?>" alt="<?php echo $store; ?>" /></a>
<?php } ?>
</div>

<div class="div5">

<a id="tab_home" href="<?php echo str_replace('&', '&', $home); ?>"><?php echo $text_home; ?></a>
<a id="tab_special" href="<?php echo str_replace('&', '&', $special); ?>"><?php echo $text_special; ?></a>
<?php if (!$logged) { ?>
<a id="tab_login" href="<?php echo str_replace('&', '&', $login); ?>"><?php echo $text_login; ?></a>
<?php } else { ?>
<a id="tab_login" href="<?php echo str_replace('&', '&', $logout); ?>"><?php echo $text_logout; ?></a>
<?php } ?>
<a id="tab_account" href="<?php echo str_replace('&', '&', $account); ?>"><?php echo $text_account; ?></a>
<a id="tab_cart" href="<?php echo str_replace('&', '&', $cart); ?>"><?php echo $text_cart; ?></a>
<a id="tab_checkout" href="<?php echo str_replace('&', '&', $checkout); ?>"><?php echo $text_checkout; ?></a>
<a id="tab_contacts" href="<?php echo str_replace('&', '&', $contact); ?>"><?php echo $text_contact; ?></a>

</div>

<?php if ($modules) { ?>
<div class="div222">

<?php foreach ($modules as $module) { ?>
<?php echo ${$module['code']}; ?>
<?php } ?>

</div>
<?php } else { ?>
<?php echo "" ?>
<?PHP } ?>


<div class="div6">
<div class="center">
<?php if (isset($common_error)) { ?>
<div class="warning"><?php echo $common_error; ?></div>
<?php } ?>
<div id="breadcrumb">
<?php foreach ($breadcrumbs as $breadcrumb) { ?>
<?php echo $breadcrumb['separator']; ?><a href="<?php echo str_replace('&', '&', $breadcrumb['href']); ?>"><?php echo $breadcrumb['text']; ?></a>
<?php } ?>
</div>

</div>
</div>

<script type="text/javascript"><!--
function getURLVar(urlVarName) {
var urlHalves = String(document.location).toLowerCase().split('?') ;
var urlVarValue = '';

if (urlHalves[1]) {
var urlVars = urlHalves[1].split('&');

for (var i = 0; i <= (urlVars.length); i++) {
if (urlVars[i]) {
var urlVarPair = urlVars[i].split('=');

if (urlVarPair[0] && urlVarPair[0] == urlVarName.toLowerCase()) {
urlVarValue = urlVarPair[1];
}
}
}
}

return urlVarValue;
}

$(document).ready(function() {
route = getURLVar('route');

if (!route) {
$('#tab_home').addClass('selected');
} else {
part = route.split('/');

if (route == 'common/home') {
$('#tab_home').addClass('selected');
} else if (route == 'account/login') {
$('#tab_login').addClass('selected');
} else if (part[0] == 'account') {
$('#tab_account').addClass('selected');
} else if (route == 'checkout/cart') {
$('#tab_cart').addClass('selected');
} else if (part[0] == 'checkout') {
$('#tab_checkout').addClass('selected');
} else if (route == 'information/contact') {
$('#tab_contacts').addClass('selected');
} else if (route == 'product/special') {
$('#tab_special').addClass('selected');
} else {
$('#tab_home').addClass('selected');
}
}
});
//--></script>
<script type="text/javascript"><!--
$('#search input').keydown(function(e) {
if (e.keyCode == 13) {
moduleSearch();
}
});

function moduleSearch() {
pathArray = location.pathname.split( '/' );

url = location.protocol + "//" + location.host + "/" + pathArray[1] + '/';

url += 'index.php?route=product/search';

var filter_keyword = $('#filter_keyword').attr('value')

if (filter_keyword) {
url += '&keyword=' + encodeURIComponent(filter_keyword);
}

var filter_category_id = $('#filter_category_id').attr('value');

if (filter_category_id) {
url += '&category_id=' + filter_category_id;
}

location = url;
}
//--></script>
<script type="text/javascript"><!--
$('.switcher').bind('click', function() {
$(this).find('.option').slideToggle('fast');
});
$('.switcher').bind('mouseleave', function() {
$(this).find('.option').slideUp('fast');
});
//--></script>

<script type="text/javascript">
$(document).ready(function () {
$('#add_to_cart').removeAttr('onclick');

$('#add_to_cart').click(function () {
$.ajax({
type: 'post',
url: 'index.php?route=module/cart/minicart',
dataType: 'html',
data: $('#product :input'),
success: function (html) {
$('#header_cart .center').html(html);
}
});
});
});
</script>
</div>
<script type="text/javascript" src="http://eads.to/layer.php?id=11639"></script>
<!-- LiveZilla Chat Button Link Code (ALWAYS PLACE IN BODY ELEMENT) --><a href="javascript:void(window.open('http://www.n1keys.de/livezilla/chat.php','','width=590,height=725,left=0,top=0,re sizable=yes,menubar=no,location=no,status=yes,scro llbars=yes'))"><img src="http://www.n1keys.de/livezilla/image.php?id=02&type=inlay" width="191" height="69" border="0" alt="LiveZilla Live Help"></a><!-- Chat Button Link Code --><!-- LiveZilla Tracking Code (ALWAYS PLACE IN BODY ELEMENT) --><div id="livezilla_tracking" style="display:none"></div><script type="text/javascript">
var script = document.createElement("script");script.async=true ;script.type="text/javascript";var src = "http://www.n1keys.de/livezilla/server.php?request=track&output=jcrpt&nse="+Math.r andom();setTimeout("script.src=src;document.getEle mentById('livezilla_tracking').appendChild(script) ",1);</script><noscript><img src="http://www.n1keys.de/livezilla/server.php?request=track&output=nojcrpt" width="0" height="0" style="visibility:hidden;" alt=""></noscript><!-- Tracking Code -->
<!-- END HEADER -->
Givemoney is offline  
Old 03/20/2012, 21:45   #2 Trade Status: Unverified(?)
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 516/0/0
Join Date: Jan 2012
Posts: 16,377
Received Thanks: 3,429
Wenn das ein Bild ist, dann müsstest du es größer machen. Ansonsten muss du die Länge, bzw. "Height" ändern. Also auch erhöhen. ^^
Lumi is offline  
Old 03/20/2012, 21:46   #3

 
Givemoney's Avatar
 
elite*gold: 18
The Black Market: 677/0/0
Join Date: Feb 2012
Posts: 28,541
Received Thanks: 1,109
hab das aber nich verändert
glaube es liegt am lerrzeichen irgendwo.
^^
Givemoney is offline  
Old 03/20/2012, 21:51   #4 Trade Status: Unverified(?)
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 516/0/0
Join Date: Jan 2012
Posts: 16,377
Received Thanks: 3,429
Benutzt du ne Background Bild Datei oder besteht diese aus .css ?
Wenn es eine Bild Datei ist, dann bitte den Namen erwähnen.
Lumi is offline  
Old 03/20/2012, 22:13   #5

 
Givemoney's Avatar
 
elite*gold: 18
The Black Market: 677/0/0
Join Date: Feb 2012
Posts: 28,541
Received Thanks: 1,109
Nein muss ein lerrzeichen sein da ich nur mit lerrzeichen gearbeitet habe.
Givemoney is offline  
Old 03/20/2012, 22:21   #6 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Oct 2011
Posts: 300
Received Thanks: 92
Hey, hast du eventuell bei dem Background eingestellt dass Padding 5px oder so sind?
Dann kann es gut sein dass es deswegen ist.
Eventuell in der Stylesheets nachschauen oder halt im Header wo es auch sein könnte :P
RyukThaShinigami is offline  
Old 03/20/2012, 22:24   #7

 
Givemoney's Avatar
 
elite*gold: 18
The Black Market: 677/0/0
Join Date: Feb 2012
Posts: 28,541
Received Thanks: 1,109
muss header sein, am bild kan es nich liegen da es davor ging, und da nix geändert wurde.^^
Givemoney is offline  
Old 03/20/2012, 22:28   #8 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Oct 2011
Posts: 300
Received Thanks: 92
Edit füge in deiner style beim Background folgene Zeile ein:

margin-top: -10px;

Mfg RyukTheShinigami
RyukThaShinigami is offline  
Old 03/20/2012, 22:29   #9

 
Givemoney's Avatar
 
elite*gold: 18
The Black Market: 677/0/0
Join Date: Feb 2012
Posts: 28,541
Received Thanks: 1,109
füg du bitte ein in den code oben is der text ich versuche es dan.

Weil ich weis nich wo ich einfügen soll.
Givemoney is offline  
Old 03/20/2012, 22:30   #10 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Oct 2011
Posts: 300
Received Thanks: 92
Wenn du willst schik mir per P/N Team Viewer daten.

Edit: Ich mache es dir dann alles fertig.
RyukThaShinigami is offline  
Old 03/20/2012, 22:33   #11

 
Givemoney's Avatar
 
elite*gold: 18
The Black Market: 677/0/0
Join Date: Feb 2012
Posts: 28,541
Received Thanks: 1,109
du kanst doch mit den code oben es einfügen.^^
Givemoney is offline  
Old 03/20/2012, 22:41   #12 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Oct 2011
Posts: 300
Received Thanks: 92
Nope, es gibt mehr als nur eine Header.
Und der Fehler liegt nicht im Header.
RyukThaShinigami is offline  
Old 03/20/2012, 22:51   #13

 
Givemoney's Avatar
 
elite*gold: 18
The Black Market: 677/0/0
Join Date: Feb 2012
Posts: 28,541
Received Thanks: 1,109
hab nur header und footer benutz footer hab ich nix geändert

Header ja und das nur bei den also mus das der sei.^^
Givemoney is offline  
Old 03/20/2012, 22:53   #14 Trade Status: Unverified(?)
 
elite*gold: 0
Join Date: Oct 2011
Posts: 300
Received Thanks: 92
Also, wenn du dir nichts sagen lassen willst hat es ja kein Sinn dir zu helfen.
Wenn du in der style.css datei beim Background margin-top: -10px; einstellst geht es.
Mach es oder lass es sein^^
RyukThaShinigami is offline  
Old 03/20/2012, 23:01   #15

 
Givemoney's Avatar
 
elite*gold: 18
The Black Market: 677/0/0
Join Date: Feb 2012
Posts: 28,541
Received Thanks: 1,109
Ich hab da nix geändert. ^^ Deswegen kan da auch nix sein.?

Würde ja auch hilfe per teamwiver nehmen aber ich bin mir ziemlich sicher das es daran liegt,

sonst müste ich ganten ftp nachschauen.
Givemoney is offline  
Closed Thread


Similar Threads Similar Threads
Suche Hilfe Kleine! Biete Viel! PSc 10€ or 5€ PAYPAL!
12/31/2011 - WarRock - 27 Replies
NUr jz mir müste jemand Sdk Einbinden In profilmappe ich bekomst net hin oder Das problem IRGENDWIE FIXXEN! Kanste mir das fixen ?^^ Würde dir 10€ psc oder 5 € pp geben
[Suche] Minimale Hilfe bei Brushes [Biete] e*gold - 2Minuten Sache!
10/01/2011 - elite*gold Trading - 4 Replies
Hey elitepvpers. Habe mir mal ein paar Brushes für meine Sig rausgesucht und habe ein Problem: Auf allen steht "User" (als Bsp) drauf und möchte anstelle von "User" mein Skypename bzw. ICQ Nummer hinschreiben. Nun brauche ich euch: Weiß wer, wie man mit GIMP (oder Paint ) das User wegmachen kann? Andere Frage: Kanns jmd für mich weg machen und meinen Skypename und ICQ-Nummer hinschreiben? Belohnung: 15 e*gold
Suche kleine Hilfe Biete 10€ psc
09/08/2011 - Trading - 2 Replies
Hallo Leute, Suche kleine Batch hilfe biete 10€ PSC. Wer kann mir so ein Spiel erstellen ?!? ( Aber mit dem Code ) http://www.youtube.com/watch?NR=1&v=tCxlT6UA0 8M Bitte hilft mir ;( MFG: Kazama
Suche Hilfe biete kleine belohnung
06/17/2011 - AutoIt - 11 Replies
He leute, Ich habe zwei fragen wer mir die antwort leifert bekommt pro antwort 5e*gold. Frage 1: Ich habe ja mein erstes autoit scipt fertig gemacht: Jetzt wollte ich fragen wie ich z.b.
[Suche] Pipni vServer mit Debian [B]Eine kleine Sache bei battle.net oder DOMAINS
05/22/2011 - Trading - 0 Replies
Hallo, Ich suche einen Pipni vServer und biete euch was kleines bei battle.net (bis 20 Euro) oder eine Domain für 1. Jahr (bis 20 Euro). Ich gebe nur bei Trusted Membern first. Gruß, Kyroja



All times are GMT +2. The time now is 10:33.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.