| Subject | Date Asked | Expert |
|
| Drop down menu needs css correction in IE | 6/26/2009 | Andrew Hoffman |
Q: I created a drop down menu. It works fine in Firefox, but I have a little problem in IE. When you ... A: Jeff, Without seeing the page in action, it's difficult to give you the exact answer. However, you ...
|
| Question for Andrew | 6/21/2009 | Andrew Hoffman |
Q: I was wondering if you could help me. Firstly, thank you so much for all the information at ... A: I don't think you're that close to success going this way. Please try this out instead: ...
|
| Javascript question for Jim | 6/21/2009 | Jim Stiles |
Q: I was wondering if you could help me. Firstly, thank you so much for all the information you provide ... A: I would probably place your image map inside a div. Then, show/hide the div using javascript. I have ...
|
| Javascript Question... | 3/30/2009 | Andrew Hoffman |
Q: Got from www.dymanimdrive.com. My web address is http:/hwc.ccc.edu/creativeaging. Address of my ... A: You're missing a '+' sign. Here's what you have: linkset[1]='<a href="lectureseries.htm">Spring ...
|
| animated GIF for a PDF download | 3/9/2009 | Andrew Hoffman |
Q: My question is that I have a free PDF ebook on my website that is 1.8 MB in size and it takes a few ... A: John, 1) Cannot be done. The white browser page is actually the PDF--there's unfortunately nowhere ...
|
| DHTML | 3/5/2009 | Andrew Hoffman |
Q: How do you make a mouseover in DHTML only work when passing over text rather than passing over the ... A: Harry, Next time, please look through your HTML before submitting a question here. Many duplicate ...
|
| DHTML | 2/27/2009 | Andrew Hoffman |
Q: How do you make a mouseover in DHTML only work when passing over text rather than passing over the ... A: Harry, There may be other ways to do this, but here's mine. I specify which elements I want to ...
|
| Dynamic Dropdowns | 1/13/2009 | Andrew Hoffman |
Q: I am new to web design. What I am trying to do is create a dropdown based on a one field database ... A: I don't have any VB experience, but found the following link. ...
|
| Dynamic Width based on Browser Window | 1/2/2009 | Andrew Hoffman |
Q: I have a site that has a top and left static navigation pane. Using JavaScript, I've been able to ... A: You probably forgot to add "px" after the desired height or width value. Without it, the dimensions ...
|
| web programming languages | 11/21/2008 | Andrew Hoffman |
Q: Would you please take a time to tell me which programming language is currently(and of the times) ... A: Henok, This is a really subjective question, as all my colleagues would give you a different ...
|
| .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 ...
|