| Subject | Date Asked | Expert |
|
| .a solution! | 11/20/2008 | Andrew Hoffman |
Q: I have made a fake google,Just for fun.- http://gaurav09.tk/ In the search bar,the default value is ... A: -- one think that i wanna ask is the meta charset was UTF-8 but the code u gave has iso-8859-1 ...
|
| .a solution! | 11/18/2008 | Andrew Hoffman |
Q: I have made a fake google,Just for fun.- http://gaurav09.tk/ In the search bar,the default value is ... A: Gaurav, run this code in any browser to test this solution. Basically, you want to add this to your ...
|
| Click to play sound | 11/3/2008 | Andrew Hoffman |
Q: Well I am trying to make it so that on my website when a visitor clicks on a picture, it plays a ... A: This tutorial, though long, is the best I've found. It takes you through each step of the process ...
|
| onMouseOver Link | 7/5/2008 | Andrew Hoffman |
Q: Hey, I'm designing a website and haven't really used Javascript a lot. Anyway, what I've been ... A: Try this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
|
| How much longer will XP be available? | 6/18/2008 | Jim Stiles |
Q: I have a simple question that I thunk you can help me with. There was a scare last year that XP had ... A: The good news is Microsoft extended the life cycle for Windows XP. The bad news is the last date you ...
|
| DHTML,CSS | 6/4/2008 | Andrew Hoffman |
Q: I work as a web designer/developer for a marketing company and I've been tasked with trying to ... A: I'm assuming you want to stay away from Flash, but if you know PHP or ASP, there are some free ...
|
| CSS Flyout Rollver Menu..possible? | 5/7/2008 | Andrew Hoffman |
Q: I was wondering something...I have a rollover menu that I created in Dreamweaver: ... A: I think this will suit you very well. Pure CSS using no JavaScript at all. ...
|
| Difference | 4/20/2008 | Andrew Hoffman |
Q: Difference between html and dhtml A: HTML Here, we're dealing with markup alone--markup being the tags that make up this language: ...
|
| Share data on a web page? | 3/10/2008 | Andrew Hoffman |
Q: I call prospects and qualify them on the phone then pass them along to my client, a debt settlement ... A: Michael, It's funny you're asking me this, because I'm actually building something very similar for ...
|
| Modifying selector text for CSS rule using JavaScript | 3/1/2008 | Andrew Hoffman |
Q: I went past the last hurdle with your help and got stuck up again at the very next one :-(. This ... A: Parag, I don't answer questions involving external frameworks or toolboxes, but can give you a few ...
|
| Union/Intersections of styles | 2/29/2008 | Andrew Hoffman |
Q: I have a question related to CSS which I'm not sure is valid or not :-). So I guess I will hit the ... A: This may be a way to simplify your stylesheet while still getting what you want: div { display: ...
|
| CSS Menu?? | 2/19/2008 | Andrew Hoffman |
Q: I was wondering if you could answer a CSS question for me. I found a cool horizontal css menu: ... A: Allie, I'm not certain what this will do to Firefox Mac, but try adding the following CSS properties ...
|
| summerize css definition | 12/31/2007 | Andrew Hoffman |
Q: I have a page, which I want to use tabs on it. I've designed tabs with CSS, with the following style ... A: .tab1,.tab2,.tab3 { position:absolute; top:105px; width:100px; padding:4px; text-align:center; ...
|
| Removing Frames | 9/8/2007 | Andrew Hoffman |
Q: My web page has two frames a search navigation frame across the top and the results content frame ... A: If you're removing one frame, leaving only one other frame, why wouldn't you want both frames gone? ...
|
| Removing Frames | 9/5/2007 | Andrew Hoffman |
Q: My web page has two frames a search navigation frame across the top and the results content frame ... A: I'm assuming you have a basic understanding of JavaScript. Just make sure to place the function ...
|
| searching..... | 7/30/2007 | Andrew Hoffman |
Q: OK... you know how you can go to a realtor website and do a search for exactly what you want? I need ... A: JavaScript or HTML cannot help you at all for this question. C++ is not really the right way ...
|
| visible/hidden | 7/26/2007 | Andrew Hoffman |
Q: I tried some scripts visible/hidden, diplay/none with div and table, but it work only in ie. In ... A: function show() { if (table.style.display=="none") { table.style.display=""; } else { ...
|
| form javascript and MSIE | 6/24/2007 | Andrew Hoffman |
Q: I have a problem here, than I can't solve. The following code works fine on Mozilla-based browsers, ... A: Replace the javascript:void(0) with a # symbol, like this: a href='javascript:void(0)' ...
|
| Union/Intersections of styles | 6/18/2007 | Andrew Hoffman |
Q: I have a question related to CSS which I'm not sure is valid or not :-). So I guess I will hit the ... A: Parag, Would you be able to upload a sample page for me to look at? This way, I could tinker in a ...
|
| DHTML | 6/9/2007 | Andrew Hoffman |
Q: How can we prove that in a web page DHTML has used? A: We can tell DHTML is being used in a web page by looking at the behavior on that page. For example, ...
|
| horizontal rule tag causing additional white space | 5/22/2007 | Andrew Hoffman |
Q: Unfortunately I found out the hard way that <hr> property is interpreted differently by most ... A: I've had this happen too, and zeroing out the padding and margins doesn't seem to solve this problem ...
|
| bookmark in iframe | 5/15/2007 | Andrew Hoffman |
Q: I have place a small calendar in a iframe with bookmark to go from one month to another. The ... A: Unfortunately, this is the nature of how the anchors work. The way you have it set up doesn't ...
|
| Dropdown box | 4/12/2007 | Andrew Hoffman |
Q: Do you know any way to create on web Dropdown box, to use it as a select value from predefine list , ... A: Try this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
|
| Dropdown box | 4/11/2007 | Andrew Hoffman |
Q: Do you know any way to create on web Dropdown box, to use it as a select value from predefine list , ... A: I started with this example and modified it to accept user input (for custom <option>s): ...
|
| Mouseover Image Rollover Pop Up Menu | 3/31/2007 | Jim Stiles |
Q: I like your menu. Is it possible to put more than one Pop up menu on a page at different positions. ... A: It would be extremely difficult to do so because of the javascript object class requirements. I ...
|
| How to display Excel file inside Internet Explorer 6 ? | 3/16/2007 | Andrew Hoffman |
Q: How to display Excel file inside Internet Explorer 6 ? Thanks, lzzzz A: Unfortunately, I don't have a great answer for you. I found this bit of code which "should" work if ...
|
| Form Validation | 3/13/2007 | Ernesto de Lara |
Q: I work with Dreamweaver and have used it's form validation feature which works fine but it a quite ... A: Yes, you do need some coding to do that. Hopefully it is not very complex. It is done with ...
|
| Hyperlinks control | 2/12/2007 | Andrew Hoffman |
Q: I have a webpage that has a hyperlink to an mp3 file, when clicked it starts playing the mp3 file. ... A: I'm by no means an experts on web audio, but this link seemed very informative: ...
|
| style="border:none" and style="{border:none}" | 1/29/2007 | Andrew Hoffman |
Q: The following style is using the curly brace, is there different if I don't use the curly brace like ... A: I've never seen the curly notation for inline styling. This is correct: style="border:none" ...
|
| javascript | 12/19/2006 | Andrew Hoffman |
Q: FYI...I had a firefox extention called Noscript that by boyfriend installed on my computer. I ... A: Weird, I never received this question in my email. Sorry about the delayed response. I noticed the ...
|
| Using DHTML in Publisher 2003 | 12/11/2006 | Andrew Hoffman |
Q: Trying to copy and paste DHTML code for "dissolving text" from www.dynamicdrive.com into my ... A: I'm not familiar with publisher. I suspect that you're in design view which shows the results of ...
|
| Extending layout width | 11/26/2006 | Andrew Hoffman |
Q: I have set new width for blog = 465px, without changing other elements. But my blog is still ... A: Try floating the #sidebar right and changing #blog width to 441px. Before, you had both elements ...
|
| type= | 11/10/2006 | Andrew Hoffman |
Q: That make the Browse button not working as well, any idea? Thanks lzzzzHi, How can we enfore user ... A: Ah! Since installing IE7, I've neglected my IE6 testing. It looks like my technique works in ...
|
| type="file" and readonly | 11/10/2006 | Andrew Hoffman |
Q: How can we enfore user to click browse button instead of manually typing a file path? I've tried ... A: lzzzz, Try the following. It's not full-proof (if JavaScript is disabled), but it's better than ...
|
| Word in browser | 11/9/2006 | Jim Stiles |
Q: I read your answer on how to open a Word document in the browser using iframe. I tested and it ... A: The open/save dialalogue box is a security feature of Word. The only way to disable it is from the ...
|
| difference between html &dhtml | 11/3/2006 | Ernesto de Lara |
Q: what are the differences between html &dhtml?describe in points. A: html is the basic language to make web pages. dhtml uses language resources such as style sheets ...
|
| not controlling the width? | 10/27/2006 | Jim Stiles |
Q: I use the <td width="15%"> to control the cell width, but it will become longer if the cell's ... A: When using percentage values for tables and table cells (td's), the table will always use the ...
|
| Javascript question | 10/5/2006 | Andrew Hoffman |
Q: I need to pass data (sometimes > 10k) between web pages in Javascript. For small sizes (< 2k), I ... A: What about session variables? PHP and ASP both have their respective approaches with sessions, and ...
|
| table attributes | 9/15/2006 | Andrew Hoffman |
Q: whenever i create a table in html like this <table cellpading="0" cellspacing="0" border="0"> ... A: Not all of the attributes can be replaced, but CSS does help. Read this article for a better ...
|
| mouse over | 9/15/2006 | Ernesto de Lara |
Q: i want to change the background and border color of a <td> with a css can u plz tell me how i can do ... A: This is the esence of dhtml and is used javascript to do it. First, you will need an object in your ...
|