10,643 Topics

Member Avatar for
Member Avatar for vizz
Member Avatar for iamthwee
0
30
Member Avatar for xxmp

Hello I want to create an image galery. When someone selects the images then the image is showing. I want when the user click on the half->right side of the image then goes to the next image otherwise (half->left side) goes to the precious image. How i can cut an …

Member Avatar for JorgeM
0
78
Member Avatar for newcoder310

Hi, None of the images that I try to add using HTML, CSS are being displayed on Chrome. I have tried methods like clearing cache and other tweakings of my browser but no use. Is there some code that I need to include to ensure that images are being dispalyed …

Member Avatar for theHop
0
98
Member Avatar for eric3

I do not know much code but have figured out alot of the past day setting up my first site but now I am perplexed and need help. I created the html code using NVU and like it. The issue is with a form I created to gather some information …

Member Avatar for winnersingh
0
239
Member Avatar for dwlamb

I want to use regular expression to clean-up some CSS files. I used a Friebug add-on, CSS Usage, to analyse some CSS from a jquery demo. Exporting the files, this add-on places 'UNUSED' at the front of a declaration and rule. Below is a sample of the output. html #demo-config-menu …

Member Avatar for dwlamb
0
114
Member Avatar for sukritinfotech
Member Avatar for OrangeTree

Hi everyone :). **Strange situation** with this code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <body> <div align="center"> <div style="width: 500px; background-color: blue"> <div style="width: 200px; float: left"> <p>Some text.</p> </div> <div style="width: 210px; float: right"> <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/13/DuskyDolphin.jpg/220px-DuskyDolphin.jpg" alt="Dolphin"> </div> </div> </div> </body> </html> Display in **IE** (9) is …

Member Avatar for OrangeTree
0
188
Member Avatar for kevwood

hi all. i am having problems getting my CSS file to link in with all my pages. the navigation section looses its bg image. here is the code i am using for the navigation <div id="navigation"><p id="P_navigation"> <ul id="List_nav"> <li><a href="xxxxxxx.html" class="top_nav">xxxxxxx</a></li> <li><a href="xxxxxxx.html" class="top_nav">xxxxxxxxx</a></li> <li><a href="xxxxxxxx.html" class="top_nav">xxxxxxx</a></li> <li><a href="xxxxxx.html" …

Member Avatar for theHop
0
206
Member Avatar for sukritinfotech
Member Avatar for stevenpeter
0
162
Member Avatar for sukritinfotech

How many keywords we can put in a website and how many characters should be in a keyword ?

Member Avatar for stevenpeter
0
174
Member Avatar for mhettinger77

WARNING NOOB ALERT!!! I hope I am posting in the right place. A little about me I am a Firefighter/Gamer/self proclaimed technerd. I made a site for a Group of other Firefighter/Gamers. Should say mudding my way through making a site. I need some help getting info from one place …

Member Avatar for diafol
0
105
Member Avatar for suavedesign

I have a question for professional web designers. Do I must make my website compatible for smaller devices such as IPhones, or is that a nice "extra" thing to do? I dont really know how, as I never did before, so before I spend hours on this, I want to …

Member Avatar for pritaeas
0
56
Member Avatar for louie540

I was just at school which has IE8 on their computers so I decided to test my website, and for some reason my links aren't clickable. I was using HTML5 so I switched the doctype to XHTML Strict, which didn't solve anything. I tried messing around a little bit with …

Member Avatar for lps
0
134
Member Avatar for garyjohnson

I want to know if it possible for a code to automatically format a video once uploaded by a user to my website.

Member Avatar for garyjohnson
0
204
Member Avatar for wrathyimp

Hi, I have a client with static website, now he needs to have a automated news updating facility, so he can just add the news headline or title to a text file, which will be updated to the front page and all the inner pages. I have tried the object …

Member Avatar for JorgeM
0
159
Member Avatar for on93
Member Avatar for rotten69
0
83
Member Avatar for alvin.decker

Hey! I am an experienced programmer (php, javascript, mysql, some ajax) who is looking for an experienced and competent graphic and/or web designer with whom to create a text-based RPG. I will assume the financial risk and the programming responsibilities. I need someone to make the banners, logos, icons, and …

Member Avatar for rotten69
0
220
Member Avatar for shiinko

Hello ! I'm new to Web Developing, and I'm trying to make rather simple template. By following this tutorial, first part of it (top extendable header and background) went ok, but the second part (adding top, centered logo) is not placed correctly- it's placed a little downwards and probably a …

Member Avatar for ObSys
0
227
Member Avatar for vizz

I have background color **#025E7A** I tried lots of color combinations but unable to create eye catching layout. Please help for creating two colum layout with color combination (left sidebar 25% width)

Member Avatar for vizz
0
111
Member Avatar for 68thorby68

I have a simple html/css page (attached) that uses a jquery function to enlarge images on hover. However, no matter how I try and manipulate the z-index of each html element, the enlarged image is always behind all other html elements. I have trid to change the css class .image …

Member Avatar for KaletonMedia
0
159
Member Avatar for kartikkp

I have a question about the drop down lists in html that I have, I want to find a way that I could display a different drop down list depending on the value of the drop down list above. Say I had a drop down of clothes and the person …

Member Avatar for NickNasty
0
184
Member Avatar for HunainHafeez

I have made a sign up form which asks user to enter his personal + Academic details and EMPLOYMENT INFO, i am done with personal and academic details section and also designed EMPLOYER INFO section but as u know that it isn't necessary that every person would have employment experience …

Member Avatar for HunainHafeez
0
97
Member Avatar for esparkinfo

Hello Friends, does anyone has worked on media queries? css3? I have a client who is looking for media queries.... I want to know about that before start my project. What could be the sizes & if I should use server side code to detect for the device first to …

Member Avatar for lps
0
83
Member Avatar for Sanchixx

Is there a problem with this code? <div id="center"> <ul id="list-nav"> <li><a href="/" >Home</a></li> <li><a href="/articles">Articles</a></li> <li><a href="#">News</a></li> <li><a href="#">Projects</a></li> <li><a href="#">Contact</a></li> </ul> </div>

Member Avatar for diafol
-1
74
Member Avatar for rhall

I know I have to take a screen capture of the page that was generated in Flash. But how then can I get that to a PDF format? I want a button on the Flash page that the user can click for all this to happen in the background. Thanks …

Member Avatar for supadeni
0
2K
Member Avatar for <M/>

I have a script that shows a vertical accordion.... question is how do i get it so that if someone clicks one of the tabs, the other tab that's open closes and only reveals the one you clicked on? Here is my code: <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; …

Member Avatar for <M/>
0
163
Member Avatar for zuniza

i'm new in this field.my lecturer want me to made up some project.i want to made an academic portal that have a forum inside that.how can i made it by use html,php or what?please help me?

Member Avatar for artonweb
0
259
Member Avatar for <M/>

On a page i created... the font is blue... I'm not sure why... can someone tell me why... i'll send you the link if needed:)

Member Avatar for FaisalSarfraz
0
152
Member Avatar for xeption12

hello guys, what is the difference between padding and margin in css? isnt the same thing?

Member Avatar for hudonkotel
0
116
Member Avatar for HunainHafeez

i want to put likes button in my website, yet its running on LOCALHOST (IIS). e.g FACEBOOK like button in showing likes , google+ button etc. how ?

Member Avatar for HunainHafeez
0
102

The End.