10,650 Topics

Member Avatar for
Member Avatar for kurianjoseph

Hello friends i'm new here, there is a question bugging me for some time i cant make my mind of it. I love webdesinging and its a passion i want to make a career of say freelancing as i have a decent job, but still i want to persue my …

Member Avatar for <M/>
0
194
Member Avatar for <M/>

This is just a simple image fade. This is the HTML: <a href="#"><img src="#.png" class="fade"> Pretty simple, right?

Member Avatar for <M/>
0
300
Member Avatar for andreiviziru

so i have the following css stylesheet [Click Here](http://www.jocurigratisonlinenet.ro/default.css) and i want that `#footer{}` and `#copyright{}` to stay at the bottom of the page all time. How can i achieve that?

Member Avatar for almostbob
0
264
Member Avatar for andreiviziru

hi, i cannot arrange the contents of a div inside, i used the command `text-align:center` and doesn't work. What can i do? here's a link of the css, you can find the problem at `#footer{}` [The css](http://www.jocurigratisonlinenet.ro/default.css)

Member Avatar for paulkd
0
120
Member Avatar for techyworld

Hi I am currently having an issue. I have two div tags, and the elements of the div tags should be aligned on the same line. (1 image + text +1 image). My problem is the 3rd element , that is the image , in order for it to appear …

Member Avatar for BMXDad
0
146
Member Avatar for showman13

I'm not sure if this is an intelligent choice or not, so decided to ask the most knowledgable group that I know... I have a website that I created, and I need to do some SEO work on it.. (not my forte) What I was thinking about doing was creating …

Member Avatar for paulkd
0
156
Member Avatar for techyworld

Hi... i need some help. I have a .jsp file and a div tag containing h1 tag. <div id="header"> <h1 class="header1"><fmt:message key="application.title"/></h1> </div> <div id="login"><jsp:include page="/WEB-INF/common/login.jsp" /></div> here my css file: #header{border-bottom:1px solid #999;margin-bottom:10px;height:10px;width:100%; background: transparent url('../images/test.png') left top no-repeat; background: transparent url('../images/test1.jpg')right top no-repeat; } my problem is the …

Member Avatar for k99rs
0
377
Member Avatar for PoisonedHeart

Hi, good day, Are there any plugins (free or commercial licensed) with affiliate programs that is able to create a way for members to be able to somehow refer their friends via email/facebook and if that friend signs up, they get a free month of membership. ---------------- Example Scenario: 1.) …

0
195
Member Avatar for kouroshnik

I have a website at: [MTN Charge](http://www.shaarzh.com) this site is hosting by a company that provides charge for mtn Operators... I dont access to any control panel,the only panel i have access is a template panel that I can add some javascript or html and meta tags . I know …

Member Avatar for webprefection
0
398
Member Avatar for crag0

I am new to both html and php and I am trying to create a form that you have one text box with buttons that allow you to search for the item in the text box in the last 24, 48,72 hours. One the html side of things my form …

Member Avatar for JorgeM
0
193
Member Avatar for ncis_sg1

Hello everyone, This is my first week in a new language and I am having trouble with html5. Here is the question and then I will post my code. I need create an autocomplet input element with an assciated datalist that contains the days of the week. I have everything …

Member Avatar for ncis_sg1
0
852
Member Avatar for bhone
Member Avatar for louie540

Hi there. I'm trying to create a mobile navigation bar that has a drop down menu. I have most of it set up already, but the only sub-menu link I can view is from the last main menu button, the rest of the sub-menu buttons hide behind the main navigation. …

Member Avatar for louie540
0
120
Member Avatar for frefre.ewfewf

I'm just not able to scroll down on my website: http://wifihack.nu/fr Btw... This is not a real hack...

Member Avatar for JorgeM
0
207
Member Avatar for Lschanjason

As per topic, anybody can advise me pleaase. Thanks http://www.zazzle.com/personalized_large_t_shirt-235720396763667998

Member Avatar for almostbob
0
105
Member Avatar for Bijay_1

My project runs smoothly in Chrome and Firefox but some part of the CSS isn't working in IE. How can I overcome this issue?

Member Avatar for Bijay_1
0
107
Member Avatar for london-G

Hello, I have an FTP account(admin) and I would like to know if its possible to restrict it so that it cannot be deleted or the password cannot be changed. I have created a website for someone and want to have access to it in the future.

Member Avatar for pritaeas
0
84
Member Avatar for sabarinadh.ch

Hi, I want to show a image like join my facebook in the sidebar beside bottom footer. you can see the example here http://www.meritnation.com/ Please give the css code for this .. Thanq

Member Avatar for satbir4
0
143
Member Avatar for minitauros

Does anybody know of a reason why a custom font would not load directly when a web page is loaded? When I visit the main page of my website, it uses a standard font instead of the custom font I selected, but if I then go to another page, that …

Member Avatar for pamsb2
0
414
Member Avatar for timetraveller1992

Here's my code >> [Click Here](https://dl.dropboxusercontent.com/u/21617707/accordion.rar) And here's an image showing the problem! >> [Click Here](http://i41.tinypic.com/4id7dc.png) Rest is self explainatory. I used the same code in IE and the problem didn't occur. I haven't tried Firefox. The problem is most people seem to use Chrome these days and thats why …

Member Avatar for timetraveller1992
0
245
Member Avatar for devianleong

My product list picture unable to make it smaller and the boxes are not align properly. Please help me to fix it. I'm trying for few hours already still got no idea. I've a global image class and the attribute is max-width 100% and max-height 100% Please look at the …

Member Avatar for stbuchok
0
153
Member Avatar for rich.masel

I am trying to create a multicolor link. I have tried a couple of variations, none of which work. <a href="URL">Black text <span style="color:red">red text</span> black test</a> <a href="URL">Black text <span class="rd">red text</span> black test</a> Does anyone know how to do this?

Member Avatar for rich.masel
0
83
Member Avatar for techyworld

i have a header.jsp file with the following div tag: <%@ page language="java" isELIgnored="false" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <jsp:directive.include file="/WEB-INF/sitemesh-decorators/include.jsp"/> <fmt:setBundle basename="bundles.application-resources"/> <div id="header"> <h1><fmt:message key="application.title"/></h1> </div> <div id="message"></div> <div id="login" ><jsp:include page="/WEB-INF/sitemesh-common/login.jsp" /></div> and my css file as follows: #header{solid #999;margin-bottom:10px;float:top left;min-width:960px; background: transparent url('../pharmacy.jpg') no-repeat;} #message{margin-bottom:10px;float:top right;min-width:960px; background: transparent …

Member Avatar for techyworld
0
679
Member Avatar for ghosh22

Hi Sorry I am posting again. I am trying to make a web form for my new website. I am doing the coding myself because I cannot afford to hire a coder for me. I need some help from you. Please forgive me for all my idiotic questions! Now, here's …

Member Avatar for almostbob
0
202
Member Avatar for jao.pogi.00

Sir Macneato, Can you create me a PHP (Web Page), with good design and functionality? Our design is about dating online, it's functionality in REGISTRATION should have, Firstname/Username, Lastname, Email address(Primary Key), Create password, Password confirmation, Birthdate(date), Gender(radio button), CAPTCHA checking. Then it should have database(i can manage that). Please …

Member Avatar for cainfotechindiaonline
0
197
Member Avatar for gamingthinktank

Make money from games using Choke Point strategy. Something you are already familiar with, explained here from a different perspective.

-1
228
Member Avatar for Fiorentino01^

Hi I am working on this site for hotel reservations. I have a search form and a contact form in a contact page. I set the style for the search form to background:#C00000. When I created the contact page I realized that my contact form background gets the same color …

Member Avatar for Fiorentino01^
0
132
Member Avatar for Tobyjug2222

Hi there, I'm currently hosting my website on my own computer, and I'm using http://www.no-ip.com to allow me to do so as I have a dynamic IP. (updates the pointers, when my IP changes.. for the domain name). I have now set up my webcamera to have a have stream …

Member Avatar for JorgeM
0
392
Member Avatar for davy_yg

Hello, I am looking for various yahoo messanger chat icon like in: [yahoo messanger icon](http://www.innovation.web.id/contact.php) Where to find it ? I am looking something different than the example.

Member Avatar for david980john
0
185
Member Avatar for ghosh22

Hi all, I am trying to build a website on my own. But I am not so efficiet in HTML coding but I'm trying to learn. I need a small help here. I am trying to make a form for my website where I'm going to use a Radio button …

Member Avatar for ghosh22
0
192

The End.