AllExperts > DHTML 
Search      
DHTML
Volunteer
Answers to thousands of questions
 Home · More DHTML Questions · Question Library  · Free Encyclopedia ·
More DHTML Answers
Question Library

Ask a question about DHTML
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About Andrew Hoffman
(Top Expert on this page)

Expertise
I can field just about any question within this topic ranging from JavaScript to CSS, the two ingredients of DHTML. I`m very interested in the W3C and its validation rules for HTML, XHTML, and CSS, and enjoy answering questions of this type as well. I detest sleep and respond at all hours of the day or night.


Experience
Experience in the area
I've been working with DHTML and CSS for 7 years now and build/maintain websites of my own that implement DHTML navigation.

What I'm doing now
My contract with Microsoft has ended and I am working for myself once again. Please contact me for any front-end work at antibland@gmail.com

   

You are here:  Experts > Computing/Technology > HTML/XML > DHTML

SubjectDate AskedExpert

.a solution!11/20/2008Andrew 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/2008Andrew 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 sound11/3/2008Andrew 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 Link7/5/2008Andrew 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/2008Jim 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,CSS6/4/2008Andrew 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/2008Andrew 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. ...
Difference4/20/2008Andrew 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/2008Andrew 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 JavaScript3/1/2008Andrew 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 styles2/29/2008Andrew 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/2008Andrew 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 definition12/31/2007Andrew 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 Frames9/8/2007Andrew 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 Frames9/5/2007Andrew 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/2007Andrew 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/hidden7/26/2007Andrew 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 MSIE6/24/2007Andrew 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 styles6/18/2007Andrew 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 ...
DHTML6/9/2007Andrew 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 space5/22/2007Andrew 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 iframe5/15/2007Andrew 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 box4/12/2007Andrew 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 box4/11/2007Andrew 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 Menu3/31/2007Jim 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/2007Andrew 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 Validation3/13/2007Ernesto 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 control2/12/2007Andrew 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/2007Andrew 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" ...
javascript12/19/2006Andrew 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 200312/11/2006Andrew 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 width11/26/2006Andrew 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/2006Andrew 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 readonly11/10/2006Andrew 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 browser11/9/2006Jim 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 &dhtml11/3/2006Ernesto 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/2006Jim 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 question10/5/2006Andrew 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 attributes9/15/2006Andrew 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 over9/15/2006Ernesto 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 ...

Page:  Previous  | 1 | 2 | 3 | 4 | 5 | 6 | 7  |  Next      All


Questions by
Active Experts:
Andrew HoffmanJim Stiles 

Email this page
     
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2006 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.