Have you considered making a version of the tool that will work on Mac, Linex, etc.?
ALSO, an option to export code that works on NS 4.7 + would be a wise idea ... some people (especially older business men -- the ones that have the money and make a lot of the decisions) still use 800x600...
this is a bit bulky ... but it works so well, and is VERY hard to mess up.
(in head)
<SCRIPT LANGUAGE="JavaScript">
<!-- begin hiding script
if (document.images)
{
name1on = new Image(133, 20)...
Since this site is to be accessable for disabled users ...
run it through Bobby cerifications (there are 3 levels of bobby certification, and NONE of them allow for javascripts ...)
Get rid of the javascripts...
J...
Thank you ...
one question now ...
I have this as one of the document write bits
if (bVer=="6.0"){
document.write('<table cellpadding=0 cellspacing=0 border=0><tr><td height="22" width="157"><img src="image/spacer.gif" width="148"...
(I'm sure this has been answered already, but the seach is down)
I have a bit of coding that does not work with older browsers ...
SO ...
I need to write a bit of code for the older browsers (specifically Netscape 4.7) ... and have it run the new code if the user is using NN 4.7, or run the...
(I'm sure this has been answered already, but the seach is down)
I have a bit of coding that does not work with older browsers ...
SO ...
I need to write a bit of code for the older browsers (specifically Netscape 4.7) ... and have it run the new code if the user is using NN 4.7, or run the...
(I'm sure this has been answered already, but the seach is down)
I have a bit of coding that does not work with older browsers ...
SO ...
I need to write a bit of code for the older browsers (specifically Netscape 4.7) ... and have it run the new code if the user is using NN 4.7, or run the...
one more small question ...
this doesn't seem to be working in Netscape 4.7 ...
is there an easy fix for this?
(or did I just do something wrong?)
J...
Good morning ...
I have made a column of table cells that each have a text link in them ... I have it set now that when the table cell is moused ocer the background goes from light grey to medium grey.
When I mouse over the text it goes from red to white.
(Ya, I know ... it's ugly)
my...
Good morning ...
I have made a column of table cells that each have a text link in them ... I have it set now that when the table cell is moused ocer the background goes from light grey to medium grey.
When I mouse over the text it goes from red to white.
(Ya, I know ... it's ugly)
my...
To make your links 'plain' as in no underline ...
in your style sheet you will want something like:
a { color: white; font-family: Arial, Helvetica, sans-serif; font-size: 10.5pt; text-decoration: none;}
the 'text-dexoration: none' part is the stuff that will remove the underline.
change your code to:
<img src="red.jpg" width=64 height=64><br>
<img src="blue.jpg" width=64 height=64><br>
<img src="green.jpg" width=64 height=64><br>
no vspace needed ... just put your break tags on the same line as your image ...
the extra spaces you put in...
I am making a document that has to draw upon a pool of images to display.
I have 6 pools of 4 images. Each pool will be used for a different section of the site. So, I need to identify what pool I need to draw from, and than pick one of the 4 images at random to display.
The images in each...
Good morning ...
does anyone have a good random image loader? I have a random slideshow viewer that I could try to modify, but I'm not very good at that sort of thing.
ALSO, if there is a way to specify different 'sets' of images, that would be GREAT. I'm going to end up with 6 different...
I have a custom scrollbar ...
it has an image at top and bottom to be used as the scroll up and down. inbetween the two, there is a line (background most likely) and a small horzontal bar that is to mark where on the page you are (sort of like the slider box on a standard scroller).
I have...
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.