15,919 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Shibbir Khan

The documentation (http://www.w3schools.com/tags/att_li_value.asp) says, that a value for a li element must be numeric. Why should it be wrong to use a string instead of a number, if you need the value for saving a f.E. locale like 'US', 'EN' etc. ?

Member Avatar for Shibbir Khan
0
110
Member Avatar for nissy

Im unable understand what is the exact work of SEO pigeon update???...Is this update is offically launched by Google?

Member Avatar for vantrendin
0
283
Member Avatar for ajharul

Hi all! This is my frist discussion. I'm shearing you a very helpfull website that helping me to learn HTML,CSS,Javascrift online. It's w3schools Wish it will help you.

Member Avatar for shashikumar s g
0
222
Member Avatar for koneill

Right now I have my two CSS elements as such - using z-index and I would like to be able to click a button and have these images as they appear on the page with their z-index e-mailed to me. I have all these items wrapped in a div tag …

Member Avatar for rtrethewey
0
137
Member Avatar for mitchell.schols
Member Avatar for pb404

I have an <UL> with each <li> being arranged inline for my navigation. Each <li> has a transition that enlarges the text when hovered over. The problem is that when the text enlarges it causes the text to the left and right of it to move outward to make room …

Member Avatar for pb404
0
1K
Member Avatar for arifsaroha

Hello Everyone, Actually I have a good command on html, css, css3... Now I'm turning towards jquery and watching video tutorials. So, I want to get assignment on daily basis of Jquery. Is there any person who can give me the assignment, so that I can improve my jquery....

Member Avatar for arifsaroha
0
199
Member Avatar for shashikumar s g

hi all i am trying to allow the user to select the folder to store the downloading file using javascript i didnt found input attribute for download like file i try with downloadify.js but its not work their is another way i can do it

Member Avatar for almostbob
0
190
Member Avatar for davecoventry

I have a horizontal menu: "HOME" "DISCOVER" "STRATEGY MODEL" "PROFILE" "CONTACT US" ![9fa0ee7bb1a4cdc493624e869eba98bc](/attachments/large/2/9fa0ee7bb1a4cdc493624e869eba98bc.jpg "9fa0ee7bb1a4cdc493624e869eba98bc") The "DISCOVER" has a drop-down submen (in green for clarity). The HTML: <ul id="menutop"> <li class="root"> <a class="bullet" href="http://www.clivestacey.co.za/"> <span> HOME </span> </a> </li> <li class="root"> <a href="#" class="daddy"> DISCOVER </a> <ul class="menusub"> <li> <a class="sub_menu" …

Member Avatar for davecoventry
0
378
Member Avatar for OsaMasw

Hey guys. have a nice day.... can anyone tell me how to achieve something like this slider in background ? I used a full screen slider but can't write content in middle of it like this site http://psnprofiles.com/

Member Avatar for OsaMasw
0
181
Member Avatar for jamie.choi.1806

**I think this could be put at Web Design part, but maybe the JavaScript is more important** **I am reposting this at Web Design** **I posted it at JavaScript Forum, that was a mistake** Code: <script src="//code.jquery.com/jquery-1.9.1.min.js"></script> <!-- Simple Login Form ** Used with jQuery --> <form id='login'> <input type='text' …

Member Avatar for toxicandy
0
189
Member Avatar for ashleydaniel

Hi all, I am new here. Can anyone please tell me how to find a travel forum list that are with PR ratings.

Member Avatar for ashleydaniel
0
175
Member Avatar for DIOUFPAPA
Member Avatar for Jay Cox
0
141
Member Avatar for Apalache

Hey Folks, I'm investigating the use of selective Fonts - outside of the "usual" or default set and want to avoid making any font into an image file (.gif .jpg .png). The use of the "em" is universal in my quest accepting the standard that 16pts. is the default as …

Member Avatar for almostbob
0
129
Member Avatar for Braylen
Member Avatar for PixelatedKarma
0
528
Member Avatar for davy_yg

Hello, I am trying to scretch right and left my header and footer but as far as now it only scretch right. #navigation {margin: -5px 0 0 10px; min-width: 100%; height: 120px; background-color:#655700; border-radius: 0; position: fixed; z-index:2;} #footer {background: url(images/footer.jpg) repeat-x; background-color:#d08e38; height: 135px; min-width: 100%; position: absolute; margin: …

Member Avatar for davy_yg
0
212
Member Avatar for koneill

All, I am trying to use opacity to have one image on the page behind another image. The below code creates the opacity for the image in the div - but the other image doesn't display. Therefore, I'm wondering how this can be done as I have a few small …

Member Avatar for mattster
0
104
Member Avatar for Typical End

hello all, i am new user. My question is If I want to create a tool (webpage tool) which will just check the keywords and give the result. I mean If I type the keyword: `ABCD`. and in domain name i type: `xyz.com` then after processing this tool will tell …

Member Avatar for Deep Modi
0
228
Member Avatar for nissy

Dear All, I want google bot to visit all my web pages. What type of robot.txt code should be used to allow google bot visit all my webpages?

Member Avatar for DistantGalaxy
0
254
Member Avatar for mehnihma

Hi I have wordpress problem with banner going under content as you can see here: http://www.djeli.me/di/ZEJ9/slika1.png Code in header: <script type="text/javascript"> var clientWidth = window.screen.width; if(clientWidth >= 800){ document.write('<div id="divAdRight" style="position: absolute; top: 0px; width:100px; height:500px; overflow:hidden;"> <a href="http://yourwebsite.com" target="_blank"><img src="http://www./wp-content/plugins/float-left-right-advertising/rightbanner.jpg" width ="100" alt="" /></a></div><div id="divAdLeft" style="position: absolute; top: 0px; …

Member Avatar for mehnihma
0
263
Member Avatar for Siberian

I want to style an iFrame scroll bar and this what I found, but it doesn't work in Chrome, supposedly this should work in all browsers, not just IE ? html, body { scrollbar-face-color: #D9DEE1; scrollbar-highlight-color: #D9DEE1; scrollbar-shadow-color: #D9DEE1; scrollbar-3dlight-color: #D9DEE1; scrollbar-arrow-color: #D9DEE1; scrollbar-track-color: #D9DEE1; scrollbar-darkshadow-color: #D9DEE1; }

Member Avatar for mattster
0
155
Member Avatar for Gary_4

Hi all. Relative newby to DW CC, looking at my site its fine localy, however cant view on www after upload to server? I, can see the dat files as data on host just dosnt want to display???? Please Help PS I may have currupted the folder layout but cant …

Member Avatar for BMXDad
0
131
Member Avatar for erabxes

<form action = "uploadFile.php" method= "POST" enctype = "multipart/form-data"> <input type = "file" name = "file[]"><br><br> <input type = "file" name = "file[]"><br><br> <input type = "submit" value = "Submit"> </form> Is it possible to upload more than one file at the same time with just a click on the …

Member Avatar for erabxes
0
103
Member Avatar for shashikumar s g

i am create html page in that i have to two div inside other My issue is one div is for container and other for header i made the margin 0px in both the div but it showing the gap between the main window and first div

Member Avatar for shashikumar s g
0
283
Member Avatar for arifsaroha

hello everyone, how are you. I am much worried will you please help me in this regards, actually I'm a html developer and can write good html. Now i want to create a html template for themeforest. can anyone guide me how to write general html code for multipurpose themes …

Member Avatar for diafol
0
143
Member Avatar for lp62

Hello, I am having a problem with tables in email. I have several that I use with no problems. I am using Windows Mail 6 (formerly known as Outlook Express 6). The problem is with the code of the table below. It's this part: background="" . That's in the first …

Member Avatar for pi man
0
152
Member Avatar for neha05

hello everyone, I am using this text-editor http://kenbeit.com/popline/ ,my query is that whatever the font style,color,head tag etc availabe in text-editor i chosse,how can i take all selected attributes in next page via hidden fields in form tag ???.

Member Avatar for pi man
0
225
Member Avatar for irfan.786

How can i compress pdf file size without loosing any quality ? plz help me as soon as possible.

Member Avatar for shashikumar s g
0
141
Member Avatar for shapna.patel.5
Member Avatar for bernard.collins.1088

What else should I put besides pics and videos, i know how to do that but cool things websites have. Any ideas? please <!DOCTYPE> <html> <head> <title>Jesse Levine Music</title> </head> <body> <form style="background-color:white;"> <div id="header" style="font-size:80px; font-weight:bolder; text-smooth: 20px 20px 20px; color:black; text-align:center;" ><CR> JESSE LEVINE<CR> </div> <div id="text-align" style="text-align:center;"/> …

Member Avatar for almostbob
0
293
Member Avatar for rad1964

I was invited to join 2 people in forming an online business. The peoples responsibilities were 1. CEO/marketing/sales, 2. Frontend design (me), 3. Backend, database, etc. Well to make a long story short, the backend guy, way over in Finland, has no time, now that it's his turn to develop. …

Member Avatar for mattster
0
200
Member Avatar for delta_frost

I have created a Web-Gallery where photos are uploaded,can be tagged with one or more tags,and can be viewed by Users/Tags/Likes/Date of Upload/Title. I am to create a navigation like "Prev" and "Next". But what category should I choose to implement this and how ? What I thought of was …

Member Avatar for mattster
0
123
Member Avatar for desmy

am not realy a newbie in web development but i just started some pratical this year i have started reading about it since high school..well the problem i have is that i have been watching some video tutorial on responsive wed design but am not realy getting it plese i …

Member Avatar for oriclon
0
142
Member Avatar for Chem_1
Member Avatar for oriclon
0
132
Member Avatar for BogdanCov

Hello, i have these files in main folder: *index.html probleme/p1.html probleme/p2.html probleme/p3.html probleme/p4.html* what link should I write to acces *index.html* from *p1.html* ? I don't want to write the long link *D:\Bogdan\Proiecte\...*

Member Avatar for shashikumar s g
0
111
Member Avatar for Kiran sharma

i analysing my site and found that my site missing dublin core and want to know about it only came to know that dublin core help the meta content but what is the dublin core and how its work its still a mistry for me

Member Avatar for PixelatedKarma
0
124
Member Avatar for ilovephp798

hi all, i would like to ask, if i have a time field in an application form. i want it in 24 hours format without the (am/pm). how can i modify my html5 time type below? <label>Time:-FROM</label><input type="time" name="timefrom">

Member Avatar for oriclon
0
9K
Member Avatar for zzmrzz

I have a dedicated server and i need a short php script, that says if my dedicated server is "ONLINE" or "OFFLINE", and how many ram left, that will show it on a bar... =) Thanks

Member Avatar for oriclon
0
180
Member Avatar for jKidz
Member Avatar for Aqeel Gill
0
399
Member Avatar for goorny

I need Some SEO expert for my web site promotion and Ranking within short period . Please advise me how to get SEO expert for my project.

Member Avatar for PixelatedKarma
0
428
Member Avatar for Ritesh_4

Hello guys Is it possible to convert an .indd file into a .psd one? I tried googling up some results and even downloaded a tool (damned forgot its name, but it did not convert properly). Indd is being done by another person, and am not able to get the texts …

Member Avatar for mattster
0
429
Member Avatar for Ritesh_4

Hi Some friends and myself are starting a web project in wordpress, whereby we'll need to access the same core wordpress files remotely from our home pcs. Is there a way to have the core files "centered" somewhere, and each one of us can branch them, do our own modifications …

Member Avatar for Ritesh_4
0
136
Member Avatar for Linda Schrier

I'm going to use Search Engine Optimizaation for my internet marketing. I received a lot of info from the group. It seems like a good way to go. Thank you!!!

Member Avatar for happygeek
0
238
Member Avatar for Linda Schrier

I had liver disease. I went through kemmo and radiation 5 months ago. It was awful. I lost all my hair. My hair was down to my waist. I had it in a pony tail and half of it came out in my hand. I was so sick. It was …

Member Avatar for happygeek
0
163
Member Avatar for Pablo149

Hello to all who read this: I have been reading many of the posts here, where there are so many different levels of expertise. I am hoping that some of you may be able to provide me with some answers. I have read over and over again how formal training …

Member Avatar for mattster
0
134
Member Avatar for Kelly Burby

It's been a while but Panda 4.0 can be said as the newer version of algorithm update by the Google. Several webmaster across the world is been effected some in a good way and some in a bad way. So, my question how does it affects to your site in …

Member Avatar for frasermeridies
0
284
Member Avatar for payal.hedaoo.7

I would like to convert the post pay to prepaid options, but unable to do the same, so what are the steps to follow to convert the post pay to pre pay options.

Member Avatar for Ravi Rajput
0
638
Member Avatar for Dani

If you read my discussion about how [Google started ranking Stack Overflow above all other tech forums](https://www.daniweb.com/internet-marketing/search-engine-optimization/news/459242/stackoverflow-stole-all-our-search-traffic) on the web, you'll learn about our severe ranking decrease over the past year. From browsing around other webmaster forums, it seems as if all tech discussion forums have taken a severe hit …

Member Avatar for Kelly Burby
0
263
Member Avatar for uniquesofts

I am webmaster of uniquesofts, we provide outsourcing your task to one who is not on your shore or the buyer of the service is located in some other country then the provider of the service. And wide range of internet marketing and search engine optimization to promote the websites. …

Member Avatar for anne123
0
330
Member Avatar for John Matthew

Hi friends, I have a own website. I want to increase my business sales and also want to boost my regular customers. I discusses about this with my friends. Some of my friends told me to use loyalty program to increase loyal customers. They said this will increase customers in …

Member Avatar for anne123
0
145

The End.