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
ºóÄ­»ðÀÔ, ¹°À½Ç¥ £¿ ºóÄ­»ðÀÔ, ¹°À½Ç¥ £¿ , ½½·¡½¬(Slash) £¯ ,,,,,04 Sep 2010 05:56 GMT-
ºóÄ­»ðÀÔ, ½½·¡½¬ ½½·¹½¬ ½½·¡½Ã ½½·¹½Ã,    £¯  £¯  £¯  £¯  £¯
ºóÄ­»ðÀÔ, ¹°À½Ç¥ £¿
¹°À½Ç¥ £¿
ÆÄÀÏ À̸§¿¡ ³ÖÀ» ¼ö ÀÖ´Â ¹°À½Ç¥, Win XP,  £¿  £¿  £¿  £¿  £¿
ºóÄ­»ðÀÔ, ¹°À½Ç¥ £¿ ºóÄ­»ðÀÔ, ¹°À½Ç¥ £¿ , ½½·¡½¬(Slash) £¯ ,,,,, (UTF-8)04 Sep 2010 05:56 GMT-
ºóÄ­»ðÀÔ, ½½·¡½¬ ½½·¹½¬ ½½·¡½Ã ½½·¹½Ã,    £¯  £¯  £¯  £¯  £¯
ºóÄ­»ðÀÔ, ¹°À½Ç¥ £¿
¹°À½Ç¥ £¿
ÆÄÀÏ À̸§¿¡ ³ÖÀ» ¼ö ÀÖ´Â ¹°À½Ç¥, Win XP,  £¿  £¿  £¿  £¿  £¿
Why is the first line of my <TD> indented?04 Sep 2010 04:57 GMT21
I am constructing a web page that is bibliography of recent
publications of members of my scholarly organization.  I decided the
best way to do this (I'm open to alternatives) was to make a table
with no visible border for each person (I want it to look more like a
Absolute DIVs not aligning consistenly on Horizontal scale04 Sep 2010 04:51 GMT4
So I've started working with Absolute DIV.
In the given link below, I've added a video to the site which it is
supposed to align perfectly with the bottom left-most edge of the Red
Ribbon.
How can eliminate "binary" data from an HTML file?03 Sep 2010 22:37 GMT20
A Unix mailer I use is complaining that I have binary data in a
particular html file and is refusing to mail it.
I looked line by line with wordpad, notepad, etc. but cannot find the
offending "data". (I realize that certain "binary data" may not be
questions about compressing web page downloads with Gzip03 Sep 2010 06:34 GMT16
I just read an article about speeding up web page downloads using
compression:
http://webdesign.about.com/od/speed/ht/website-compression.htm
The article includes the url of a compression test site:

CSS (view all ...)Last Post  Replies
Need some vertical shaded border help04 Sep 2010 08:13 GMT16
I'm trying to get a vertical shaded border going down the left and right
side of the table on the main page of my site, www.superseventies.com,
using an image like this: www.superseventies.com/main_bg.png
I was able to do it if I hooked up my css to the css for another site I
What is the ^= in  a[href^="mailto:"] ?04 Sep 2010 01:44 GMT5
Some years ago I found a "userContent.css" file someone had
put on his website.  It had a section
   a[href^="mailto:"]:before{
     color:            white   !important ;
Never use "px" ?03 Sep 2010 00:28 GMT71
Should one avoid *any* use of px pixels?
Should they be replaced everywhere by em or % ?
( I'm wondering about borders and padding and such little things.)
--  
Call for Book Chapters: RECENT TRENDS IN INFORMATION REUSE AND INTEGRATION By Springer Verlag02 Sep 2010 07:29 GMT-
(Please accept our apologies if you receive multiple copies of this
message)
CALL FOR BOOK CHAPTERS
Title    : RECENT TRENDS IN INFORMATION REUSE AND INTEGRATION By Springer
An EPOCH MAKING DISCOVERY if true - - Is this the reason we have Gravity?02 Sep 2010 02:16 GMT-
An EPOCH MAKING DISCOVERY if true - - Is this the reason we have
Gravity?
A correct theory of gravity will show us these four (4) things:
1. It will show us why gravity also acts like acceleration (principle
I give up...why is this footer being overlapped02 Sep 2010 00:19 GMT4
Please see http://realtybenefitsystems.com/testimonials.asp.  The text in
the footer is over the content.  This does not happen at
http://realtybenefitsystems.com/allen.asp or any of the other long pages.
Both the markup and CSS validate fine.  I am at a loss.

JavaScript (view all ...)Last Post  Replies
strange problem with external script04 Sep 2010 00:12 GMT13
Sorry if I'm doing something stupid, but I just can't understand what
I'm doing wrong...
I wrote a function in an external script, which is included in my page
with this tag "<script src="pythonic.js></script>".
onkeypress event  in <input /> tag04 Sep 2010 00:06 GMT2
I have the following:
. . . . . . . . . . . . . . . . . .
<input type="text" name="capt_var" value="    "  maxlength="10"
onkeypress="keystroke()" />
FAQ Topic - How do I log-out a user when they leave my site? (2010-09-04)04 Sep 2010 00:00 GMT-
-----------------------------------------------------------------------
FAQ Topic - How do I log-out a user when they leave my
site?
-----------------------------------------------------------------------
FAQ Topic - How do I download a page to a variable? (2010-09-02)03 Sep 2010 23:36 GMT1
-----------------------------------------------------------------------
FAQ Topic - How do I download a page to a variable?
-----------------------------------------------------------------------
Although `XMLHttpRequest` can be used to download
Giving focus to an INPUT control03 Sep 2010 23:28 GMT13
Given: <FORM><INPUT TYPE=TEXT></FORM>
... what is the minimum number of extra characters that need to be
added to get the focus given to the input field.
I've been in the habit of adding NAME= to the FORM and INPUT and doing
Accessing hardware03 Sep 2010 23:00 GMT16
Is it possible to control hardware from Javascript in a web
application in the same or similar way as Silverlight does?
Thank you

MS JScript (view all ...)Last Post  Replies
Calling a native DLL from JScript03 Sep 2010 21:53 GMT18
I'm trying to find a way to access a native .dll though JScript.   I'm
 developing in VS 2005 for a Win CE 6.0 IIS ASP JScript.   I've tried
to access the Server.CreateObject and It's not available in CE.  Does
anyone have a ideal of how to accomplish this with the subset of ...
Why isn't IE loading this mootools script?01 Sep 2010 15:23 GMT7
I'm using IE 8, but I've noticed this in older browsers.  If you visit
this page -- http://www.visitlasvegas.com/vegas/play/sports/schedule/,
you will notice that when you click on the "Next" arrow image on the
calendar, an AJAX call is made here
Reminder - Microsoft Responds to the Evolution of Community31 Aug 2010 19:21 GMT-
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
How do I call a Windows API function?23 Aug 2010 20:21 GMT12
I need to get the proceess identifier of the process that executes my
JScript.
This information is provided by the Win32 API function GetCurrentProcessId.
But how can I call this function from my .js program? I know, that I could
adults only... no kids please. wanna meet me, sex with me. come......19 Aug 2010 10:37 GMT-
adults only... no kids please. wanna meet me, sex with me. come......
just click.... start....
http://adultfriendfinder.com/go/page/reg_form_video_03?pid=g1250650-ppc
http://adultfriendfinder.com/go/page/reg_form_video_03?pid=g1250650-ppc
easy to fine a hot girl from your city,17 Aug 2010 18:38 GMT-
easy to fine a hot girl from your city,
just follow the girl....
http://adultfriendfinder.com/go/page/reg_form_video_03?pid=g1250650-ppc
http://adultfriendfinder.com/go/page/reg_form_video_03?pid=g1250650-ppc

MS VBScript (view all ...)Last Post  Replies
WMI03 Sep 2010 22:02 GMT4
Unsure to which group is the right for this.
I want catch windows event via WMI from a remote server.
on this server a mounted drive "K" exists.
Using this code..
hta: access denies on window.resize03 Sep 2010 21:39 GMT7
I'm writing this hta to transform values between km, m, hm, etc (but also litres, kg,
square metres)
In the window_onload sub I have the window.resize and window.moveto methods.  
Often (but not always) when I run the hta I have an "access denied" error on the line with
Force logoff after inactivity?02 Sep 2010 14:07 GMT5
having a wee bit of trouble convincing domain users to log off.
Can't use hours utility, due to the fact they come in all hours of the day.
screen saver would be the last and least desirable option
hints?
Twitter script (no API)01 Sep 2010 13:36 GMT1
I am looking for a script or how to develop one to update the Twitter
status (tweet) without using the API.
Thanks.
Regards,
converting string() to variant()01 Sep 2010 13:34 GMT12
I have a DLL that I call that returns a string() - I know this because I do a
VBScript test of typename and I also get 8200 when I do a vartype.  I cannot
modify this DLL at all.  Please, does anyone know how to convert from this
array of strings to an array of variants?  The ...
MSHTA.EXE starts invisible31 Aug 2010 07:06 GMT3
I'm running a set of vbscripts on different machines (XP and W2k). My
Problem is, that at the end of the process I want to see a hta, but
sporadicly the mshta.exe is running, but it's invisible. I can tell that's
it's working by watching the processlist and by provoking a ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©2010 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.