1,100 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Laidler

Using a code i got over the internet i managed to embed a .ram file on a html page. however after i copied this code to enter a second file the web page plays the second video in both palyers whenever i tell either of the files to play. Can …

UI / UX Design video web-design
Member Avatar for svrdeen
0
183
Member Avatar for nadiam

hey guys, so ive been using datatables v1.9 recently, and found one of its new plugins ColVis. I added the function to me webpage but its messing up my page. When i click on the 'Show/Hide Column' button (first time) the drop down appears and I am able to show/hise …

UI / UX Design web-design
0
152
Member Avatar for ravi142

I want to **transparent DIV box**.meance back content of page also see when i am in box. I have search but most of **said Background color** set with img.but i have **not to do**. Give me your suggestion Thank you.

UI / UX Design html-css web-design
Member Avatar for ravi142
0
97
Member Avatar for showman13

Good Morning everyone... Hopefully someone has a simple fix for this. I don't do much with styling using CSS yet... (but I'm getting there) I have a website that I have up on a development domain as well as on a live domain The live domain has an ssl certificate …

UI / UX Design web-design
Member Avatar for showman13
0
135
Member Avatar for HelenLF

I don't know if this is the correct forum for this question but here goes... I have a client with a .com domain which has expired. She uses it to redirect to her .co.uk domain - mainly to protect her brand but also for the email address. The company the …

UI / UX Design web-design
Member Avatar for msagilliam1
0
123
Member Avatar for chrisschristou

hello daniweb friends. sorry for my title i didn't find how tell shortly or exact my problem. so i have a div in header which in i have image as site logo and near i have form "search form" i want to make near, face to face. but what i …

Member Avatar for rtrethewey
0
216
Member Avatar for os.kwesi

Hi, How can I automatically resize the height of an iframe such that it takes the height of an external website without showing the scrollbars. Thanks in advance

UI / UX Design html-css web-design
Member Avatar for almostbob
0
855
Member Avatar for centenond

if triangles are made with borders, how i can put a border in one triangle? .arrow { height:0; width:0; border:40px solid transparent; border-bottom:40px solid black; } Thanks

UI / UX Design html-css web-design
Member Avatar for Alberto Bucur
0
689
Member Avatar for lonrat

Does anyone know of an easy way to have an image switch to another image when the cursor hovers over a completely separate image? [Here](http://lonnyfoster.com/temp/daniweb/replace_image.png) is a diagram that hopefully illustrates more clearly what I'm trying to say.

UI / UX Design image web-design
Member Avatar for Reshma_1
0
313
Member Avatar for McLaren

hello, [CODE] <div> <div class="floatLeft"></div> <div class="center"></div> <div class="floatRight"></div> </div> [/CODE] The question is - how do I make the div with class "center" actually in the center. Those 3 divs doesn't take all the width available. Another divs are floated as class name says.Or should I use different technique?

UI / UX Design html-css web-design
Member Avatar for clintmannar
0
3K
Member Avatar for Muni123

I have a login jsp page where users can login in to my web application, I have also a sign Up form where user can register if they are not members. I'm trying to do the login and sign up forms in one JSP called login.jsp. Login part works fine …

UI / UX Design web-design
Member Avatar for ckide
0
2K
Member Avatar for Enigma360

I have a form which updates a MySQL database. This form uses an image to submit the form (code below). The name of the form is 'UpdateForm' <input style="padding:0px; margin:0px; margin-top:10px; border:none;" type="image" hspace="0" vspace="0" border="0" name="Update" id="Update" value="Update" alt="Update" src="images/UpdateButton.png" /> I would like to change this to use …

UI / UX Design web-design
Member Avatar for Ajay Gokhale
0
554
Member Avatar for Bensirpent07

This is code that I currently have right now so that I could have text centered in a div box. But there has to be an easier way, can someone show me how? Code I am using now: <div id="teampiccontainer" style="width:1000px; height:100px; background-color:#EB6262; margin: 0 auto;"> <div id="text1" style="display:table-cell; vertical-align: …

UI / UX Design html-css web-design
Member Avatar for ComNaD
0
417
Member Avatar for Bensirpent07

I am trying to center these <li> elements but I can't seem to figure out how. I now I could just add 400 margin to the other <li> element in CSS but I need to have a picture to the left of both of these and I know that won't …

UI / UX Design html-css web-design
Member Avatar for k99rs
0
256
Member Avatar for neha05
Member Avatar for neha05
0
237
Member Avatar for davecoventry

Is it possible to see what the index is of a Select combobox selection? I have website with a select box which has a few hundred options. <select name="breed" id="breed"> <option value="">Please select</option> <option value="Abyssinian" >Cat: Abyssinian</option> <option value="American Bobtail" >Cat: American Bobtail</option> <option value="Mixed (Unknown)" >Cat: Mixed (Unknown)</option> .... …

UI / UX Design web-design
Member Avatar for Alberto Bucur
0
193
Member Avatar for owen101

Hey Guys, What is difference between HTML and HTML5?

UI / UX Design html-css web-design
Member Avatar for ComNaD
0
192
Member Avatar for jay_el_em

Hi, I'm a newbie to html. I'm creating a website with some pics. I want each picture to link to another html page to display a larger image, but I don't want to create a page for each one. Is it possible to create one html page, link to that, …

UI / UX Design html-css web-design
Member Avatar for ckide
0
164
Member Avatar for pavi.mythri.1

Hi, I am working on a form created in html and also used Java scripts needed. I am trying to encrypt a string with the security key i have. On the page load this has to be done. Can i do this using the Velocity Scripting. Or could you please …

UI / UX Design web-design
Member Avatar for pavi.mythri.1
0
125
Member Avatar for Mohamed_26

I am having trouble in styling the table in php code. I was wondering if u can help me with it? echo "<table border='1' padding = '20'>"; echo '<tr>'; echo '<th>DVD Name</th>'; echo '<th>Price</th>'; echo '<th>Quantity</th>'; echo '<th> Total </th>'; echo '</tr>'; I just want to like change the colour …

UI / UX Design php web-design
Member Avatar for Mohamed_26
0
81
Member Avatar for nadiam

hey guys, so im not sure if this is the right forum, sorry if its not. anyway, i have to create a webpage that can do seating arrangements graphically. it would be like those seating plan softwares out there but this would be online. users can choose tables/chairs/etc which guests …

UI / UX Design html-css mysql php web-design
Member Avatar for nadiam
0
509
Member Avatar for Bensirpent07

I made a navigation tab (here is the url if you would like to see it http://i.imgur.com/FnjEoYH.png) and I am now trying to make each tab "highlight" (one example is the home tab http://i.imgur.com/VoU48Fk.png) whenever a mouse is hovered over it and go back to normal when mouse is not …

UI / UX Design web-design
Member Avatar for Bensirpent07
0
321
Member Avatar for hrsht

Hey, I want my ads to float in the right sidebar as "Daniweb." On Daniweb the social sharing buttons and related posts are sticky, I want the same configuration for my website.

UI / UX Design advertising web-design
Member Avatar for ellysdirectory
0
250
Member Avatar for patk570

Hey everyone, I have navbar from boostrap, I am trying to get the flags to append to the bottom/hang from the bottom of the nav on right side. [Link](https://www.assets.patrickspcrepair.com/gotya/simple-sidebar.html) to the site. The flags are just basic but i need to set the css style to "hang" from the navbar …

Member Avatar for patk570
0
231
Member Avatar for zobadof

Hi, So recently I downloaded a template and I'm wondering if its possible to link a title="#" to a video on YouTube, not embed, simply link it. <div class="3u"><a href="images/fulls/01.jpg" class="image full"><img src="images/thumbs/01.jpg" alt="" title="Halloween 2013"></a></div> Thats the code in question, I can't change the <a href="images/full/01.jpg" .... > because …

UI / UX Design web-design
Member Avatar for cereal
0
192
Member Avatar for YA RAMSAMKER

What matters when creating a website ? you as a user what attracts you to visit a website ?

UI / UX Design web-design
Member Avatar for BMXDad
0
155
Member Avatar for dstoltz

Working on a complete re-design, and man, they needed it. All flash site, with terrible clip art, etc... Worse, their logo looks like it was designed on the VIC-20, and is really clipart-ish looking. The want to continue to use it. How do I tell them it's terrible, in a …

UI / UX Design web-design
Member Avatar for dstoltz
0
149
Member Avatar for Jev181

I have a PDF I would like to be downloadable. I've used the HTML5 <button> tag as follows to create it as follows. <a href="http://www.jonvandesigns.com/PDF/VanDenEeden-Jon-Resume.PDF" target="_self"> <button id="resume-download">PDF View/Download</button> </a> The coding worked beautifully on my local network, but once it was uploaded to my server and I accessed it …

UI / UX Design html-css pdf web-design
Member Avatar for Sean_3
0
124
Member Avatar for tieshenlan
Member Avatar for gomi14
0
114
Member Avatar for london-G

I am looking to have a slider similar to this with the thumbnails on the right had side displayed as a slider http://wowslider.com/jquery-image-scroller-prime-time-linear-demo.html Any ideas how I can achieve this?

UI / UX Design web-design
Member Avatar for london-G
0
101
Member Avatar for T4gal

I have a page with two DIVs floated on either side as sidebar ads and the page content in between. For some reason, one of the DIVs in the content area refuses to come up between the two floated DIVs, it stays just below them, leaving a blank space. You …

UI / UX Design web-design
Member Avatar for T4gal
0
81
Member Avatar for alyssa.wilkins.77

Hello. I have been given a fina assignment where I must create my own website. My professor at my college who has not really covered any type of HTML stuff wants us to create a webpage by scratch. The class is suppose to be an intro class to HTML. This …

UI / UX Design web-design
Member Avatar for jayshri.shah.10_1
0
460
Member Avatar for JayGeePee

I cannot figure out why I have a shadow around my image in IE and Opera. It's not a problem in Chrome, Apple, Firefox, Avant, Maxthon, Safari, etc. I've tried, outline, shadow, etc in an external stylesheet and directly inline. http://i.imgur.com/rLPKHVs.jpg

Member Avatar for JayGeePee
0
324
Member Avatar for Dev7Cyber2012

**Please help,** I want my # scroll-up menu with CSS # only [without frame/iframe (I hate frame :'( )](http://tina-andrew.blogspot.com) and javascript ... I', trying to load my blog with all css' not others. (or, can I code others to be 100% validated in w3's validator? - I'm in my job …

UI / UX Design html-css web-design
Member Avatar for diafol
0
279
Member Avatar for Beggersewen

Is there a way to make a link download an image instead of opening in on the browser?

UI / UX Design file-system web-design
Member Avatar for harishjan29
0
275
Member Avatar for YA RAMSAMKER

What is the best software to use when creating web pages and web sites ?

UI / UX Design web-design
Member Avatar for YA RAMSAMKER
0
211
Member Avatar for mattyd

Hello. Having some trouble figuring out a CSS footer issue. The footer should fill the page fully, not extend a horizontal scrollbar **and importantly**, not have a 3-5 pixel left gap. I've tried all I know to fix this. Here is the CSS for this: footer { float: left; min-width:100%; …

UI / UX Design html-css web-design
Member Avatar for mattyd
0
171
Member Avatar for YA RAMSAMKER

Is it possible to display the same information on a textfile on a web application so my programme can read directly from a textfile ? so if any changes happen on my textfile it must also take effect in my programme without me doing anything

UI / UX Design web-design
Member Avatar for diafol
0
120
Member Avatar for 21310051

"&nbsp" appears a lot in the source code of a form, what is the purpose of this?

UI / UX Design web-design
Member Avatar for gauravrana
0
101
Member Avatar for T4gal

Hello, I've got a simple page with some images floated to the right of some text. The images are above the text in the html, and everything works fine in every browser but ie7. In ie7 the images stay on top and the text is pushed below. I've looked on …

UI / UX Design web-design
Member Avatar for T4gal
0
99
Member Avatar for gogs85

The navigation must be styled using the :hover pseudo class, while the active menu point must use the body class. How to make this? Thanks!

UI / UX Design web-design
Member Avatar for Alberto Bucur
0
99
Member Avatar for AQWst

Hello-- It has been a few years since I posted anything here. I developed a web site that randomly played various MP3 files I stored. I am working to rewrite some of the code because it appears if my code to do this is no longer working. Can someone please …

UI / UX Design web-design
Member Avatar for AQWst
-1
337
Member Avatar for mattyd

Yes, webpage size- Standard sizes? Dynamic? I don't know! I have been building websites since 2000 and the one area I have never, ever been able to fully understand is this topic. I need serious help with this. Explanations. My site(s) to render properly in any browser. **No horizontal-scrolling**. **I …

UI / UX Design web-design
Member Avatar for Coloradojaguar
0
128
Member Avatar for Deep Modi

I am begginer in Web site. But I want to know How I can create a gadget/script like this. ![28aa7cfb7037f059f267ad299047367c](/attachments/large/4/28aa7cfb7037f059f267ad299047367c.png "28aa7cfb7037f059f267ad299047367c") So whenever someone type their address in the field, then that address will be send to my email address. and at same time that email will also get mail …

UI / UX Design web-design
Member Avatar for Dani
0
102
Member Avatar for samsons17

Hi all.. I just done a website using HTML,CSS and PHP. For now,my website is only fine to be displayed in Mozilla and IE.. For IE(Internet Explorer), I just fix the css by doing another CSS layout for that. like this one : [CODE] <!--[if IE 7]> <link rel="stylesheet" type="text/css" …

UI / UX Design html-css web-design
Member Avatar for shaddam
0
1K
Member Avatar for wealthdiva

Morning everyone -- Can anyone help me with what is probably very simple? I have a page where I want to get a variable from the URL and insert it in the buy button... so if my url is http://mywebsite.com/hangout?id=beauty I want when someone click the button Buy to go …

UI / UX Design gui seo web-design
Member Avatar for wealthdiva
0
257
Member Avatar for zobadof

Hi, Recently I downloaded a template which is awesome. However, it has a contact form on it but no way to set it up easily. I'm wondering how I can use the code provided in order to make it send to my email address. I'm aware this'll use PHP or …

UI / UX Design web-design
Member Avatar for zobadof
0
155
Member Avatar for zobadof

Hi, It's been a long time since I've posted on here and it's been a rather long time since I've coded. However, I'm using a footer I used on another site I made however its causing a scrollbar to appear when there really doesn't need to be one. If I …

UI / UX Design web-design
Member Avatar for zobadof
0
144
Member Avatar for pratik shukla

i am trying to insert values in my dropdown list dynamically onclick of add button such that one row should be added with new dropdown with data. i have tried many logic but didnt work. <html> <head> <script language="javascript"> function addrow(tableID) { var table = document.getElementById(tableID); var rowcount = table.rows.length; …

UI / UX Design html-css web-design
0
127
Member Avatar for sabin_silwal

How to get sorcecode of http://sabinsilwal2002.wix.com/sabinsilwal..

UI / UX Design web-design
Member Avatar for gabrielcastillo
0
114

The End.