6,558 Topics
| |
| Hi guys, I am using .css for a website and I am using divs to separate the header, middle and footer. Within the header there are various classes, one for the logo the other for the menu. It lines up OK in all browsers except IE, in IE there is … |
I have an image and i want to center it with margin: 0 auto; but it doesn't work so how can i center it in the top of the page ? | |
guys, i need some help here regarding on the appearance of my background image for my table. i tried to place the image already inside the folder "WebApplication1" where my project is located but the image still is not visible in my table. im using the Mozilla Firefox as my … | |
Hi there, Not sure how the best way of asking this is but i've been playing around with HTML5 and the audio tag. I've managed to get multiple audios playing on a webpage, however it only works in certain browsers. In my case if I view the website on safari, … | |
Hi guys, I need one hide and show div with fade effect. please help me to find. i have one button when user mouse click that button , it show one div block with fade effect. and i want to stay on the open div. in div tag i have … | |
I don't exactly know how to explain this, but I'm trying to get 6 sentences from a webpage, to my java control panel thing. I've tried to use a snippet I found for twitter updates, and it works, except for the fact that I can't seperate them into new lines. … | |
hi i'm using ie6 and this is my site's code [CODE] <div id="content-area"> <div class="panel-display panel-1col clear-block" id="welcome"> <div class="panel-panel panel-col"> <div><div class="panel-pane pane-custom pane-1" > <div class="pane-content"> <div class="welcome_message"><br /> <h3><img src="sites/all/themes/yghhzen/css/images/helpingpeoplehelpthemselves.png" alt="Helping people help themselves."/></h3><br /> <ul><div class="spacer"></div> <li><a href="/dailynews/all"><strong>Learn</strong> more</a>. <a href="/supports/"><strong>Get</strong> support</a>.</li> <li><a href="/support_group/add"><strong>Create</strong> a group</a>. … | |
Hi guys, I am having a funny problem. I have an ebook type thing that I am trying to open on my laptop (win 7), it is the kind of file you open with microsoft html help executable and it doesn't work at all. The file opens, I can see … | |
I can't get my C# program to open the html page at the desired location. E.g. System.Diagnostics.Process.Start(@"C:\file.htm"); works fine. It opens the page at the top. But if I type System.Diagnostics.Process.Start(@"C:\file.htm#bookmark"); it still just opens at the top of the page (instead of at the bookmark where I want it … | |
Hello, I need to find a way to use regex to exclude a phone number like this: +558499608822 I want any number that starts with the country code 55 to be excluded. For some reason \+55 does not work. Thanks for the help... | |
Hi community, I am struggeling to get an ajax request to work. The main issue here is that I can't fill in a select box from jquery for some reason. I was working before without jquery and used the method innerHTML() to paste options into the box, which worked fine, … | |
Hi to all i make an HTML page and after entering the data when user press the submit button the data stored in database. i also make validation that which text field is optional and which text field is necessary to fulfill.but the problem is that i have 3 text … | |
hi all, i am new to javascript i was trying to passe text input to javascript. but code is not working here is the code [code] <script type="text/javascript"> function val(){ if(document.a.email.value=="" ||document.a.email.value==null ){ alert("sssss"); return false; } if(document.a.email.value!="" ||document.a.email.value!=null ){ alert("sssss"+document.a.email.value); return true; } } </script> [/code] and here is … | |
I have stared the work to insert the data in the database from php file. Database connection is established successfully but data is not inserted in the database. Some sort of error like "Error: Column count doesn't match value count at row 1" occurs. Our database name is request_license, table … | |
pls help me.... i want to search books from the database...but it shows some errors. Error is Notice: Undefined variable: searching in C:\xampp\htdocs\project\opac1.php on line 10 Code: <html> <body> <form name="search" method="post" action="opac1.php"> <div align="center"></div> <div align="center"></div> <div align="center"> <table width="300" border="0"> <tr> <td width="81">Author</td> <td width="209"> <label for="textfield2"></label> <input … | |
I know this may be a question that we see often, but I couldn't see any similar to my case or maybe just I don't understand the right concept of AJAX. I'm kinda new to AJAX and trying to accomplish with one of my new project. I've been told that … | |
I've searched around but can't pinpoint a solution. I have a vertical flyout (dropdown) menu written with CSS that is actually working fine in IE but isn't in Firefox. It works fine through the second set but the third won't show for some reason. [B]CSS[/B] [CODE]#nav, #nav ul { /* … | |
Greetings all, I am a junior C#/ASP.NET web developer and have been working for about 3 weeks now. Recently, the graphics person here at work gave me a .swf flash file, an xml file that contained content for the .swf file and a content folder that contained slideshow images referenced … | |
Hey All! I'm having trouble getting the nodeValue of a specific set of nodes. The xml looks like this: [ICODE] <root> <SpecialParameter>Some Text</SpecialParameter> <SpecialInfo someNumber="123456789"></SpecialInfo> <book> <title>Rusty Bedsprings</title> <author>I. P. Knightly</title> </book> <book> <title>Rush To The Out House</title> <author>Willie Makeit</title> </book> </root> [/ICODE] What I need to get are the … | |
Hello Guys, Well I am converting a web application which is made using html, javascript, css and ajax.Now I also want to open this apps on the android tablet but I do not want to change the coding techniques because this apps will going to open on the browser of … | |
Hi Guys, I m writing one HTML page where i wanted the page orientation to be set to LANDSCAPE through Javascript or CSS. So when I click on Print button or anyways on the HTML page, the print window will pop-up so now in that orientation property should be set … | |
I have this code which should resize the image in the header. [CODE] #headerWrap { margin-left: auto; margin-right: auto; margin-bottom: 0; width: 90%; height: 7%; background: url('Images/header.gif') no-repeat; } img.image { width: 100%; height: 7%; } [/CODE] and this is the html code to go with it [CODE] <div id="headerWrap" … | |
I find that using a site builder is a very convienient tool to use in conjunction with knowledge of HTML. anyone else feel this way? It's much faster and the learning curve for clients are lower as well. And you virtually eliminate constant FTP and save; everything is done in … | |
I'm a complete beginner when it comes to JSP, so I'm really not sure what I'm missing here. I'm trying to add some fields to a form in an existing webapp, but when I try to use html:text for my input fields, the complete form and the rest of the … | |
Hi all, I've just started learning CSS and HTML to develop websites as a hobby. I was experimenting with what I'm learning and have hit a block (excuse the pun). I'm trying to create a drop-down menu using CSS and HTML alone. In the following I try to assign what … | |
Hi Friends, I am stuck for passing values from drop down list of a HTML page to a servlet file for further processing. Actually i am developing a small model of "Railway Reservation System" for my mini-project. The problem is to how can i pass values from various number of … | |
I hope someone can show me how to center images using CSS, which apply to all browser sizes. Website: [url]http://alphaalps.com/gallery.html[/url] Currently only footer is center on every browser size. Thanks! | |
I made a simple menu using css and a tutorial on youtube and now I would like to change px into percentages. I have managed to do most of it, but when I go to products, insted of them being listed under each other 4 of them are beside eachother … | |
I am trying to help out with a website ([url]http://www.chetekinteriors.com/wordpress[/url]) - the background image is what features the column - it is ran by the css settings in a theme I purchased. For some reason, when I edit the CSS settings for the background image display properties, it shows fine … | |
Hi, I am having problems centrally aligning an image. The basic HTML is shown below. I have taken out other elements that are not effecting this problem: [CODE]<div id="ImagePlaceholder"> <div id="Images"> <img class="current" src="photo1.jpg" alt="" /> <img class="nextimage" src="" alt="" /> </div> </div>[/CODE] and the CSS is: [CODE] #ImagePlaceholder { … |
The End.