10,650 Topics
| |
i have got a div with width=600px, but when i put some text inside it, it exceeds the 600px size instead of breaking up and continuing on another line. i inherited this code and first though maybe it was the positioning declared in the stylesheet or because i dont have … | |
Anyone had someone design them a custom flash video player for their site? If so who did it and how much does it run? I am looking for someone to do this for me. | |
I am new to pseudocode and completely computer science idiot ! need help urgently for answers for following questions: 1.) Design an algorithm for finding all the factors of apositive integer. For example, in the case of the integer 12, your algorithm should report the values 1,2,3,4,6, and 12. 2.) … | |
How can I make OnMouseOver effect apply in a whole <div> like whenever the mouse is over that div it does something. | |
Hi, it's my first time to be here, and i got question that had bothered me around for whole week. Does someone know that what is the best IDE to develope the following map application? [url]www.onemap.sg[/url] Where to get map? Draw it by myself? Sorry for i'm newbie and got … | |
I have a code in .css file: [CODE] .... body { background: red; font: 70%/1.5em Verdana, Tahoma, arial, sans-serif; color: #777; margin: 15px 0; } ... [/CODE] In the html file, there is a form: [CODE] <body> .... <div> <form> <table> <tr><td>name</td><td><input ..../></td></tr> <tr><td>address</td><td><input ..../></td></tr> </table> </form> </div> .... </body> … | |
Hi, I have 2 style sheets for my site. One is for small screen and the other is for large screen. Here is the code. [CODE]<script type="text/javascript"> if (screen.width >= '900'){ document.write('<link href="main.css" rel="stylesheet" type="text/css" />'); }else {document.write('<link href="small.css" rel="stylesheet" type="text/css" />'); } </script>[/CODE] What I want to do is … | |
Im making a google map, and ive been looking at other sites maps and saw something I like here: [url]http://www.northstar.co.za/index.php/site/contact-us/[/url] At the bottom of the map they have that darkened bar with the 'view larger map' action in it, how would I add this to my map? I looked at … | |
Google Maps Directions in infowindow Take a look at the link below. Click on one of my markers in the map. Inside the info windows I would like to have “Directions: To here - From here” feature in it. Thanks in advance for your assistance. [URL="http://www.crucialdesign.net/diningguide/test.html"]http://www.crucialdesign.net/diningguide/test.html[/URL] | |
Hello Everyone, I am struggling to print a page in landscape. The reason behind to print in landscape was that, the table has many coulmns or anything else can be done besides printing in landscape?. Is there any statement in html to server the option of [U]fit in page[/U] in … | |
Hi, what's wrong with this code? Now disappear background and div after this code show incorrect. [CODE="HTML"] <html> <head> <style type="text/css"> #first{ width: 200px; background-color: #345752; } #left_b{ background:transparent url('img/left.png'); background-position: left top; background-repeat: repeat-y; } #right_b{ background:transparent url('img/right.png'); background-position: right top; background-repeat: repeat-y; } #text{ float: left; width: 50px; … | |
Does anyone know if there is a way to embed an executable in a web page to run in that web page. This would be a client side page. Here is what I want to do. I am a systems admin (not a web dev even though I know just … | |
I'm sure this question has been asked before, but a quick search on google and on here did not yield results so I thought I'd just ask: Why does Internet Explorer/Microsoft ignore web standards? Is it that hard to keep track of the current web standards and make IE compliant? … | |
This has me extremely frustrated. All my pages look fine in every browser EXCEPT Internet Explorer. For some reason, IE keeps moving my text to the right. Grrrr. Here is an example: [url]www.valleyafs.com/resources.htm[/url] I'm hoping someone can see what I've done wrong with my code, but any help is appreciated. … | |
Hi, I'm about finished with my first website. Everything works in firefox and IE except that the horizontal scroll bar appears in IE. I set the overflow to hidden and it works except I lose the verticle scrollbar in firefox, any suggestions? Also, I should be testing with Safari soon … | |
| |
Hi, I need three tables (div). The left and right sides of the occupied 50% of the free window. The center is fixed. Everything seems fine, but right down to jump off the table. [CODE="HTML"] <!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" lang="en" xml:lang="en"> <head> <style type="text/css"> … | |
Hello, my code structure is simular to this, div has some classes. But I want within them to put anything that will apear behind the content a background. And I want it to be in fixed location <div> <div> content </div> </div> I tried doing this <div> <div> <table> <td … | |
could u please tell me about action script i wanna learn flash action script from where i can learn from begging please tell me.............. | |
HI GUYS.Am trainning to center my form in the middle of my html page but I have failed.Can any one help? Below is my code......... <html> <head> <title> Rich Trials </title> </head> <body> <form name=""> username: <input type="text" name="username" /> <br /> password: <input type="password" name="password" /> <br /><p> <input … | |
I was watching a video on vector masks in Fireworks which displayed the ability to scale gradient masks with great simplicity. Unless I am missing something whenever I want to change a gradient mask in Photoshop I undo and redo the mask. Being able to simply scale the mask to … | |
Hi All, Actually i am sending motivational email to my friends every day. its customized HTML Templates, But what happen, in that templates i used some images, its working in my browser. but my friends are using IE and Firefox, in that also images are not display. its showing only … | |
hi I have to create ad in which 5-6 images will change in fixed time interval and for that i want to know how to create animated gif image in photoshop. pl. tell the steps to create the animated gif image in photoshop | |
I am currently trying to edit a page that has a bunch of links on the page. All of them are in tables and are supposed to turn a dark gray color and then become darker one they become visited. However, they show up like normal links. (Blue) The page … | |
This is something I've always had a problem with but never asked about... If I am floating two columns via div tags, one left and one right (such as navigation on the left column and main content on the right), Then I have two more things floating inside the right … | |
I'm facing technical difficulties. I can't get position:relative elements to overlap. At the time, I need to center a <div>, and have an image overlapping that, and an image overlapping that. Could you please send me some test code, with 2 image CSS definitions? One overlapping the other, with different … | |
Hi, Im new to CSS and have watched a couple online vids, but I have run into a problem that I can't seem to fix. My menu displays fine in IE 7 and 8, but the background color disappears in Firefox. Any suggestions? Sorry if my code is messy. I … | |
I have had so much problems with position: relative (especially regarding any divs that come after it) that I'm starting to think an overall rule is to keep with static and use margin to move things around when at all possible and use relative when you need it for negative … | |
I have a flash site I'm building, the only problem I'm having is the carousel I have for it does not stay on the frame its supposed to be on. I.E. I click on the link to the carousel, and it pops up and works normally, however, if I click … | |
Hi, I have a simple page created by Microsoft Word 2007. It consists of an htm file and a folder which includes images. Firefox cannot load the images while other browsers can. Do you have any idea about the problem? Thanks, Yassar |
The End.