10,643 Topics

Member Avatar for
Member Avatar for titusnainggolan

Hello all, I want to embed video in my website with code below, [CODE]<div id="video"><embed src="video/hari_ini_sakit.mp4" width="200" height="175"></embed></div>[/CODE] But I want to hide the tracking/control bar in video area. I need your help. Thanks

Member Avatar for Arkinder
0
105
Member Avatar for sureshksk

Hi all, I am using struts2 in my application.I stored a image in hard disk using built-in file interceptor and fileUtils.copyFile()provided by apache.commons.io. but I am unable display image to user. <img /> tag is not working. thanks in advance regards ksk

0
95
Member Avatar for prajesh2

I want to know difference between three list and in what situation each should be use? I need to understand definition list better. Thank you

Member Avatar for Arkinder
0
34
Member Avatar for alanlee9898

I hope someone can show me how to center images using CSS, which apply to all browser sizes. Website: [url]http://alphaalps.com/gallery.html[/url] Currently only footer is center on every browser size. Thanks!

Member Avatar for Arkinder
0
230
Member Avatar for sirlink99

I made a simple menu using css and a tutorial on youtube and now I would like to change px into percentages. I have managed to do most of it, but when I go to products, insted of them being listed under each other 4 of them are beside eachother …

Member Avatar for Arkinder
0
490
Member Avatar for msm446

I am trying to help out with a website ([url]http://www.chetekinteriors.com/wordpress[/url]) - the background image is what features the column - it is ran by the css settings in a theme I purchased. For some reason, when I edit the CSS settings for the background image display properties, it shows fine …

Member Avatar for Arkinder
0
222
Member Avatar for G&G Designing

Ok so I have decided to write a small tutorial to help the newbys out there! Here it goes! [B]WARNING! I AM NOT DONE! I will finish the rest tomorrow when i wake up.. its 4:03am....[/B] Today we are going to be designing a blog... Here is our blog image. …

Member Avatar for Arkinder
0
161
Member Avatar for ptemedia

Hi, I am having problems centrally aligning an image. The basic HTML is shown below. I have taken out other elements that are not effecting this problem: [CODE]<div id="ImagePlaceholder"> <div id="Images"> <img class="current" src="photo1.jpg" alt="" /> <img class="nextimage" src="" alt="" /> </div> </div>[/CODE] and the CSS is: [CODE] #ImagePlaceholder { …

Member Avatar for Arkinder
0
454
Member Avatar for nagennaskar

Hi, I am a newbie(learner) to WAMP development and need free e-commerce/shopping cart template and theme for practicing CSS. Please suggest some sources for the same. Guidance on how to use the stuff is welcome! Thanks in anticipation Nagen

Member Avatar for Arkinder
0
87
Member Avatar for piers

Hi guys I have an image that I need to resize for a website without losing any of the quality. The image has a .gif extention and when I have scaled the image down using GIMP the image goes a bit fuzzy. Do you know any software or method to …

Member Avatar for neotutorials
0
154
Member Avatar for jjustin3

So, I am new to HTML and was wondering: how could I write a website that would allow the users to post new material (like a blog)? I know that is very vague, but it is sort of like a blog post, if that makes sense. Any help is welcomed. …

Member Avatar for G&G Designing
0
116
Member Avatar for sirlink99

I would like to display 3 images in a row, and then 3 more underneath, and so on (until there are no more images). I currently have this css code [CODE] #productsMenuFirst{ display:inline; width: 100px; height: 60px; padding-right: 50px; padding-left: 50px; } #productsMenu { display:inline; width: 100px; height: 60px; padding-right: …

Member Avatar for Arkinder
0
206
Member Avatar for loveforfire33

Hi, First of all im pretty sure this isnt the right place for this post, but im not sure where to put it.. please move it admins if its totally wrong!sorry! my question is this im about to purchase hosting that allows me to have several websites hosted on one …

Member Avatar for G&G Designing
0
114
Member Avatar for lemur

hi there It s relly wirde; my conditional comments are not working. it s so simple but i have no idea whats wrong is with the code. <!-- [if lte IE 8]> <link href="ielte8.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if lte IE 7]> <link href="ie7.css" rel="stylesheet" type="text/css"> <![endif]--> <!--[if lte IE …

Member Avatar for lemur
0
82
Member Avatar for Johnmaurice

Hi friend i want to design my personal website please anyone can help me or suggest some resources.

Member Avatar for G&G Designing
0
108
Member Avatar for tobeeornot

Hi, Using CSS, I am looking to create a grid/table for a shopping cart page (for practice purposes only) inside the main content container, where a numeric stepper, product image and checkbox will be placed in each individual box of the grid, consisting of four rows and four columns. I …

Member Avatar for tobeeornot
0
934
Member Avatar for MDanz

The width spreads across the whole page, i only want it to be as long as the content in the div. How can i solve this? [code]<style type="text/css"> .three { display:block; width:auto; height:100px; position:relative; border:1px solid black; } .three a { width:100%; height:100%; position:absolute; } </style>[/code] [code]echo "<div class='three'><a href='two'></a>test</div>";[/code]

Member Avatar for Arkinder
0
106
Member Avatar for rezekk0

trying to create a flash object for my website. it is just a 400x200 frame that rotates a bunch of pictures for my products. i want each picture to be an individual link but so far i can only make the object link to one page. any ideas how to …

Member Avatar for iamthwee
0
49
Member Avatar for stilts

[url]http://shawnhilts.com/index/[/url] Working on this website here.. I would appreciate if someone gave me some design advice or layout advice.. really anything that might improve the layout and design as a whole would be nice thank you. NOTE: This website is not in complete. For pages that don't show up in …

Member Avatar for iamthwee
0
114
Member Avatar for FOOLY

For some reason, when I try to shape tween an animation in Flash, I'm unable to do it. The option in the Insert toolbar is unable to be clicked, while Classic and Motion tween are given and clickable. Do I have something set wrong that is causing Shape Tween to …

Member Avatar for iamthwee
0
178
Member Avatar for Hani1991

Hello everyone.. Ive tried to assign an icon to my webstie.. It worked idyllically on Firefox.. However, on IE 8 and IE 9 it had no response at all as if there were no icon! As far as I can see, Daniweb is also facing the same problem; I mean …

Member Avatar for Arkinder
1
104
Member Avatar for Sae1962

Hello! My question concerns software architects that have experience with UML/UTP. [U]Introduction:[/U] We are currently in the start phase of a new project, where documentation for hardware with embedded software is written. I am responsible for the GUI development. As the starting point, a predecessor model is used. Its GUI …

Member Avatar for JeffGrigg
0
203
Member Avatar for johnnycho

To illustrate the issue, I've created two HTML pages: [url]http://www.johnnycho.com/firefox_csstest01.html[/url] [url]http://www.johnnycho.com/firefox_csstest02.html[/url] They are both exactly the same, with one exception. On the first page, the div class="topbox" has a padding of 1px. On the second page, the padding has been set to 0. If you look at these two pages …

Member Avatar for Arkinder
0
660
Member Avatar for mundee

Hi my name is Aida Boling and I am on here trying to meet new friends as well as trying to build an e-commerce website. I am originally an illustrator and my husband and I built a clothing business. At first, I was hard to communicate to manufacturers without any …

Member Avatar for mundee
0
209
Member Avatar for Cyberdesignz

Hi friends I was looking for how to optimize a website design for mobiles phones using website seo services company and came across a useful link. Here it is. [URL="http://seotech.qapacity.com/blog/24873/top-seo-and-designing-strategies-for-mobile-websites/"]http://seotech.qapacity.com/blog/24873/top-seo-and-designing-strategies-for-mobile-websites/[/URL] Please visit it and then i am ready to discuss it here. Waiting for your feedback

0
70
Member Avatar for Acute

How to create a transparent png or gif file? on photoshop? if yes, can you explain how? I create 1x1 transparent png/gif file and put it on the box background with y and x repeat, right? is this the idea of transparent backgrounds? Thnx in advance

Member Avatar for windowswarrior0
0
116
Member Avatar for sirlink99

I have this code that should set up the page header [CODE] #headerWrap { margin-left: auto; margin-right: auto; width: 700px; height: 100px; background: url(Images/header.gif) no-repeat; }[/CODE] the picture is not being displayed. Please tell me how to fix this. Thanks

Member Avatar for sirlink99
0
75
Member Avatar for lemur

Hi there, I created highlight button, but color does not fill all button space. There is some gap on the left side button. thanks for any hint. html code: [CODE] <div id="primarynavigationbar"> <ul> <li><a id="homebutton" href="index.html" accesskey="1">Home</a></li> <li><a id="bootsbutton" href="boots.html" accesskey="2">Boots</a> </li> <li><a id="clothingbutton" href="#">Clothing</a></li> <li><a id="accessoriesbutton" href="#">Accessories</a></li> <li><aid="aboutusbutton"accesskey="3"href="aboutus.html"> AboutUs</a> …

Member Avatar for lemur
0
124
Member Avatar for FOOLY

In Photoshop, my JPEG image is CMYK. Once imported to Flash, the colors change to become brighter and more saturated. How can I stop this, or what am I doing wrong? Thank you!

Member Avatar for Oveek
0
196
Member Avatar for blotind

this won't validate!! any suggestions? it for some reason doesn't call the ValidateFrom function... [CODE] <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> <title>User Details</title> <script type="text/javascript"> function validateForm(){ var x=document.forms["myForm"]["username"].value if (x==null || x=="") { alert("username must be filled out"); return false; } var y=document.forms["myForm"]["email"].value …

Member Avatar for blotind
0
195

The End.