Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 28
Search took 0.08 seconds.
Search: Posts Made By: Kevlar
Forum: JavaScript programming 07-25-2002, 06:16 PM
Replies: 1
Views: 949
Posted By Kevlar
<select name="select"...

<select name="select" onChange="location.reload()">
<option value="admin" selected>Administrador</option>
<option value="profe">Profesor</option>
<option value="alumno">Alumno</option> ...
Forum: HTML & CSS 07-24-2002, 10:17 PM
Replies: 4
Views: 1,211
Posted By Kevlar
<input type="hidden">

<input type="hidden">
Forum: HTML & CSS 07-24-2002, 09:34 PM
Replies: 4
Views: 1,157
Posted By Kevlar
Color/shape udjusting

How do you change the color (and shape, if possible) of the scroll bar and the title bar? And how do I insert a favicon and title text by ONLY editing the CSS file?
Forum: Other server side languages/ issues 07-24-2002, 07:27 PM
Replies: 1
Views: 1,780
Posted By Kevlar
Looking for a descent provider

I need a free provider which allows at least 10 megs of space, upload by FTP, NO ads at all (no frames, popups or banners). And if possible, Server-Side support wouldn't be bad. So, do you know of...
Forum: HTML & CSS 07-24-2002, 07:24 PM
Replies: 12
Views: 1,769
Posted By Kevlar
So SRC attributes in script tags and image tags...

So SRC attributes in script tags and image tags are a no no?
Forum: HTML & CSS 07-24-2002, 06:44 AM
Replies: 4
Views: 1,018
Posted By Kevlar
<form name="form11"> <input type="radio"...

<form name="form11">
<input type="radio" name="n0" value="Something you DONT want to clear" checked> <p>
<input type="radio" name="n1" value="Something you DONT want to clear" checked><p>
<input...
Forum: HTML & CSS 07-24-2002, 06:43 AM
Replies: 5
Views: 1,322
Posted By Kevlar
<form name="form11"> <input type="radio"...

<form name="form11">
<input type="radio" name="n0" value="Something you DONT want to clear" checked> <p>
<input type="radio" name="n1" value="Something you DONT want to clear" checked><p>
<input...
Forum: HTML & CSS 07-24-2002, 01:21 AM
Replies: 4
Views: 1,018
Posted By Kevlar
Including area of style sheet

I want to include a number of script srcs on every single page. I have a fairly large number of pages and don't want to add the <script src> every time I add a new script. How do I edit a stylesheet...
Forum: HTML & CSS 07-24-2002, 01:18 AM
Replies: 12
Views: 1,769
Posted By Kevlar
Yes. Also, I've been having some problems with...

Yes. Also, I've been having some problems with the SRC attribute. Never seems to work...
Forum: JavaScript programming 07-23-2002, 09:09 PM
Replies: 1
Views: 762
Posted By Kevlar
<a...

<a onMouseover="document.Images.someimage.src='swap.gif'" onMouseout="document.Images.someimage.src='unswap.gif'>sometext</a>

<img src="unswap.gif" name="someimage">
Forum: JavaScript programming 07-23-2002, 08:25 PM
Replies: 3
Views: 1,014
Posted By Kevlar
But how do you define "this.href" as...

But how do you define "this.href" as "url"?
Forum: JavaScript programming 07-23-2002, 08:19 PM
Replies: 3
Views: 1,014
Posted By Kevlar
Sending data about "this"

I need a link to execute a JS command (cmd()). How do I send the "this.href" of the "a" tag to the command and then execute according to that info?
Forum: HTML & CSS 07-23-2002, 08:14 PM
Replies: 1
Views: 1,053
Posted By Kevlar
Working with Images

How do you manipulate images using IMG tag attributes? I know this isn't openGL, but I also remember a tutorial (can't find it at the moment) that explained how to turn change alpha colors, etc...
Forum: HTML & CSS 07-23-2002, 04:51 PM
Replies: 2
Views: 958
Posted By Kevlar
Also, I've had some problems with CSS. When I use...

Also, I've had some problems with CSS. When I use the embed tag or the script tag, the src attribute doesn't seem to work on other page. But attributes like width and height work.
Forum: HTML & CSS 07-23-2002, 12:48 AM
Replies: 5
Views: 1,322
Posted By Kevlar
Try this: <form name="form11"> <input...

Try this:

<form name="form11">
<input type="text" name="n0" value="Something you DONT want to clear"> <p>
<input type="text" name="n1" value="Something you DONT want to clear"><p>
<input...
Forum: HTML & CSS 07-22-2002, 08:34 PM
Replies: 2
Views: 958
Posted By Kevlar
Inserting multiple tags

How do I insert the following:

<STYLE>
<!--
A.ssmItems:link {color:black;text-decoration:none;}
A.ssmItems:hover {color:black;text-decoration:none;}...
Forum: General web building 07-22-2002, 08:14 PM
Replies: 1
Views: 1,540
Posted By Kevlar
DHTML Tutorial

I need a DHTML tutorial which centers on creating navigation systems.
Forum: HTML & CSS 07-22-2002, 07:10 PM
Replies: 12
Views: 1,769
Posted By Kevlar
body {background-color: #000000} p.newsText...

body {background-color: #000000}
p.newsText {color: #c0c0c0; text-align: center; font-family: Tahoma; font-size: 15}
p.newsDate {color: #ffffff; text-align: center; font-family: Tahoma; font-size:...
Forum: HTML & CSS 07-22-2002, 06:53 PM
Replies: 12
Views: 1,769
Posted By Kevlar
Also, I want to make my link change style...

Also, I want to make my link change style onmouseover. How do I do this? onMouseover: color: red?

What about working with images? Also, how do I make the "title" thing appear with a custom bg and...
Forum: HTML & CSS 07-22-2002, 04:37 AM
Replies: 12
Views: 1,769
Posted By Kevlar
Well, right now I am using CSS to define simple...

Well, right now I am using CSS to define simple attributes for p and a tags. Is there anything special I need to know about CSS? Also, I am making a website on a free server. Are there any other...
Forum: HTML & CSS 07-22-2002, 04:12 AM
Replies: 12
Views: 1,769
Posted By Kevlar
CSS tag overlapping

Let's say I make a p.a1 tag and give it a red text color attribute. Then, I make a p.a2 tag and give it a bold style attribute. What will happen if I use both of those tags on a single line of text?...
Forum: General web building 07-21-2002, 09:42 PM
Replies: 6
Views: 1,461
Posted By Kevlar
What program do you use to make a header image...

What program do you use to make a header image and an image on the left side of the page? Like planetquake.com has.
Forum: General web building 07-21-2002, 07:46 PM
Replies: 6
Views: 1,461
Posted By Kevlar
Err....how do I create a template.

Err....how do I create a template.
Forum: General web building 07-21-2002, 07:21 PM
Replies: 6
Views: 1,461
Posted By Kevlar
Templates

How do I create a template for my website? Can templates be defined in CSS files?
Forum: JavaScript programming 07-10-2002, 08:09 PM
Replies: 1
Views: 908
Posted By Kevlar
IE Commands

You know the commands such as "view-source:" (views source)? Well, what is the command for save target as?
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT +1. The time now is 09:52 AM.