6,574 Topics

Member Avatar for
Member Avatar for saito200

Hi people! :D I'm new to html and css, aside of an artist. I am trying to create a template for art tutorials. Basically I want to have a series of rows, with a floating image to the left or right, and an explanatory textbox on the other side. The …

Member Avatar for saito200
0
149
Member Avatar for miguel1810

I have done some designs in Flash and then converted them to HTML5 Swiffy Files via the google Swiffy Site. What I want to do is make the HTML5 Swiffy File a clickable link to another page on the website I am working on. My Question is... can a Link …

Member Avatar for dany12
0
97
Member Avatar for Despairy

Hi just had an assignment to make a nice looking html5/css website this is what i got so far https://dl.dropbox.com/u/67006557/EX2/home.html got any suggestions on stuff i can add to make it better? and also if anything is wrong with the html logic / css commands etc. tired of getting bad …

Member Avatar for dany12
0
101
Member Avatar for rotten69

Hi everyone, I have had this question for a very long time and am not sure about fixing the problems with different screen sizes. Recently, I designed a website on 10 inch screen laptop and when I opened it on the other laptop that is 15 inch screen. I could …

Member Avatar for Oxiegen
0
155
Member Avatar for ttback

I am trying to experiment with HTML5+Ajax client with a Java SOAP web service on the server end. I know that Ajax can use SOAP web service and it is not difficult. What about using Web Service through HTML5 Web Socket? I haven't found much about using a SOAP service …

Member Avatar for geg2024
0
63
Member Avatar for pritaeas

I'm looking for a short jQuery snippet to count how many divs I can have horizontally in my browser window. Basically, I'm using a fluid layout, like this: <div id="wrapper"> <div id="content"> <div class="foo" /> <div class="foo" /> Wrapper is 100% width, and foo about 250px wide. What's the simplest …

Member Avatar for pritaeas
0
216
Member Avatar for Reliable

I made a website that has a floated div which contains the contact form. The entire website can be seen on all platofrms and on all browsers except for teh contact form. After some research I believe the floatd div is rpeventing the contact form from being viewed on tablets …

Member Avatar for dany12
0
147
Member Avatar for missc

i have a website that i did using html and i used google chrome while doing it. now when i'm testing it on internet explorer the buttons and texts are moving. what can i do ?!

Member Avatar for JorgeM
0
56
Member Avatar for Violet_82

hi all, is it possible to add more than an image in the css? I mean if the syntax goes: background-image:url('paper.gif'); background-color:#cccccc; How do I add more than 1 image? thanks

Member Avatar for Violet_82
0
92
Member Avatar for skran

Hello all! I would like your help please.. I have a datetimepicker and I want to use it for the time part only! So, I would like to disable its dropdown calendar.. Thank you in advance!

Member Avatar for poojavb
0
777
Member Avatar for baller_r

Im trying to build a drop down menu like the one on this site: http://www.debijenkorf.nl/. I know css and i have built normal horizontal menus before,but not with drop down menus. I would like some info on how to build this. Thanks.

Member Avatar for almostbob
0
110
Member Avatar for Patiodude

I notice that in some browsers, on some OSs, a field in a form gets a colored border. Is there any way to use CSS3, or possibly a JavaScript, to change the border color (as one can change the text highlight color on a given HTML page using CSS3)?

Member Avatar for dany12
0
237
Member Avatar for bilal_fazlani

-webkit-transition:left .4s ease-in-out .1s; -ms-transition:left .4s ease-in-out .1s; transition:left .4s ease-in-out .1s; -moz-transition:left .4s ease-in-out .1s; can anyone please tell why is it working in browsewrs but not in IE ? what am i missing ?

Member Avatar for dany12
0
134
Member Avatar for cereal

Hi! *Minimize HTTP requests*. One of the suggestion I always read is to combine files, so I made a little Class that merges files on the fly, the supported formats are CSS and Javascript. With little efforts, I think, it can work fine also with JSON and CSV. Usage is …

Member Avatar for cereal
1
334
Member Avatar for vaironl

Hello fellow Daniweb members, A relative is a film maker in a foreign 3rd world country, with poor services to help him construct a website for his films and small company. I, trying to be helpful, said that I could provide him with a model of what his website would …

Member Avatar for fred1
0
84
Member Avatar for VasquezPL

I have a small problem, maybe you guys know how to avoid it. system.IO.StreamReader text = new System.IO.StreamReader(to the html path); while ((line = text.ReadLine()) != null) { newMail.HTMLBody += line } When I open html file directly from its folder where html file is,byclicking 2 times on it, All …

Member Avatar for VasquezPL
0
237
Member Avatar for |-|x

Just wondered if anyone knows if there is an MS equivalent of the [hidden](http://www.w3schools.com/html5/att_global_hidden.asp) property, which doens't work in IE. Or do I have to just use the style properties to set visibility/display because IE sucks so bad?

Member Avatar for Troy III
0
177
Member Avatar for texasinf

Hi, I have email which contains some data and i want to update that into a database using MS access 2007 need help on creating a form and a database in MS access 2007 would appricate if some one can help me from scratch as i am noivice when it …

Member Avatar for JorgeM
0
181
Member Avatar for Reliable

Hello Everyone, I've made a web page which you can see [here](http://www.ezaspi.org) that works fine on every major browser EXCEPT IE. In IE the contact form doesn't show. Here's the code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Mrs. Ward's Easy …

Member Avatar for blocblue
0
243
Member Avatar for BenzZz

Hi, I'm creating a website and currently working on the banner for it which is all contained within the 'logo' div that has a 900px width and 150px height. For some reason the 'menu' div is not being positioned within the 'logo' div despite being contained in it within the …

Member Avatar for JorgeM
0
214
Member Avatar for mogaka

I want to iterate through html table and display the values. for instance, column keys are fname,lname,mkt,positions. if for instance there are 10 rows,how can i access them and send them to php script ?

Member Avatar for Szabi Zsoldos
0
150
Member Avatar for karthikprs

I did a page for adding and viewing activities in a project. The table linked with that page has an UNIQUE constraint for the activity code. As a result of which when i add a new activity with existing Activity code, it is not accepted and gives a runtime error …

Member Avatar for JamesCherrill
0
258
Member Avatar for xzero1

i am using html agility pack to retrieve the articles from website with "p" tag, but it return all the user comments along with it. how to overcome one this. i have only one string holding all the stuff at last.

0
178
Member Avatar for karthikprs

Actually i'm planning to make a user registration page over swings and i decided that there should be a constraint that people with age below 21 cannot register. I want to make a validation of the date input of the user by calcualting the age and checking with if loop. …

Member Avatar for karthikprs
0
2K
Member Avatar for Patiodude
Member Avatar for ben.matthews18

hi, how can i create a css menu/navigation that does this? - see attached photo.. ![upload](/attachments/large/3/upload.png "upload") here is my current html - <div id="content2" style=" width:524px; height:320px;"> <ul> <li><a href="about.php"><img src="graphics/about.png" width="148" height="101" border="0"></a> <ul> <li>about me</li> </ul> </li> <li><a href="news.php"><img src="graphics/news.png" width="147" height="101" border="0"></a> <ul> <li>news</li> </ul> </li> …

Member Avatar for dany12
0
141
Member Avatar for s0bigg

See attached zip file. I have a common template that I use for multiple pages on my website. The main page div incorporates div#content and div#sidebar. See below codes. I am using a common footer on all pages with a php include() function which is a static bar. There is …

Member Avatar for dany12
0
184
Member Avatar for mogaka

function name_loop(){ var names_array = []; $('.name_class').each(function(index){ names_array[index] = $.trim($(this).val()); }); return names_array; } the problem with the above code is that it returns only the first element and not the specified array. can someone solve it for me

Member Avatar for JJenZz
0
109
Member Avatar for davy_yg

Hello, I wonder why the two pictures on the bottom does not want to be aligned with the 2 boxes? [Click Here](http://www.masterlink.co.id/aerosol-produk.php) Please tell me if there is anything in the codes that I need to change: aerosol-produk.php <style type="text/css"> div.ex1 { align:left; width:300px; height:80px; padding:10px; border:1px solid black; margin:100px …

Member Avatar for JorgeM
0
71
Member Avatar for ganges

how to connect html form feilds with mysql using hibernate, like giving input through the html form storing data, and retriving data kindly provide me simple example for those connection. thanking you.

Member Avatar for DavidKroukamp
0
132

The End.