13,937 Topics
![]() | |
I have just recently been getting into the web development scene and I have discovered that just because code works in one browser does not mean it will work in another. I have noticed that my code seems to render just fine in chrome, opera and firefox but somehow IE … | |
I brought a website template off line. i don't know if this is a php question or not but it came with a contact form that i have know idea how to edit it. here is the code please help i just want the message to go straight to my … | |
hi all , I need to display data from database in table format . The thing is, in table horizontal borders should not appear for data rows. Is there any options available. Thanks in advance | |
Hi Everybody, I recently did an iOS project. I did the database part only so i couldn't delve much deeper into the project. It basically does something like this. There is a content management server. There is a nice web based UI through which we add/remove content(Product and its details). … | |
I'm trying to create a Google-style bar across the top of my page, but when I hover over the elements, the link text jumps to the top. Can anyone tell me how to keep it on the bottom? My current code is below. [CODE]<html xmlns="[url="http://www.w3.org/1999/xhtml"]http://www.w3.org/1999/xhtml[/url]"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" … | |
I have a full page image map background and in the lower middle a black area that I would like to place a dropdown menu for selecting a page ... anyone have any idea on how I could accomplish this ... I have been designing websites for a while and … | |
Can someone recommend a good site that has free replacement icons for forums? | |
How to place many tables in series, having different data? Help Me PLEASE. | |
Hey, last night, i used ad-hoc connection. It worked perfectly fine with my other laptop. But today, me and my sister used both laptop. We cant access some website. I tried what was posted here, the CMD. Still some website wont work. Its killing. Anyone help me. Please. Thanks | |
I added a background image to my page and it caused the background color for my content to disappear. What is the problem? | |
Has anyone any idea how I stop chrome from displaying perfectly valid links with a line through them. It looks as if they are broken, but if you click on them, they are fine. I've tried specifying [CODE]text-decoration: none[/CODE], but it still happens. I don't even use this attribute (line-through) … | |
Hi Frendz, How to set opacity for background images? | |
Hello, I have the following page: [URL="http://k-fez.com/example.html"]http://k-fez.com/example.html[/URL] If you mouseover an image, it doubles the size of the image and centers it. However, it displaces the rest of the images. I would like it to just overlay ontop of the other images instead of re-sizing the row/column. Also, I would … | |
I have a CSS-styled HTML drop-down menu that I want common across all web pages. Right now, I have the HTML coding in each file, but the CSS link is broken in subdirectories so the stlying does not work. How can I get the CSS to be linked properly and … | |
I would like to have multiple id and all using hover link for all #test1, #test2, #test3, #test4 a:hover{ color:#0F0; } this doesn't work. NOT sure why?? thanks | |
I encountered a css font specified like this : [CODE]font: 81.25%/1 arial,helvetica,sans-serif[/CODE] I want to know what "81.25%/1" means . Thanks :) | |
We are looking for a way to embed a form on our site without having to engineer it from scratch. Does anyone know of any third party solutions? We want to create a user sign-up form (just name, email and a message form). Any suggestions will help! Ideally we could … | |
I have a mobile site that the user gets automatically redirected to if they are trying to access the full site from a mobile device. I need them to be able to access the full site too, if they prefer. I have set a cookie in my htaccess file. What … | |
Hello! Me, again... Just did the includes in my html...which is now shtml. (I'm learning...) I realized that I needed to REDIRECT the html queries to the appropriate shtml files. Here is my .htaccess file: [code] # This file is placed in the ShoBag root directory <Files *> Header set … | |
Hi, I need to locate a map canvas inside some divs but when ever I locate the "map_canvas" inside the other div the map disappears! I tried to fix the issue by indexing the divs but it didn't go through! Can you please take a look at following link and … | |
Hi, Iam a web developer and i wish to integrate the yahoo and bing maps in a site.i would like to use the get directions facility to be worked there.I have integrated the google maps for getting directions.i got correctly,but the yahoo and the bing doesnt works.Any help is appreciated.I … | |
Hi, I'm trying to vertically align the navigation text with the navigation icon/image. I've tried different methods and it's just not working out. Here is the css and the html. [CODE]<head> <title>Navigation</title> <link href='http://fonts.googleapis.com/css?family=Leckerli+One' rel='stylesheet' type='text/css'> <style type="text/css"> <!-- #navbar ul { margin: 0; list-style-type: none; float: right; vertical-align: middle; … | |
[ATTACH=RIGHT]21961[/ATTACH]OK, so Apple has successfully [URL="http://www.daniweb.com/hardware-and-software/netbooks-tablets-and-mobile-devices/news/376700/1621471"]persuaded a German court to ban the sale of the Galaxy Tab Android tablet[/URL] on the grounds that Samsung has copied the design of the iPad. The legalities of which revolve around [URL="http://www.scribd.com/doc/61944044/Community-Design-000181607-0001"]certificate of registration number 000181607[/URL] in the Community Designs Register that protects the … | |
This snippet tells easily how to make a drop down menu! Easy as pie and quick too! | |
hi.. i used this code to display a clock. [CODE]<script type="text/javascript"> var int=self.setInterval("clock()",1000); function clock() { var d=new Date(); var t=d.toLocaleTimeString(); document.getElementById("apDiv1").innerHTML=t; } </script>[/CODE] in firefox it displays like this 7:25:00 PM and in Chrome 19:25:39 i want to show a similar clock as in firefox in Chrome. How can … | |
Hii Members!! Greetings Thanks for your kind perusal for reading my problem and further finding a nice solution to it. I am a newbie in making websites, i have learned designing of webpages, i have made a form but the problem i am facing is how to direct that form … | |
Hello I've been researching this most of the day with no luck, hopefully someone here can provide some insight. I should preface this by saying that although I am an experience Developer this is my 1st time using Web. My issue, I am designing an Internal Product Maintenance application for … | |
I am new to web development.Can anyone say how to start it?I mean that how can I start this cource? Please help. | |
I am very new to Dreamweaver and Horizontal Spry Drop down Menu Bar and I am having trouble getting them to work. The browser displays the background gif for the menu items but I cant get the text to display. And the hover/drop down menu doesn't work. I have no … | |
Hello. Bit of a random question here. I have been given a task to do in work. It's basically about 8 Excel sheets that contain similar scenarios like this - [url]http://i.imgur.com/YohHE.png[/url] I have decided that as it's getting sent out to all the stores in the company that CD would … |
The End.