Search found 9 matches
- Wed Mar 22, 2006 6:34 am
- Forum: Graphics tutorials
- Topic: csszengarden graphic
- Replies: 5
- Views: 3361
- Sat Mar 26, 2005 1:34 am
- Forum: Graphics tutorials
- Topic: csszengarden graphic
- Replies: 5
- Views: 3361
- Fri Feb 25, 2005 5:19 am
- Forum: Webmaster related discussion
- Topic: Mambo and Banner
- Replies: 5
- Views: 3247
http://mamboserver.com/ try this.. all these time i was using my own coding .. now i'm a bit confused with mambo..
- Mon Feb 21, 2005 6:05 am
- Forum: XML, HTML & CSS
- Topic: FREE XHTML 1.1 Editor!
- Replies: 16
- Views: 12948
- Sun Feb 20, 2005 8:45 am
- Forum: Graphics tutorials
- Topic: csszengarden graphic
- Replies: 5
- Views: 3361
csszengarden graphic
i want to make a similar graphic effect like the bonsai tree of csszengarden.com ... is there anyone who can show me how to make that semi transparent angle shape shadow effect on the image? i will provide my own image.. i just wish to learn it.. thanks.
the tree is this one http://csszengarden.com ...
the tree is this one http://csszengarden.com ...
- Sun Feb 20, 2005 8:30 am
- Forum: Graphics tutorials
- Topic: Imageready
- Replies: 14
- Views: 7630
- Wed Feb 16, 2005 5:54 am
- Forum: XML, HTML & CSS
- Topic: help making a form
- Replies: 19
- Views: 13321
few more things to tell
note: i've wrote
<body>
<form action="mailto:yourE-mailAddress@domain.com?subject=yourChoice"
You have to put your email address there where u want the form to be forwarded (i've used email forward system but u can just change it) and i put a subject on it .. you put anything of your choice ...
<body>
<form action="mailto:yourE-mailAddress@domain.com?subject=yourChoice"
You have to put your email address there where u want the form to be forwarded (i've used email forward system but u can just change it) and i put a subject on it .. you put anything of your choice ...
- Wed Feb 16, 2005 5:46 am
- Forum: XML, HTML & CSS
- Topic: help making a form
- Replies: 19
- Views: 13321
form code with javascript validation
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
<!-- start of script
function emptyvalidation(entered, alertbox)
{
with (entered)
{
if ...
<html>
<head>
<title>Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
<!-- start of script
function emptyvalidation(entered, alertbox)
{
with (entered)
{
if ...
- Wed Feb 16, 2005 5:28 am
- Forum: XML, HTML & CSS
- Topic: Is XHTML better than PHP?
- Replies: 23
- Views: 12531
xhtml can do wonders with the help of css
well to be honest with u.. i havent learned php yet. i'm starting to learn it. however i like xhtml because with the help of css you can do wonders and not to mention it makes the site faster to load. for example before we had to use javascript to use the rollover effect but now with css its much ...