6,562 Topics
![]() | |
I wonder if anyone around could possibly help me ease up my stress that I've been having for the past 2 days in sorting out the CSS Horizontal drop-down menu. I've somehow managed to get the Vertical Pop-up menu along with its submenus ("leftMenu" in my code) but the Horizontal … | |
I'm building my very first CSS page & wonder if anyone around into it could possibly help me get the layout as seen in the attached file. Following are the codes that I've worked on for the whole Saturday afternoon & evening but still failed to achieve the EXACT result … | |
In the HTML, javascript + css forum someone told me that to make a download dialogue box pop up when a page is opened you can use the following script: [QUOTE]$file is the actual file (with the path included) $new_filename is the filename that you want to send to the … | |
Is It Possible To Use C++ With Html, It Would Be Verry Help Full In My Programing? | |
The probably isn't the parsing actually, I can't even get to that part yet. The webpage uses a different character set, "windows-1252". But even after setting the reader to use that charset (which exists in the system), I still get the ChangedCharSetException. [code] String link = "myurl.com"; URL url = … | |
Hi everyone, Is it possible to insert html into a styled document using the rtf editor kit? If it is possible could someone show me a simple example of how this is done Yours Sincerely Richard West | |
. The problem is I want to print a html document in landscape orientation. Actually we have 2 tables in a html form. The table contents are dynamic i.e we retrieved data from database using JSP and inserted into the table using HTML tags like <table>......</table>. Please any one help … | |
Guys I am trying to do the following in html can you please help :cry: I am having problems positioning images as follows [IMG]http://img230.imageshack.us/img230/5721/image5qg.jpg[/IMG] | |
Hi, Please guide me on brief details of HTML,PHP,CGI(Common Gateway Interface) and the difference between them. | |
I need to produce a 'report' from a whole bunch of different criteria used to generate the resulting document on the web. This will need to be printed to an A4 sheet, but here is the rub - I need to be able to control page breaks. I need to … | |
Hi ALL: I been created a <page-break-after:always> for page break purpose in printing HTML report in order to break the report. But unluckily i found that what i did is known as "hard coded". They want something called "Dynamic Page Break" so that when the report content can automatically fit … | |
[code] <html> <head> <title>frame and button</title> <script language="VBscript"> function sho(form) { //document.writeln("click click boom!"); //alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form > <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form);"> <input name="reset1" type="reset" value="clear"> </form> </body> </html> [/code] | |
Hello, I am trying to create a website, but I have ran into a snag, I can't get the images to display in the background using css. I have looked at some tutorials and did exactly what they said to do and it still hasn't worked. Here is what I … | |
<html> <head> <title>frame and button</title> <script language="Javascript"> function sho(form) { document.writeln("click click boom!"); alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form name="cosine"> <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form)"> <input name="reset1" type="reset" value="clear"> </form> </body> </html> | |
Here is a current page I am working on [url="http://www.russabbott.com/VERSION_2/tattoo.html"]http://www.russabbott.com/VERSION_2/tattoo.html[/url] I would like to change the color of the borders on my image links but cant seem to figure it out on my own. I'm sure its something easy that I am messing up. To do this with text, i … | |
Hi, does anyone know of any sites where I can read up on the defination, cause and solution of HTML dangling. Regards TetuGal | |
I would like to create a perl script which serves up an html page. Only one perameter needs to be passed to the script: something like [url]http://www.website.com/page.htlm?1234[/url] When a person types the above in their browser, they get a webpage. By typing in a differant number at the end, they … | |
So what is the difference between all the difference postions absolute, fixed, etc.. Can anyone give me a list of them and bit of explantion? Thanks | |
Hi I need some help for HTML for embedding checkList Box. How can embed CheckList Box on HTML Page using Java Script code. Thanks | |
I keep getting redirected while on Firefox. First the browser goes to yyy65.html, then it shows a random ad. Im sick and tired of it. Im usually fine with handleing viruses and malware. This seems to be beating me. [IMG]http://img502.imageshack.us/img502/4251/yyy4dc.jpg[/IMG] [IMG]http://img502.imageshack.us/img502/4792/winpro0lu.jpg[/IMG] Here is my HijackThis log: Logfile of HijackThis v1.99.1 … | |
I am doing a perl project for school in which I am using CGI.pm. I am a complete perl novice. With the following: [code] use CGI; $query = new CGI; print $query->startform({-action => "foo.cgi", -method => "post"}); print $query->p($query->textfield({-name => "bar"})); print $query->submit({-name => "action", -value => "submit"}); print $query->endform(); … | |
Alright still kind of new to CSS. Could someone take a look at the following link on Firefox and then IE. Firefox is almost right IE is no where close. I want the border on the sides of the main table to span 100% of the page, IE it only … | |
I want to make a list where the list is complexly aligned against the left hand side. Here is an example code snippet that I am using, I put the list inside a black table so you can see the gap. How do I get rid of them? [IMG]http://dems.brangle.com/list.jpg[/IMG] [html]<html> … | |
I'm having problem loading a java gui into a html page as an applet. I believe the problem is the init method. this is the first time i've had to make one and i don't think i did it right. here is my java code: [HTML]code[/HTML] package gui; import java.awt.*; … | |
Hi i have a problem since 2 days windows are popping up every minute [B]example[/B] [url]http://e.rn11.com/adbuys/a405-admed-ron[/url] of urls ending @ [B]/yyy34.html [/B] like [url]http://www.searc-h.com/normal/yyy34.html[/url] or [url]http://www.your-deal.com/normal/yyy34.html[/url] i've done nothing special or strange due to downloading or surfing i read a few articles and ive included my hijackthis log... i hope … | |
If I use form default "grey submit" button, I can define value like: <input type="submit" name="button1" value="submit"> However if I use image instead of "grey button", how can I define value? <input type="image" name="button1" src="img1.jpg"> As I have multiple submit image buttons, so I need to submit its own value … | |
Ok, I am trying to get a CSS file to work with my website but it won't load when I goto my page. All it really does is change the color of some of the text but nothing is happening. I've uploaded it to the server and is in the … | |
Hey, I'm having some issues with my background images in a page I'm making. I basically have two background images, left border and right border.. and I'm trying to make them repeat in the y direction and fill up 100% of the page. Seems simple enough, but it's not working.... … |
The End.