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...
You said: "It is first full, then contracts and then expands full again."
You're right. I added that line because this sample is written in the expanded mode. So we have to contract it first (this is so fast i can't see that!!!) and then expand it with the speed variable.
this is all i can do...
Try this, it works for me:
var contractall_default= false; //Should all submenus be contracted by default? (true or false)
slash_expandall()
var speed = 100;
var menu, titles, submenus, arrows, bypixels;
var heights = new Array();
var n = navigator.userAgent;
if(/Opera/.test(n)) bypixels =...
Please can someone help me with this.
The first frame i called 'side' and contains a little menu
The second frame is the content of the choosen menu-item.
I want to know if a user pressed the 'add record' button from the menu (side-frame) or the 'save to database' button from the content-frame...
You want to show the slide of the menu if the page loads?
you might try to change the function:
function slash_expandall(){
if (typeof menu!="undefined"){
for(i=0; i<Math.max(titles.length, submenus.length); i++){
var nr = submenus[i].getElementsByTagName("a").length*bypixels...
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.