0% found this document useful (0 votes)
224 views5 pages

HTML Kodlar

The document provides links and code snippets for website design and development. It includes links to resources for CSS menu buttons, templates, JavaScript uploads, hit counters, image slideshows, and more. It also includes code for table backgrounds, hiding elements, removing advertisements, and using external style sheets. Popup window open and close code is presented along with a sample cool menu table with JavaScript.

Uploaded by

okul_abus_18
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
224 views5 pages

HTML Kodlar

The document provides links and code snippets for website design and development. It includes links to resources for CSS menu buttons, templates, JavaScript uploads, hit counters, image slideshows, and more. It also includes code for table backgrounds, hiding elements, removing advertisements, and using external style sheets. Popup window open and close code is presented along with a sample cool menu table with JavaScript.

Uploaded by

okul_abus_18
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

adresler:

""""""""""""""""""""""""
--------CSSTasarm-menu-buton-Kodlar-----http://www.freecsstemplates.org/
http://www.free-css.com
http://www.free-css-templates.com
http://csstasarim-arsiv.tr.gg
http://www.opendesigns.org/
http://www.seo-expert-blog.com
http://apycom.com/menus/14-gray.html
http://www.dynamicdrive.com **** En Gelimi HTML Kodlar

http://www.phoca.cz/.................Popup Pencereler
http://www.yourjavascript.com/.................javascript upload
http://tr.99counters.com...........................sayac sitesi
http://malsup.com/jquery/cycle/int2.html..............resimli geileri (site iin neml
i)

_________________________
http://www.hitcanavari.com
\
Kullanc ID: 36308
\ Site hit arttrma
ifre: her zamanki
gibi
/
E-mail: [email protected] /

________________________________________________________________________________
___________________________________________
================================================================================
============================

---------tablo arkaplan kodu-----------------------------------------------------------------<td background="http://img.webme.com/pic/g/gewerlycs/menu-arkplan.png">

-------js dosyas iin--------------------------------------------------------------------------<script type= text/javascript >


//<![CDATA[ ierik //]]>
</script>

----------men gizleme kodu-----------------------------------------------------------------<style type="text/css"><!-h1#title{display: none;}


h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;} table {margin-left: auto;margin-right: auto}
* {padding: 0; margin:0 }

-------reklam kaldrma kodu---------------------------------------------------------------------------<style><!--iframe{display:none;}--></style>


<base target="_self">
<script language="*************
<!-function PopIt(filename, h, w){
popup = window.open(filename,"popDialog","height="+h+",wid th="+w+",scrollbars=n
o")
if ( popup.document.close() ) {
popup.document.close()
}
}
// -->
</script>

_________________________________________________________________
-------reklam kaldrma kodu(En yi)-------|
""""""""""""""""""""""""""""""""""""""
|
Tasarm zerindeki yaz
|
</div>
|
--------------------------|
CSS Kodu
|
#reko {display:none;} //--> </style> <div id="reko"><style type="text/css"> <!-|
_________________________________________________________________|

------stil.css--------------------------------------------------------------------<head>
<style type="text/css">
<!

ierik
>
</style>
</head>
--veya-<link rel="stylesheet" href="STL.css" type="text/css" />

____________________________________________________________
------------popup-pencere-kapatma-kodu-(.tr.gg"ads")---------------------------------------------------------<div id="postit" style="visibility: visible; ">
<div align="right">
<div style="text-align: left"><span style="font-size: x-small"><em>
<div id="postit" style="visibility: visible; ">
<div align="right">
<div style="text-align: left"><span style="font-size: x-small"><em>
<style
type="text/css">
<!-.coolmenu{
width: 170px;
}.coolmenu td{
background-color:white;
cursor:hand;
font-family:Arial;
font-weight:bold;
}.coolmenu td a{
text-decoration:none;
color:black;}.coolmenu
td#boxdescription{
background: ivory;
height: 25px;
font-weight: normal;}--></style>
<script language="javascript">
<!--/*Cool Table Menu
By Clarence Eldefors (http://www.freebox.com/cereweb) with modifications from ja
vascriptkit.com
Visit http://javascriptkit.com for this and over 400+ other scripts*/
function movein(which,html){
which.style.background='coral'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
elseboxdescription.innerHTML=html

}function
moveout(which){
which.style.background='bisque'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=' '
else
boxdescription.innerHTML=' '}//--></script>
<style type="text/css">#postit{display:scroll;position:fixed;bottom:-100px;left:
1425px;visibility:hidden;
background:#000;color:#000;border:1px id #000;
z-index:100;font:11px
verdana;width:50px;padding:3px;height:80px;}
#postit a{color:#000;text-decoration:none;}</style>
<!-- gewerlycs.tr.gg --><script>
var once_per_browser=0
var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all
if (ns4)
crossobj=document.layers.postit
else if (ie4||
ns6)
crossobj=ns6? document.getElementById("postit") : document.all.postit
function closeit(){
if (ie4||ns6)
crossobj.style.visibility="hidden"
else if (ns4)
crossobj.visibility="hide"}
function get_cookie(Name) {
var
search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
end = document.cookie.indexOf
(";", offset);
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))}}
return returnvalue;}
function showornot(){
if (get_cookie('postdisplay')==''){
showit()
document.cookie="postdisplay=yes"}}
function showit(){
if (ie4||ns6)
crossobj.style.visibility="visible"
else if (ns4)
crossobj.visibility="show"}
if (once_per_browser)
showornot()elseshowit()</script>
________________________________________________________________________________

_______

You might also like