albeik
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

albeik

منتدى شامل
 
الرئيسيةالبوابةأحدث الصورالتسجيلدخول
بحـث
 
 

نتائج البحث
 
Rechercher بحث متقدم
المواضيع الأخيرة
» أحدث لابتوب 2011
أكواد متعلقة بالنوافذ Emptyالثلاثاء سبتمبر 28, 2010 10:13 am من طرف Admin

» أكواد فيديو وموسيقى ل MySpace
أكواد متعلقة بالنوافذ Emptyالأربعاء سبتمبر 15, 2010 9:31 am من طرف Admin

» أكواد متعلقة بالنوافذ
أكواد متعلقة بالنوافذ Emptyالأربعاء سبتمبر 15, 2010 8:49 am من طرف Admin

» أكواد خلفيات لمنتديات
أكواد متعلقة بالنوافذ Emptyالأربعاء سبتمبر 15, 2010 8:41 am من طرف Admin

» أكواد وصلات لمنتديات
أكواد متعلقة بالنوافذ Emptyالأربعاء سبتمبر 15, 2010 7:17 am من طرف Admin

» أكواد صناديق كتابية وصور
أكواد متعلقة بالنوافذ Emptyالأربعاء سبتمبر 15, 2010 6:40 am من طرف Admin

» أكواد مشكلة لمنتديا ت 3
أكواد متعلقة بالنوافذ Emptyالأربعاء سبتمبر 15, 2010 6:10 am من طرف Admin

» أكواد مشكلة 2
أكواد متعلقة بالنوافذ Emptyالأربعاء سبتمبر 15, 2010 6:01 am من طرف Admin

» شفرات الألوان
أكواد متعلقة بالنوافذ Emptyالأربعاء سبتمبر 15, 2010 5:48 am من طرف Admin

ازرار التصفُّح
 البوابة
 الرئيسية
 قائمة الاعضاء
 البيانات الشخصية
 س .و .ج
 بحـث
التبادل الاعلاني
احداث منتدى مجاني

 

 أكواد متعلقة بالنوافذ

اذهب الى الأسفل 
كاتب الموضوعرسالة
Admin
Admin



عدد المساهمات : 177
تاريخ التسجيل : 05/09/2010

أكواد متعلقة بالنوافذ Empty
مُساهمةموضوع: أكواد متعلقة بالنوافذ   أكواد متعلقة بالنوافذ Emptyالأربعاء سبتمبر 15, 2010 8:49 am

HTML Close Window Code

<a href="JavaScript:window.close()">Close</a>

------------------------------------------------------------------
HTML Open Link in New Window

<a href="http://www.quackit.com/html/html_help.cfm" target="_blank">HTML Help</a>

--------------------------


Scrollbar Color of the Browser


<head>
<style type="text/css">
body {scrollbar-base-color:orange;}
</style>
</head>
<body>
<textarea cols="30" rows="4">
Here's enough text to make this textarea grow scrollbars....
HTML scrollbars, scrollbar color, change browser scrollbars,
css scrollbar, change color of the scrollbar...
</textarea>
</body>

----------------------------------------------------------------
Scrollbar Color for 'Textarea' Only


<head>
<style type="text/css">
textarea {scrollbar-base-color:orange;}
</style>
</head>
<body>
<textarea cols="30" rows="4">
Here's enough text to make this textarea grow scrollbars....
HTML scrollbars, scrollbar color, change browser scrollbars,
css scrollbar, change color of the scrollbar...
</textarea>
</body>
---------------------------------------------------------------------
Scrollbar Color for Selected Textarea Elements

<head>
<style type="text/css">
textarea.orange-scrollbar {scrollbar-base-color:orange;}
textarea.red-scrollbar {scrollbar-base-color:red;}
</style>
</head>
<body>
<textarea cols="30" rows="4" class="orange-scrollbar">
Here's enough text to make this textarea grow scrollbars....
HTML scrollbars, scrollbar color, change browser scrollbars,
css scrollbar, change color of the scrollbar...
</textarea>
<textarea cols="30" rows="4" class="red-scrollbar">
Here's enough text to make this textarea grow scrollbars....
HTML scrollbars, scrollbar color, change browser scrollbars,
css scrollbar, change color of the scrollbar...
</textarea>
</body>
or


More Options



<head>
<style type="text/css">
textarea.custom-scrollbar {scrollbar-3dlight-color:black;
scrollbar-arrow-color:black;
scrollbar-track-color:black;
scrollbar-darkshadow-color:gray;
scrollbar-face-color:orange;
scrollbar-highlight-color:gold;
scrollbar-shadow-color:brown}
</style>
</head>
<body>
<textarea cols="30" rows="4" class="custom-scrollbar">
Here's enough text to make this textarea grow scrollbars....
HTML scrollbars, scrollbar color, change browser scrollbars,
css scrollbar, change color of the scrollbar...
</textarea>
</body>

---------------------------------------------------------------------------
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://albeik.yoo7.com
 
أكواد متعلقة بالنوافذ
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» أكواد php رائعة
» أكواد مشكلة
» أكواد رائعة vb
» أكواد كتابية
» أكواد مشكلة 2

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
albeik :: أكواد-
انتقل الى: