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

Questions Answered By Expert  Andrew Hoffman 
In Category  DHTML

SubjectDate Asked

Drop down menu needs css correction in IE6/26/2009
  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 Andrew6/21/2009
  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...3/30/2009
  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 download3/9/2009
  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 ...
DHTML3/5/2009
  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 ...
DHTML2/27/2009
  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 Dropdowns1/13/2009
  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 Window1/2/2009
  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 languages11/21/2008
  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
  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
  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/2008
  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/2008
  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" ...
DHTML,CSS6/4/2008
  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
  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/2008
  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
  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/2008
  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/2008
  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
  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/2007
  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/2007
  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/2007
  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
  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/2007
  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/2007
  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/2007
  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/2007
  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/2007
  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/2007
  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/2007
  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/2007
  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): ...
How to display Excel file inside Internet Explorer 6 ?3/16/2007
  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 ...
Hyperlinks control2/12/2007
  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
  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/2006
  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/2006
  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/2006
  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
  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/2006
  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 ...
Javascript question10/5/2006
  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/2006
  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 ...
qustion about CSS class9/13/2006
  Q: I am a little confused about CSS class, with the following two definition, my undestanding is the ...
  A: You're right in how you think about classes: td.label matches with: <td class="label"></td> but ...
Implementing DHTML menu into own image9/2/2006
  Q: My images are all different. Is it possible to set each image to each of the menu content? Or am I ...
  A: Camila, remember my first response? If you check out the code on my site, you'll see the CSS set up ...
Implementing DHTML menu into own image9/2/2006
  Q: I need a menu that will give me two levels since some of my content will need a submenu to it. How ...
  A: A few more links: - http://csscreator.com/menu/multimenu.php - ...
Implementing DHTML menu into own image9/2/2006
  Q: I have a website that have just been made for our school's assocation and I have a question about ...
  A: Hey Camila, Instead of using DHTML for navigation, an inaccessible choice for people with ...
follow-up question: div display a scrollbar?8/27/2006
  Q: It works! what a magic! Do you know why "Instead of '%' for height, use 'px' or 'em'" ? Thanks, ...
  A: Percent can be tricky, because when you say, div { height: 10%; } you have to ask yourself, 10% oh ...
div display a scrollbar?8/26/2006
  Q: I've tried to let div display a scrollbar when the table inside it become bigger, but the following ...
  A: Instead of '%' for height, use 'px' or 'em'. Also, set overflow: auto on the containing div, as in ...
Removing frames from my website7/11/2006
  Q: Thats seems to be perfect for what i need. I have tried it and not sure if i am doing it right. I ...
  A: John, I just went to the site, and this is what i did to use the code properly. 1) adjust layout ...
Removing frames from my website7/10/2006
  Q: I created my website some time ago with frames, one on the top left and middle. What i am trying to ...
  A: Well, I believe you've got some good and bad news on your hands. The bad news is that you should ...
Adding hyperlink to answers5/19/2006
  Q: I have been answering questions on allexperts.com relating to patent, trademark and copyright law. ...
  A: As there is no standard site utility for this, I played around and discovered you can add inline ...
Hi, then, can I define...4/18/2006
  Q: then, can I define a class inside the class attribute like this, <a ...
  A: lzzz, Run this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
4/18/2006
  Q: I am trying to do this, <a style="color:black;cursor:hand;a:hover{text-decoration:underline;}"> ...
  A: lzzz, I'm not sure what you mean by not using class, but here are the facts. You can't set a hover ...
JavaScript3/25/2006
  Q: Question_1: How can I initialize the print function in JavaScript for a printable page, so that the ...
  A: You won't be happy with any of these answers despite them being accurate. Question_1: How can I ...
Table rows does not display3/22/2006
  Q: Can using the !important rule make any difference? .show { visibility: visible !important ; ...
  A: You can use important! for on multiple properties within a selector, altough browsers sometimes ...
Table rows does not display3/18/2006
  Q: I am using an html form with more than 60 fields to collect monthly data from our clients. The ...
  A: Other than changing the quotes in the echo statement from double quotes to single quotes, I'm not ...
button with link3/1/2006
  Q: I would like to use some buttons just like in form instead of text link on a Webpage. Is it ...
  A: Carmen, Please run the following example in a browser. It should help you understand how to do ...
landscape orientation2/28/2006
  Q: I am working on the ASP based application, and not very familiar with advanced HTML and CSS. So i ...
  A: I believe that you cannot do this because the page setup utility is not able to be accessed from ...
When I put a image file with hotspots on a html page,11/24/2005
  Q: When I put a image file with hotspots on a html page, only the border of the whole image becomes ...
  A: lzzz, The blue border you see around the images is the default border around a linked image. The ...
Detect Bowser Page Set up11/5/2005
  Q: In one of my applications I'm offering a printer friendly page. The problem is the default page ...
  A: Instead of using JavaScript to detect default page settings (which is not possible to detect during ...
Data Driven Web Page9/12/2005
  Q: I'm using FrontPage 2003 and Access 2003. Also, I'm creating web pages that'll live on local network ...
  A: 1. What possibilities are there to create a web page based on database information? I'm assuming asp ...
dynamic and continous animation7/22/2005
  Q: this is Peggy from Berlin having a hard time creating an animation. As can be seen in an excample on ...
  A: Peggy, Sorry to have taken so long to respond. This is the best I could do for you. It's far from ...
iframe and marquee in mozilla7/15/2005
  Q: Sir, Following is the code written inside table cell. It shows me the correct page size and properly ...
  A: After testing different ideas for the last hour, I'm left with the conclusion that this can't be ...
CSS style7/15/2005
  Q: i need the hyperlink or reference where i got the tutorial on CSS style Sheet
  A: I would follow this one through first: http://codepunk.hardwar.org.uk/bcss.htm Then I would go ...
using onmouseover to hyperlink7/5/2005
  Q: Sorry to pester you again, the modified script you sent me works but it's not what i need to happen. ...
  A: Paul, Now I understand what you're asking. Have a look at this link: ...
using onmouseover to hyperlink7/5/2005
  Q: I also need the link to open in a different frame (_main), the link is not to a web page or site but ...
  A: You'll have to change the dimension parameters to match the image you're using. This is a minor ...
using onmouseover to hyperlink7/4/2005
  Q: The following code makes the picture "jaglogo.gif" fade out on mouseover and then restores the ...
  A: I just added this in the within the body: <body> <p>Links</p> <p><img border="0" src="ah.gif" ...
Program fails when copied6/24/2005
  Q: All Experts Having a problem with the following Amortization script ...
  A: Harry, The coder failed to include the entire Javascript file necessary for this thing to work. ...
Centering 6/21/2005
  Q: I have tried everything but I can't get it to work. This is the best I have come up with but it ...
  A: Josh, I'm not sure from your question what exactly you're trying to center. If you're trying to ...
.jpg visible when overlapping an .swf6/20/2005
  Q: I have made two seperate movies and want to connect them in the html by having an image like a ...
  A: Josh, For some reason, code doesn't make it to the archived section--must be a security measure I ...
What is the difference between 'Style attribute' and 'Style property'?6/14/2005
  Q: one more question :) What is the difference between 'Style attribute' and 'Style property'? ...
  A: Have a look at this tag. Here's how I think of it: <img src="some_img.gif" title="an imiginary ...
I display a text file inside an iframe as follows, if the line inside test.txt is long, I want to wrap it, how to do that?6/14/2005
  Q: I display a text file inside an iframe as follows, if the line inside test.txt is long, I want to ...
  A: lzzz, The answer is to not use a text file without some sort of container around it. The reason ...
How can we display a word document right inside IE browser, not launching word program separately?6/9/2005
  Q: How can we display a word document right inside IE browser, not launching word program separately? ...
  A: lzzzz, Run this google query: reports filetype:doc If you click on any of those returned results, ...
Cascading Style Sheets support in various browsers6/3/2005
  Q: We have a web application designed to run with Interner Explorer. We apply styles through ...
  A: 1. Q: The background image applied for table cells through CSS class, is not appearing. ...
Why does the following CSS not work even I put pseudo class in the right order?5/27/2005
  Q: Why does the following CSS not work even I put pseudo class in the right order? ...
  A: First, What exactly isn't working? I would really need to see your markup as well. However, I see ...
Radio Button and Combo box5/25/2005
  Q: 1) i want to set the font for the radio button using style sheet. How can i do it? 2) i want to set ...
  A: Balaji, This example will answer both of your questions. Simply copy and paste it into an html ...
color of arrow in select tag5/23/2005
  Q: I want to be able to change the color of the down arrow in the select tag. If at all possible I ...
  A: As far as I know, the properties of arrows in navigational elements like <select> are operating ...
Why does the first style use colon, but second use dot?5/17/2005
  Q: Why does the first style use colon, but second use dot? -------------------------------------- 1) ...
  A: There are some problems with this code that need to be addressed before answering your question. ...
Style Display = None Yields Blanks.5/9/2005
  Q: I am setting style display to none, and am getting 'blanks' instead of 'nothing'. Here is my ...
  A: I'm not quite sure what you meant. Here are the problems I noticed with your code. They are all ...
i just wanted to turn a single...3/20/2005
  Q: i just wanted to turn a single document into HTML format? is it really neccessary to get into ...
  A: Different email clients seem to have different policies on what they will/won't display in the body ...
Jump Menu problem3/3/2005
  Q: The CSS rule does not help out me. Please see some other solution. The id=Layer3 and z-index=9999. ...
  A: Shalini, I'm sorry that I didn't get back to you sooner, but I've been extremely busy the past few ...
Jump Menu problem3/3/2005
  Q: I am a Web Designer. I am facing a problem in DHTML in a site called www.hyperstrings.com. Here i ...
  A: Shalini, Here's one idea that could serve as a quick fix. In your html, you have the "success ...
script to calculate2/26/2005
  Q: I want a script to calculate for my site (htm - my server don't support asp) Details: My variable ...
  A: This should do the trick. Copy -> Paste -> Run Andrew <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
window.stop() not working in IE?2/14/2005
  Q: How can I simulate stop button in IE6? Actually I want to stop file uploading, do you have a better ...
  A: Hey lzzzz, It would seem a better solution would lie in ASP somewhere. Unfortunately, I'm not a ...
About Links2/11/2005
  Q: Here is simple question. I want that links on page without underline and onmouseover change color ...
  A: Here you go, Abdul. Andrew --------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
HTML2/5/2005
  Q: Do you know how to add additional spaces between text in HTML? I have no problem in generating text ...
  A: Linda, No JavaScript is necessary for what you want to do. The character entity,   ...
Which one is best ?2/2/2005
  Q: how u doin? hope u all happy .. i have a question 2 ask ... which one is the best 2 design a web ...
  A: I'm finding your question sort of unclear. HTML is a language , not an application. FrontPage is ...
Introducing Tabs in a frame2/2/2005
  Q: CAN I REFRESH INDIVIDUAL LAYERS IN A FRAME KEEPING THE REST AS IT IS? Description: I need to ...
  A: Saurabh, Why don't you build something that contains an <iframe> in the middle of the screen with ...
Differences between a, a.small AND a.small:hover ?1/21/2005
  Q: I saw css codes as follows,could you please tell me what a, a.small and a.small:hover mean? ...
  A: First, you need to be certain of the link order you use. The correct link order goes like this: ...
What is the difference (including syntax) between using style attribute and applying a class?1/20/2005
  Q: What is the difference (including syntax) between using style attribute and applying a class? ...
  A: Using style is something you should avoid. The reason is that we are trying to fully seperate style ...
how to define a css class?1/19/2005
  Q: how to define a css class? I find the code as follows, does it define a class or custom class? ...
  A: First off, the property 'writing-mode' is a CSS3 property that is not yet available on current ...
Control style of iframe content through external CSS12/24/2004
  Q: I was trying to control the font of an iframe content from the parent window. I found a piece of ...
  A: Parag, I've put together an example for you that should help clear things up. You can access a ...
Search engine positioning.12/24/2004
  Q: I heard if identical pages are listed in the search engines under different domains that it can ...
  A: Richard, Here's a snippet of text straight from the W3C, the source on web standards and proper ...
Generating Outer Border.....12/2/2004
  Q: I am interested in developing a webpage that has similar functionality to the following webpage: ...
  A: First off, I apologize about the wait for this answer to get to you. The system was done all last ...
dhtml11/9/2004
  Q: Please: i apply the dthml code in a webpage but he did not respond. i want a "text shadow" by this ...
  A: You don't need DHTML to create a text shadow effect. You just need the right CSS for the job. ...
Dropdown menu gets cut by applet11/4/2004
  Q: Our Intranet site has a drop down menu at the top. Recently we introduced a horizontal scroller ...
  A: Thomas, I must congratulate you--you almost got me with this one! But after some testing, I've ...
Dropdown menu gets cut by applet11/3/2004
  Q: Our Intranet site has a drop down menu at the top. Recently we introduced a horizontal scroller ...
  A: I'm assuming span.dropbox is where all the pertinent CSS is happening that could possibly salvage ...
HTML No Cache11/1/2004
  Q: What I meant was, if a user has already viewed a page, and hence it will be in their cache and I ...
  A: Rod, Using this line (mentioned last message), <meta http-equiv="pragma" content="no-cache" /> , ...
HTML No Cache10/29/2004
  Q: "Hi Andrew, Please ignore my last question, my head was in the clouds. Is there anyway that I can ...
  A: Rod, I'm a little confused as to what you mean by: "once a page has been published" The no cache ...
Picture Links, Targetting10/9/2004
  Q: 1)Internet Explorer version 6.0.2800.1106.xpsp2.030422-1633 2)I'm trying to position picture links ...
  A: Tracey, I've put together a rather large example to show you some of things you can do by taking ...
Setting size of window9/24/2004
  Q: I have a few followup ?'s - 1) How exactly do I specify the resolution (800X600, for example) of a ...
  A: http://www.montanimals.com/Storage/css_site.zip 1) How exactly do I specify the resolution ...
Setting size of window9/23/2004
  Q: I'm pretty new to web design. My site is sarasotaurology.com. I'm trying to fix it so that the ...
  A: Tracy, I'll first address the issue at hand, but there are some other concerns I'd like to voice ...
MUSIC TAGS TO PLAY IN SEQUENCE9/19/2004
  Q: Greetings: Back in the good old days of DOS, I would create a Batch File, containing the titles of ...
  A: Mitch, Although this is sort of off topic, I'll guide you in the right direction. For some reason, ...
DHTML Tooltip9/18/2004
  Q: How can I display a tooltip for a <TD> on mouseover? Thanx in advance...
  A: Vijai, Try this out: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
turning 9/6/2004
  Q: How to turn <ul> into a logo instead of that typical symbol?
  A: Chow, This is not too difficult to do. Say we have this as our html ... <ul> <li>Item 1</li> ...
link code8/25/2004
  Q: I put in the space, but it still didn't work.I am using the code <a ...
  A: Here is a complete document that I successfully tested. Copy, paste, and try for yourself. ...
link code8/24/2004
  Q: I am using the code <a href="http://www.address.com"target="_blank">text</a> but when I view my ...
  A: If this is the exact same code you used in your page, you need a space between the last quote in the ...
simulate frames7/8/2004
  Q: I've noticed some websites which substitute DIV tags or TABLEs for frames. For instance, you click ...
  A: Greg, Here's one way to do it. Copy and paste it into an empty text file, save the text file as ...
Live Journal style overides html5/29/2004
  Q: I recently decided that i wanted my live journal (www.livejournal.com/users/sarah_daly) to look more ...
  A: Well, I'm not too familiar with how exacrly live journal is set up for users. For example, are you ...
Bug in Explorer 5, Mac5/25/2004
  Q: I'm building my first site in XHTML and "full" CSS. Almost everything seems OK when checked on ...
  A: Julie, I'm sorry it took me so long to get back to you. I am currently unable to gain access to ...
DIV LAYER cannot overlap on SWF Flash?5/20/2004
  Q: I have put embedded flash object on my webpage ================================== embed ...
  A: Gus, One thing DHTML does not do is provide any legitimate security. Now, you can disable certain ...
DHTML5/19/2004
  Q: Can u help me on dis question. For an appropriate ID explain the use of the following Dynamic HTML ...
  A: window.document.all['ID'].style.visibility Rume, This is a path to the property 'visibility.' Any ...
Poblems with a script5/16/2004
  Q: Andrew, I have included a script in my HEAD which drives a scroller later in my html BODY but, the ...
  A: Kevin, My best bet is that the style tag is being written to the same page twice and the duel ...
netscape vs. IE5/10/2004
  Q: Why do Netscape and IE display the same nested tables differently (Netscape shrinks it and displaces ...
  A: I really underestimated this question, because there's some behavior in the solution I came up with ...
Send Mail4/27/2004
  Q: My problem is about webpage programming : briefly i can say that i want to design a web page , for ...
  A: Vachik, First, I'm assuming that you're asking for a way to let users submit email to you using a ...
Layers4/19/2004
  Q: I am in the process of disigning a webpage and I am having problem with my layers. It seems that ...
  A: Kevin, When trying to access your css pages (the absolute urls between in <link ... />), some ...
HTML4/12/2004
  Q: How do I make the output from a web page display as soon as the programming language outputs the ...
  A: That's a rather interesting question. The way an HTML page outputs depends largely on the browser. ...
HYPERLINKS4/9/2004
  Q: How do I type a hyperlink to link to another web address? I would like to include this in my email ...
  A: "How do I type a hyperlink to link to another web address?" You will be directed to <a ...
I am outdated4/9/2004
  Q: The last site I created was 2 years ago when I used to love a software called Allaire Homesite, but ...
  A: To re-acquaint myself with current HTML I would go here: http://www.w3schools.com/html/ Also have ...
dhtmledit.ocx3/29/2004
  Q: Whenever I use web applications that reference the DHTMLEDIT control, instead of getting an edit a ...
  A: Tom, Your question seems to be related to an Active X control, which I'm totally unaccustomed with. ...
window.defaultStatus3/29/2004
  Q: Need to have defaultStatus not change when crossing a link. Thanks
  A: Please note my comments below. The kicker to this whole thing is that you need to return true on ...
sharing a variable in 2 html pages3/28/2004
  Q: I have declared a variable(declared in any possible ways, like javascript etc.) in one html page and ...
  A: Zaigham, Unless you are using frames, I don't know of--and don't believe there exists--a way to ...
detecting a link3/28/2004
  Q: I designed three flash buttons on a page. Clicking all of those lead to the same page. But at the ...
  A: This example does what you ask. Basically, you want to add some extra data to each of your links. ...
Movable element on a web page1/7/2004
  Q: I have designed a web site for our credit union and the page where I list the rates is located at ...
  A: Mike, I usually don't do what I'm about to do, but I figure there's no reason to reinvent the wheel ...
weird layout problem12/23/2003
  Q: i've thrown together this new design for a webpage my friend planned out but I've found a strange ...
  A: David, I was having many problems myself debugging this code. In IE6, it did behave as you ...
aplets12/5/2003
  Q: I am a cartoonist, and would like to create animation "effects" like I've seen on this site... ...
  A: Mike, What you're asking is actually a Java question (category ...
positioning11/16/2003
  Q: how can i change the position of a "paragraph" or a "table" dynamicly? i need to put 4 buttons that ...
  A: Sara, This should put you on the right track. Paste it and run it. Andrew <html> <head> <style ...
end of questions - part 211/9/2003
  Q: you said you like the W3C validator! grrh...i hate it...i have been trying to do a project (making a ...
  A: Hey Shani, What I've writted validates. I've made some adjustments to the code, though. What I've ...
remove frame using button11/5/2003
  Q: how are you doing? i would like to remove the frames on a page by using a button. For instance, ...
  A: Gary, I think this is what you are looking for: ------------------------- the frameset file ...
DHTML8/31/2003
  Q: I am about to start a short course with the open university, and it says that we should have leanret ...
  A: The first thing you need to do is to choose a text editor. This will allow you to write your html ...
Centering problem8/18/2003
  Q: I plan to make some changes to the format of the graph layout on my weather page. This could make ...
  A: Richard, I have several comments for you. First, I see why the titles don't line up with the ...
drag and drop in Netscape 7.07/18/2003
  Q: I have implemented some JavaScript drag-and-drop mechanism for my web application. You can click on ...
  A: I'm pretty new to the dragndrop world. However, this example works in Netscape 7.1. I've also put ...
CSS question7/2/2003
  Q: In the following line, there's a block of css code: <style type="text/css"> @media projection{ ...
  A: The @ sign specifies the media type for the style sheet. One can have multiple media types ...
CSS6/25/2003
  Q: I am trying to create a website that allows users to change the font of the website. An example ...
  A: Hey Veronica, Below is the script to do this. It's actually done with a combination of javascript ...
Menu5/5/2003
  Q: I'm looking for code to do the following for my website...I want to add a feature where...on the ...
  A: This should do the trick. It uses a little CSS, and a little JavaScript. You're in the right ...

All Questions in This Category

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.