11,821 Topics
![]() | |
I have 3 inputs in a form and i want to save the value of input3 as C:\My Documents\(input1)\(input2). I've tried using an <execCommand("SaveAs")> script, then use a <document.write(C:\...)> script, but the <document.write> script won't work. Can anyone help me? Please help, Bladerbole | |
![]() | Hi everyone, I am having trouble getting my container div to expand in height so as to fully contain my submenu div (absolutely positioned on left) within it. Currently, the container expands as text on the page content div (which is absolutely positioned on the right) grows. When the page … |
Friends, I need help with a vertical CSS menu. I am interested in a menu that can be found at [URL="http://www.cooper.com"]http://www.cooper.com[/URL]. It's a vertical menu with sub/sub elements. For example, click on 'Training' and see... Is that a pure CSS menu? Or any JS involved? Is it a dropdown menu … | |
If I have a css code like this: [CODE]body { color:#000; font-family:Arial; font-size:62.5%; padding:0; margin:0; } ul { margin-left:24px; } li { color:#ffffff; } #divID { height:50px; } #divID li { padding-right:10px; }[/CODE] Will the text in [I]#divID li[/I] borrow properties from [I]li[/I] and make the text white? | |
i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently working on the same and would appreciate your help. the client has given me 'mediacenter.swf' file which i decompiled using … | |
Hi friends , i m maintaing one site in weebly for Actor Ajith ....The site name is [url]www.ajithkollywood.weebly.com[/url] . The problem is All The news about the Ajith are in the same page .. i dont know how to put in seprate page ........for all news ........Please tell me the … | |
i have been learning fireworks 8 at the college. i was told to try it at home. since i have a copy of the latest cs4, i installed the package. but to my horror, there is no easy to use options in filter, no eye candy or other effects, is … | |
The home page is a flash movie for a site i created,when i use the w3c validation tool, it gives errors saying "invalid attribute "embed" ", "invalid attribute "scr" "; if i take of "embed" it does not work in Netscape. And also when validating shows error for the movie … | |
So I have this html code: [CODE] <div id="blog" class="grid_16_1"> <div class="blog_wrapper"> <span class="left_align"><h3>From the Blog</h3></span> <span class="right_align meta">Posted November 1st, 2009</span> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco … | |
Hi All, hopefully someone can help me out, I'm using the below code to try and play sound and switch image on rollover, works perfectly in IE but intermittently with broken sound on firefox and not at all on chrome(image swap works fine on all) I've already tried using an … | |
I'm having problem getting a container to expand when adding two DIVs that float left. The container would actually just not move behind the DIVs. Here's my code: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Example</title> <style type="text/css"> * { margin: 0px; padding: 0px; … | |
when i view an internal web page i have created in IE it doesnt do the same as it does in FireFox. I have an iFrame that loads a page by default that page has the two div listed below called to centre the text both vertically and horizontially and … | |
Hey, I am new to this site, and I have some problems with my website footer. It look crapy, not full size. Have any suggestions what it is wrong. Website [url]www.smilez360.com[/url] And Also what do you think about Header? | |
[URL="http://www.ibcfam.org/vistitor.html"]http://ibcfam.org/vistitor.html[/URL] Im trying to include a form from one page to the other for some reason it has been messing up the layout can you help please..... the include file is [URL="http://www.ibcfam.org/form.html"]http://www.ibcfam.org/form.html[/URL] thank you.. Also any feed back on the design would be cool too | |
I'm making a DIV that has two lines of text which are centered and vertically aligned with [I]line-height[/I] to make them appear in the middle. The problem is that I want the first line of text to have a font of 3.5em, and the second line 1.8em. I've tried to … | |
Is this possible? I'd really like to have a dropdown menu that doesn't rely on Javascript. Any help would be most appreciated ;) | |
Hi I am using Expression Web 2 and need to alter an existing website so as to display nicely on what I regard as a standard display size of 1024 x 768. It would have been better to start from scratch but it's a bit late for that now. I … | |
I have a div bloc with a height of 100px that wraps two div blocs. One of these wrapped divs has a height of 10px, while the other has no specified height. My intention is for "box2" (no height specified) to automatically adjust its height to fill up the remaining … | |
I was looking at some odd design stuff and ran across [URL="http://www.christiaanpostma.nl/index.htm?clock.htm"]this clock[/URL] - he used 120 clock works to create this clock. | |
I'm trying to see if there is a way to have my navigation bar follow the user as he/she scrolls down the page....I think it might have to do with JAVA, but I wanted to see if anyone knew a css trick first. HTML Code: [code] <div id="sidebar"> <ul class="sidenav"> … | |
[CODE]<html> <head> <title>Moultrie Technical College - Worth County Campus</title> <style type="text/css" media="all"> /* Ryan Blalock (ShoppingCart.htm) 10/29/09 */ body { background: transparent url(images/bg.gif) repeat left top; } table { color: white; width: 800px; margin-left: auto; margin-right: auto; font-size: 10pt; font-family: arial,helvetica,sans-serif; background-color: black; } td#header { font-size: 16pt; text-align: center; … | |
I got a little, well maybe stupid problem and I have had this before but I don't remember how to fix it link is [URL="http://breakpointer.servegame.org/Php/"]here[/URL]. When you press the login button idiotic red borders show up :S Here is code: Index .php [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … | |
Hi I'm trying to put this 800x60 banner image on my page, I succeeded to center it, but I don't want it to stay from above the menu on the left. So, lets say that this menu is 100px wide, then I want a minimum distance of 100px between browser … | |
can anyone explain me <fieldset><legend> tags briefly . I am not Good in HTML and CSS so can any one guide me please. | |
I want my 3 div boxes, added together, to fill the viewport size. Two of the div boxes (#top and #bottom) have a fixed height. I want it so that the #body div automatically adjust it's height so that the sum of the three divs = viewport size. #divtop + … | |
I have a table inside a div with height=100%(viewport). The also table has height=100%(viewport). However, I want one row to have a fixed height while other adjusts to the content. [CODE]<div style="height:100%;"> <table style="height:100%"> <tr style="height:10px;"><td>Header</td></tr> <tr style="height:100%;"><td>Header</td></tr> </table> </div>[/CODE] The problem is that the second tr also takes viewport … | |
I just spent several hours trying to figure out how to fix my websites appearance in ie7. I've found a solution, but I have no clue why it actually worked. I'm looking for an explanation if anyone has one. My goal was to have a fixed position div across the … | |
Hi I am unable to install the latest security update for Windows Net 1.1 or whatever. I don't know why I need this update anyway as I have Net 3.5 SP1 (why not SP2?) I am running XP Pro and have over a million files on a Dell 8200 vintage … | |
hello everyone ! .. I am Abhinab Roy. I am new to this Place and I am very glad to be here. I am pursuing a course called Diploma in Multimedia & Animation. I have a exam on 17th Nov. .. and I have a problem in Javascript. We have … ![]() | |
Hi I have made a site and I have tested it on the ie 7 and ie 6 . it seems good and it shows my web site good and without any praoblem , i have got a very bad scene in ie 6 and ie7 . I exactly uploaded … | |
Hi I had a "Div" element in a html page and also had input textbox and text inside it. I had the code like this HTML [ICODE]<div class="form">Username : <input name="textfield" type="text" id="textfield" /> <br /> Password : <input name="textfield2" type="text" id="textfield2" /></div>[/ICODE] CSS [ICODE].form{ width:90%; height:auto; float:left; vertical-align:middle; margin-top:10px; … | |
Hi everyone, I wonder if anyone can help me with this problem im having. I have a website which has a video page on it. We are using the flow video player which plays flv video files. I recently uploaded some videos all of them in flv file format and … | |
Hello I am planning to create a new website. I was thinking of using free templates. Heard a lot of reviews that they are not safe. Is is true? Someone please advice me on this. Thanks | |
Hello guys, I have a image on my static site. I want to load that html page along with that image but when a user click in that image area it tries to play a youtube video within that image area through flash. How can i accomplish that? Can anyone … | |
Can someone tell me how to limit how inwards width of my forums? Because Basically as you can see from [url]www.gearspro.com/forums[/url] that as soon as it is moved in the site looks a bit silly because the banner stays way across the page and the forums keeps reducing in width. … | |
how to give link to html page in flash. i want to give html link to animated image how it gives | |
there is 3 tab on tab nd after that there is one table which is in gray.after that tab there is little white line is showing height nd width is same but still when tab is active that white line appered there is programming also include.bellow is my code [code=html]<table … | |
I have a working code for a vertical navigation bar, but I want it to: 1). move along with me as I scroll down.... 2). keep it on the left side and not interfer with the textual information in paragraphs... here is my vertical navigation code: [code] ul#navigation { width: … | |
I am trying to incorporate an eot/ttf file named "steve.ttf"/"steve.eot" into a CSS, but I am seeing no changes being made. The font items are located in the same folder as the html document. Here is the code I am using: [code] @font-face { font-family: MyCustomFont; src: url("steve.eot"); src: local("steve.ttf") … | |
hello i have started learning action script and ive been trying to create a dynamic nav bar. the xml i have is [CODE]<home> <navLinks> <links>DESIGNER IN FOCUS</links> <links>EMERGING TALENT</links> <links>FASHION MENTOR</links> <links>E-BOUTIQUE</links> <links>FASHION JOBS</links> </navLinks>[/CODE] and i have found that [CODE]mainNavCont_mc.link01.linkTxt.text = "text in here";[/CODE] works to replace one dynamic … | |
Which all programming languages do I need to learn to become a webmaster? | |
how to give rollover image to a particular td? i want that rollover image to full td i was tried but it takes only that txt? | |
how do you transfer text from a text box on one to another on a diferent page of html program. text is name,phone,address ond so on | |
[B]I need help understand where to place (and how to create) [CODE]function calcPrice() { product = document.form1.prod; pindex = product.selectedIndex; product_price = product.options[pindex].value; quantity = document.form1.qty; qindex = quantity.selectedIndex; quantity_ordered = quantity.options[qindex].value; document.form1.price.value = product_price*quantity_ordered; }[/CODE]. I also need to know where to add the [CODE]onchange = "calcPrice()"[/CODE] event handler. … | |
Hi codemasters, I'm new to this forum and I already have a question which I'm pretty sure u will help me out to find a solution. I want to play a mc when the mouse is over. And when the mouse is out I want to rewind the mc. I … | |
Hi Folks;It is now two years I have been working as an IT Service and change analyst in international bank, On this two months, I have done CISM ( Certified Information Security Manager) exams and pass but I need an experience of 3 years as full Information Securiy Manager to … | |
Hey there, I'm getting ready to release my Beta version of a java project you've all been so helpful with. There is one problem though. I haven't the foggiest idea how to package the jnlp. Where do the compiled libraries reside? Are they part of a binary? What is launched … | |
HI i have a very important problem with my site .it shows very bad in ie and I don't know why ? i defined static width for the contents and tables but I dont know what is the problem ? by the way , it shows very good in othe … | |
hello, Can someone tell me how to put favicon and site name on the address bar with colored background on firefox like google.com? thanks in advance. |
The End.