I tried:
<label for="T1">Address:</label><input type="text" name="T1" />
<label for="T2">Name:</label><input type="text" name="T2" />
<label for="T2">Age:</label><input type="text" name="T3" />
and....it worked. Now IE and FF or exactly the same.
Many thanks for your help and time
I tried your solution Foamcow, but no luck :(
this is what i changed:
label {
clear: both;
float: left;
display: block;
width: 15em;
margin-top: -1em;
font-weight: bold;
}
input {
position: relative;
top: -1.4em;
left: 8em;
display: block...
How can i place all the textboxes at the same left-margin?
This is the css:
p {
margin-left: 40px;
}
input {
margin-left: 150px;
}
this is the html:
<p>
Adress:<input type="text" name="T1" size="20"><br>
Name:<input type="text" name="T2" size="20"><br>
Age:<input type="text" name="T3"...
I would like to change this menu in some ways:
1: If a menu-item has not sub-items (Like 'Home' or 'Login') the user can click on it an has a link, like home.htm or login.htm
2. Sub-items do have a hover affect. It would be nice that also the menu-items had this nice affect.
I tried to modify...
I found it:
Thank you Sheco! You put me in the right direction!
I deleted:
if right(Typering,1) <> "," then
Typering = Typering & ", #"
end if
and changed:
For i = 0 to Ubound(array_checkbox) - 1
into:
For i = 0 to Ubound(array_checkbox)
Why do you u use a interval. Window.onresize should work!
Try this code:
<html>
<head>
<script type="text/javascript">
window.onload = changeWindowSize();
window.onresize = changeWindowSize();
function changeWindowSize()
{
var totalWidth;
if (document.body)
totalWidth =...
If 1 record matches the ID then everthing goes fine
if more than 1 record matches the ID i got Server.ScriptTimeout
Does somebody has any idea why this happens?
dim ID
dim Typering
dim x
dim checkbox(30)
ID = request.Querystring("ID")
Connection.open database
Recordset.open "Select * FROM...
Very nice modifications HappyTiger.
I would like to change this menu in some ways:
1: If a menu-item has not sub-items (Like 'Home' or 'Login') the user can click on it an has a link, like home.htm or login.htm
2. Sub-items do have a hover affect. It would be nice that also the menu-items...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.