Jump to content
  • 0

Лого


zThetis
 Share

Question

Подскажите как исправить следующие:

Пытаюсь сделать лого кликающим и вот что получилось ....

До:+Скриншот

<!-- begin ambience header-->

<div align="center">

<table bgcolor="#f7f7f7" width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="border">

<tr>

<td align="left" valign="top">

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_ls.jpg" width="287" height="159" alt="" /></td>

<td width="170" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_mid.jpg" width="170" height="159" alt="" /></td>

<td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_rs.jpg" width="287" height="159" alt="" /></td>

<td width="100%" height="159" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/header_top_x.jpg)"><img src="$stylevar[imgdir_misc]/header_top_x.jpg" width="100%" height="159" alt="" /></td>

</tr>

</table>

<table bgcolor="#f7f7f7" width="100%" border="0" cellpadding="0" cellspacing="0" style="background-image: url(ambience/misc/ambience_nav_x.gif)">

<tr>

<td align="center" valign="top">

<table width="10%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="51" height="25" align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/ambience_nav_home.gif" alt="" width="51" height="25" border="0" /></a></td>

<!-- Load Blog Link-->

<if condition="$vbulletin->products['vbblog']">

<td width="45" height="25" align="left" valign="top"><a href="blog.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/ambience_nav_blog.gif" alt="" width="47" height="25" border="0" /></a></td>

</if>

<!-- End Blog Link-->

После!+Скриншот

<!-- begin ambience header-->

<div align="center">

<table bgcolor="#f7f7f7" width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="border">

<tr>

<td align="left" valign="top">

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="287" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_ls.jpg" width="287" height="159" alt="" /></td>

<td width="170" height="159" align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_top_mid.jpg" width="170" height="159" alt="" /></td>

<td width="287" height="159" align="left" valign="top"><a href="http://zthetis.org.ua"><img src="$stylevar[imgdir_misc]/header_top_ls.jpg" width="287" height="159" alt="" /></a></td>

<td width="100%" height="159" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/header_top_x.jpg)"><img src="$stylevar[imgdir_misc]/header_top_x.jpg" width="100%" height="159" alt="" /></td>

</tr>

</table>

<table bgcolor="#f7f7f7" width="100%" border="0" cellpadding="0" cellspacing="0" style="background-image: url(ambience/misc/ambience_nav_x.gif)">

<tr>

<td align="center" valign="top">

<table width="10%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="51" height="25" align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/ambience_nav_home.gif" alt="" width="51" height="25" border="0" /></a></td>

<!-- Load Blog Link-->

<if condition="$vbulletin->products['vbblog']">

<td width="45" height="25" align="left" valign="top"><a href="blog.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/ambience_nav_blog.gif" alt="" width="47" height="25" border="0" /></a></td>

</if>

<!-- End Blog Link-->

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

Ув. подскажите следующие ,поставил банер в лого (банерная сеть) прописал таким образом-

<div align="center" style="position:absolute; top:40px; left:56%; z-index:999;">  
Код банера!
</div>

Всё довольно хорошо но сегодня обнаружил что в ИЕ не так всё прекрасно как казалось бы,банер подгружает весь форум

иначе говоря грузится с начало он а потом весь форум

Подскажите как пристособится к ИЕ в лисе всё норм!

Сам код банерной сети

<!-- Ukrainian Banner Network 468x60 START -->
<center><script>
//<!--
ubn_user = "72204";
ubn_page = "1";
ubn_pid = Math.round((Math.random() * (10000000 - 1)));
document.write("<iframe src='http://banner.kiev.ua/cgi-bin/bi.cgi?h" +
ubn_user + "&"+ ubn_pid + "&" + ubn_page + "' frameborder=0 vspace=0 hspace=0 " +
" width=468 height=60 marginwidth=0 marginheight=0 scrolling=no>");
document.write("<a href='http://banner.kiev.ua/cgi-bin/bg.cgi?" +
ubn_user + "&"+ ubn_pid + "&" + ubn_page + "' target=_top>");
document.write("<img border=0 src='http://banner.kiev.ua/" +
"cgi-bin/bi.cgi?i" + ubn_user + "&" + ubn_pid + "&" + ubn_page +
"' width=468 height=60 alt='Украинская Баннерная Сеть'></a>");
document.write("</iframe>");
//-->
</script><br>
<small><a href=http://banner.kiev.ua/ target=_top>Украинская Баннерная Сеть</a></small>
</center>
<!-- Ukrainian Banner Network 468x60 END -->

Сам форум тут,с нетерпением жду ответ !

Link to comment
Share on other sites

  • 0

window.onload=function()

{

document.getElementById('id елемента, куда пихать баннер').innerHTML='код баннера';

}

Только document.write не сработает, переписать на innerHTML все нужно, и вынести в шапку)

Edited by Victor Ananiev
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy