Hi - this should be an easy one (just guessing).
I want to import an image (object) that has a white background, cut it out (lasso) and save it as a PNG-file (transparent background) for use in a DTP program. Works fine except that the resulting area of the file is far to large (small image...
BIG!!! problems getting started with PostgreSQL. Sorry I'm not an MIT Super-Intellectual but a below average intelligence ICT-ler in Uganda with a bad intrenet-connection.
I'm trying to get PostgreSQL up and running using Debian. I have downloaded nearly all the documentation available.
I...
Hi Everyone,
I read the following articale about dropdown menus http://www.alistapart.com/articles/horizdropdowns/ and it changed my perspective. The only trouble was - when I tried it - it didn't work. I know I'm going to have to dig into this subject a lot deeper but right now I would...
Hallo Debian fans,
can anybody tell me how many Debian cd-images (and which ones - presumably the first two or three) I need to download to install the core system plus Desktop.
You can't buy Distributions here in Uganda and downloading too many CD-images is irresponsible here where the...
Hallo !!!
I am setting up a small office network using XP Professional (ServicePack 2) and I am setting up file and print sharing. On administrator accounts this works fine throughout the network. It does not work for the Guest account. Guest can access the internet
This means that the...
Something for beginners and experts. I´ve found some code that creates cascading Menubars - and I´m not really sure how it works. First of all the three files involved so that everyone can try it out:
main10.html
menucontext.js
stylemenu.js
<html>
<head>
<title>Test Page</title>
<meta...
Hi Everyone,
Although I´m not in this forum (I´m in Linux) I thought I´d better post this here. I´m trying to install apache (Suse 8.1). Using Yast -> Software -> Install/Remove software... Yast offers apache ver 1.3.26 and apache2 ver 2.0.40. Both versions say they´re providing httpd...
Hi boys & girls,
I´m writing words in CorelDraw and converting them to .gif files with transparent backgrounds for use as rollover-buttons. CorelDraw delivers very poor quality (compression obviously to high) and it´s difficuly to control the size. Can anyone offer a tip, how to produce good...
I´m trying to find out all about Login scripts. Coming from Novell networking I´m looking for scripts and info that create a user environment (after loging in to a LINUX-"FileServer" running NFS) in a similar way. I have´nt found ANYTHING in books or on the web up till now.
Now I know...
Hi,
Netscape 6.2 is complaining that a function is´nt defined - and I can´t figure out what the f... wants. I´ve been programming for IE and want to include NS. Here´s what I´ve got:
index.html ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>...
I´m using a rollover-button to call a javascript function. Pressing the button does call the function (which writes text into a DIV area) but immediatly afterwards resets the page. Here´s the HTML-code:
<FORM>
<INPUT type="image"
style="position: absolute; border: none; top...
I`m using buttons to cause Javacript to write text (and other things) into <div id="xyz"></div>
function test()
{
document.all["xyz"].innerHTML = "Hallo everybody";
}
This works, but immediatly after writing the text, there is a reset on the site and the text...
Using <div>-tags to define area bloks works fine (except that NS caps the text in the child <div>s but the real problem is that when I make the browser smaller the areas collapse in NS. I tried clip in the stylesheets but that did´nt help. Does anyone know why NS does this and how to prevent it...
Thanks to everyone who helped on the original thread. One last problem !!! Ace Scripter gave this answer for ns4x:-
ace Scripter (Visitor) Dec 26, 2001
about ns4x:
div - nope, layer - yup
var theOne=new Layer(width,parent)
//width - a number
//parent - none or window or ref to another layer...
Happy Christmas Everyone,
can I create <DIV ID="XYZ"></DIV> strait out of JavaScript without haveíng to write them in the body area first. With tabe-tags that works fine:-
document.write("<Table.......>");.
docoment.write("<DIV ID="XYZ"></DIV>")...
I´m trying an exercise with <DIV> tags an getting some strange effects. The basic idea is to write no body-HTML-code at all. When opening the HTML-file with IE the are no error messages and the alert-box is loaded but the "DIV-boxes" are only opened after I press IE´s refresh button...
I´ve defined an area with
<DIV ID="AreaDiv">
</DIV>
The id referes to stylesheet properties which place this area on the browser. Using an external .js file I want to write text into this area..
function area() {
document.AreaDiv.write("This is a test.");
}
But the...
First thanks for all the help I´ve had up till now.
I´ve posted this already under the heading "Bad syntax with a scroller" but I´m only now beginning to understand the problem. The script I found in a book works - I´ve just tried it - but it means writing the script in the HTML file...
I´m trying this scroller I found in a book. I made a minor change in that I put the entire code into an external js. script. I´ve added some document.write(); to see where the thing crashes and it does´nt like pos++; here´s the text:
function TextScroller() {
var scrollmessage=" *** Dies...
When the JavaScript-funtion calls "Update" then the text - This is a Test - is writen but not formatted with class='style_Mannschaften'.
function Update()
{
document.write("<p class='style_Mannschaften'>This is a Test</p>");
}
The CSS line looks like this...
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.