Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum



Tip: Looking for answers? Try searching our database.

HTML, CSS, Scripts

Recently updated threads


Thread preview

HTML (view all ...)Last Post  Replies
Browser survey04 Jul 2008 14:06 GMT305
I have posted a quick survey at
        <http://cfaj.freeshell.org/testing/width.shtml>.
        There's only one question: select the widest line that fits
        in your normal browser window.
Can Either of These be Legal HTML?04 Jul 2008 11:46 GMT15
I'm trying to work with some HTML generated by a Middleware tool and
frankly, both look illegal to me.  Assuming (perhaps a dangerous thing
to do) that the tool is creating something valid, what would these two
lines mean?
q: putting <img in front of<h3 ?04 Jul 2008 11:10 GMT1
<img src="slike/img012.jpg" width="35" height="30" /> <h3
style="line-height: 1px;" >Aktualno </h3>
It would need to show in the same row, but with this above coding the
"Aktualno" title goes bellow the image...
Redirecting double-slash ("//") URLs to single-slash ("/") URLs04 Jul 2008 10:23 GMT3
As a personal learning experience with limited practical use,
I have been doing some experiments with using .htaccess to
redirect mis-typed URLs to a preferred canonical form.  I have
set up a test page at [ http://www.guymacon.org/test.html ]
spacing in firefox but not in ie04 Jul 2008 08:51 GMT6
In http://topvolleyantwerpen.be/p I have spacing under the Nieuws
Items. It appears that a spacing is creating under div.content . I
tried to remove padding and marging but that didn't solve it.
The page renders as foreseen in IE
Re: Browser survey03 Jul 2008 23:10 GMT-
Matt Probert wrote:
>Web page authors have lots of rights. They can also insist on only
>writing the text of their page in Mala, but I should tentatively
>suggest that English might have a wider potential audience?

CSS (view all ...)Last Post  Replies
How to center 1 to n floating div boxes on a page?03 Jul 2008 02:22 GMT7
I’m trying to create a page, so that if one has a widescreen monitor,
they will be able to see as many centered divs on a row as possible.
So I’m floating these div boxes left so they are not stacking
vertically, but horizontally. The problem is, they don’t center. Do
FF: using a style within an include file not working properly03 Jul 2008 00:41 GMT2
hello.  i'm using ASP and my index page is including a header file,
and that header file uses some styles defined in an external
stylesheet.  the problem i'm running into is that in firefox, the
styles aren't being applied at all, whereas in IE, they are.  so, to
Using @print to avoid multiple style sheets02 Jul 2008 22:43 GMT10
I do not want to load two style sheets for screen and print media. I'm
having difficulty grasping the use of the @print statement, or its syntax.
Would someone please provide a simple explanation.
For example...
Trying to persuade CSS images to line up horizontally02 Jul 2008 18:36 GMT20
I'm a CSS novice trying unsuccessfully to make three thumbnail images
display horizontally instead of vertically. I suspect I'm missing
something really stupid but I'll take the flak if someone could kindly
point me in the right direction (using words that the vicar's wife
Cascade effect using ul for image gallery01 Jul 2008 09:19 GMT2
I have a _very_ rough copy of a small image gallery that I am working on
at this address:
http://www.andrews-corner.org/temp/screenshots.html
There is an odd cascading effect that has me completely baffled. The
IE8 Root is not a box01 Jul 2008 08:44 GMT-
border, padding, outline do not apply:
javascript:void(document.documentElement.style.border='10px solid
red');
javascript:alert(document.documentElement.currentStyle.borderWidth);

JavaScript (view all ...)Last Post  Replies
createElement not work04 Jul 2008 13:59 GMT1
I'm trying to add new tags into document using createElement()
function but
this not work. Tested in FF2 and IE6.
Simple example is here http://web.practisoft.cz/samples/jstest.html
Stop script for a while.04 Jul 2008 11:47 GMT2
I have a question.
Can you do in JavaScript sth like that:
*
cmd1
How to run the JavaScript if above version?04 Jul 2008 08:34 GMT7
E.g. I only want if my browser support JavaScript 1.9
<script type="text/javascript" language="JavaScript1.9">
    alert("Hello");
</script>
problem in line: var theRow = table.createElement("tr")04 Jul 2008 08:09 GMT7
I am learning JavaScript. I have a table on HTML page:
                <table id="announcement_fields" border="0">
                <tbody>
                <tr>
JavaScript at Davar Web Site04 Jul 2008 03:45 GMT-
Please find at the link below some examples of JavaScript programming
techniques along with several useful fully-functional JavaScripts.
http://www.davar.net/INTERNET/JAVA-SCR/JAVA-SCR.HTM
- References
FAQ Topic - How do I make a 10 second delay? (2008-07-04)04 Jul 2008 00:00 GMT-
-----------------------------------------------------------------------
FAQ Topic - How do I make a 10 second delay?
-----------------------------------------------------------------------
There is no built-in way to pause execution in javascript such

MS JScript (view all ...)Last Post  Replies
How to get the date04 Jul 2008 14:07 GMT4
is there any javascript code to get the date on your server?
coz in php i just use date();
px or %04 Jul 2008 07:45 GMT1
   A good day for everyone!
   I'm having a problem when setting the width or height of a     div
object. Which is more better  to use -- px or %? And     which one is risky?
   Thanx
pop-up not blocked in firefox03 Jul 2008 21:40 GMT2
I am trying to write JS code for detecting pop-up blocker.and it works good
in IE but neither works in firefox(win), firefox(mac), nor safari(win and
mac OS).
Can anyone help me how I can do this?
show processes?03 Jul 2008 21:29 GMT3
How can I check if a process with a given name is running?
It seems I have to use GetProcessesByName:
http://msdn.microsoft.com/en-us/library/system.diagnostics.process.getprocessesb
yname(VS.71).aspx

unfortunately, "No example is available for JScript".
returning true/false value of an object03 Jul 2008 07:37 GMT2
Dear Sir/Madam,
   Have a good day!
   I'm having trouble with the functionality of returning value as if true
or false of a certain object...
how can I get the code?30 Jun 2008 08:30 GMT2
The script is loaded by <script src="script.asp"></script>,when I visited the
page "script.asp",what I got was a blank page . How can I get the script code?
Signature

jtz


MS VBScript (view all ...)Last Post  Replies
reading stderror stream04 Jul 2008 10:32 GMT2
An anybody provide me with the answer to the following;
I am calling an wshshell.exec to execute a program.  I can read the stdout
perfectly from this, but I would like to read the stderror so that it
provides more information as to what went wrong.  I have tried playing around
Multiple IF Conditions04 Jul 2008 09:59 GMT4
Is there a better way to handle multiple IF Conditions like
IF condition1 AND condition2 AND condition3 AND .... THEN
code
END IF
wshremote not running script on remote computer04 Jul 2008 09:32 GMT-
I am trying to run a simple script that opens the cmd shell on a remote
computer.  I have two scripts; the first script asks for the computer to run
the script on and the script to run on that remote computer and the second
script is the script that is run and called by script 1. ...
Permission Denied in Vista with vbscript04 Jul 2008 04:40 GMT3
Hi,
I am trying to put some files in Program Files folder in Vista machine using
VB script but I see "Permission Denied" with Error Number: 70
Could some put some light on this.
Handling Events in a VBScript Class03 Jul 2008 21:55 GMT-
I can handle events fired by an object as follows:
set objTest=WScript.CreateObject("TheObject.TheFunction","objTest_")
Sub objTest_TheEvent
 'The event handler code.
[ann] another way to call api's from script (the PB way)03 Jul 2008 18:22 GMT-
I know what you're thinking.  If microsoft wanted scripters to
be calling api's from script, then they would have built that
capability into the scripting engine.  And besides, isn't there
already a DynaWrap utility for those who would dare to trespass
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.