11,821 Topics

Member Avatar for
Member Avatar for webdi

I'm sure this has been discussed but I can't find it in my searching. I have seen suggested solutions, but none work in my case. I've got a page with several divs. Each div has with some text and an image. The images are align to the right of the …

Member Avatar for webdi
0
94
Member Avatar for ablitz

I have a problem with LABEL followed by P tag. [CODE]form#two p { display: inline; margin-bottom: 10px; width:200px; } form#two label { display: block; float: left; width: 100px; margin-bottom: 10px; width: 12em; padding-right: 5px; font-weight: bold; text-align: right; color: #AB0101; }[/CODE] My goal is to get LABEL and P contents …

Member Avatar for ablitz
0
122
Member Avatar for Maverick27

Hi - i have Oracle programming experience but i am new to HTML. Can somebody pls. help me translate attached image (Rates) into HTML code. The HTML code will be plugged into XML file. hxxp: img511. imageshack. us/img511/7827/rates. jpg I have some idea on HTML (very basic) see link below …

Member Avatar for ablitz
0
154
Member Avatar for ytregnn

I've recently started to use divs instead of tables and unfortunately I've got stuck. I'm trying to use the following code (the images you see is used as corners): [CODE]<div class="roondcont13"> <div class="roondtop"> <span class="rund108 style505"><IMG height=10 src="hornvan.jpg" width=10 align=left><IMG height=10 src="right_b.jpg" width=10 align=right><br> </span> <table width="100%" border="0" align="center" cellpadding="0" …

Member Avatar for ablitz
0
87
Member Avatar for Elehas

Hey, I'm having some huge issues with the layout of my main body area. The attachment shows how it's suppose to look. I've recently switched from table-based layouts to css positioning and this is why i'm struggling. I need help with the floats and clears lol. this is my css …

Member Avatar for ablitz
0
128
Member Avatar for smilsuren

hi friends, i started one website project in napali language, client gave me one doc that is in preeti font. i cannot use that doc in webpage. all are displaying junk text any one tell me what i will do... i tried some non-unicode to unicode converters but its not …

Member Avatar for macneato
0
23
Member Avatar for TomWhitney

I copied the embed code into my Dreamweaver code and it will play when I play Preview on My Browser, but it will not upload to the internet. Can anyone tell me what to do to make that happen?

Member Avatar for rajarajan2017
0
74
Member Avatar for toddj

I have my site [url]http://toddj.com[/url] which works fine in firefox 3.5, but hardly at all in IE8. I use tumblr and a custom theme that I built off of one of the original themes. I play around with it a lot so I think I've messed something up while doing …

Member Avatar for techsheaven
0
567
Member Avatar for realdealnaija

Please I am in need of a script that will help me in my design. This script could simply be described as Courier Tracking script. I want in a situation where I can track my packages. I was using one before but I dont know what happened to their website. …

0
38
Member Avatar for Magic8Computing

Hi, I am developing a company intranet and was wondering is it possible to open the files from the server locations rather than using href as this opens the file from your local temp directory and subsequently read only too. Regards Matthew Clay

Member Avatar for harrierdh
0
128
Member Avatar for DJAyzed

Ok i seem to be have alot of problems with this script, first of all there must be an easier way to do something if a function doesnt trigger than having a variable but if this is the only way then it is not working for me. i first tried …

Member Avatar for rajarajan2017
0
135
Member Avatar for dello

hi all, I don't know if this is the correct place to post this, but I am after some help/advice/tutorial on how to go about creating a menu system similar to: [url]http://www.maxxcount.de[/url] i am just looking at the homepage with the large flash menu... it looks fairly simply - i …

Member Avatar for rajarajan2017
0
79
Member Avatar for abrocketman

I am creating a website with three coloums. I have set the height to AUTO in CSS. but when i reach a spefic height it goes over it and it wont expand the div tag. I have tried setting the css to 100% and this wont even help. Please could …

Member Avatar for almostbob
0
129
Member Avatar for EddieC

Zend Technologies today is set to announce a series of alliances intended to allow its PHP framework and development environment to work with other widely deployed RIA technologies from Adobe, Dojo and IBM. In a keynote speech at [url=http://www.zendcon.com/ZendCon08/public/content/home]ZendCon[/url], the company's annual PHP developer conference in Cupertino, Calif., Zend CEO …

Member Avatar for ablitz
0
463
Member Avatar for dwlamb_001

Good day, I am having a challenge with a layout for a div that will contain three divs for some navigation aids. I see the three divs as justified right, justified center and justified left respectively. Something like this: ------------------------------------------------------------------------------------- <---------------------div 1> | <div 2> | <div 3-------------------> ------------------------------------------------------------------------------------- <div …

Member Avatar for almostbob
0
141
Member Avatar for dlannetts

l am having a little bit of trouble positioning stuff with css and html, l have a bottom bar and in this bottom bar l have three links one on the left one in the center and one on the right, no l need to position them in three ways, …

Member Avatar for tranchibinh
0
148
Member Avatar for bjdmb

I am having trouble with my footer floating up to the middle of my page. Also having a problem with the container in the background not going around the whole site unless I set a specific height. Any help would be appreciated. Here is the pages code.... [CODE]<body> <div id="main"> …

Member Avatar for tranchibinh
0
176
Member Avatar for cwarn23

I have been asking for some time to move [URL="http://www.daniweb.com/forums/forum28.html"]forum28[/URL] to it's own main forum in web development instead of being a subforum of web design but it seems everybody has been confused about what I am talking about. So I've now started my own thread... Anyways, it seems that …

Member Avatar for jbennet
3
216
Member Avatar for GReddy4u

joshsonunionsquare dot com/index1.php I just added a 3rd button on the main section titled 'Photos' and as you can see it is being cut off. I've checked my code and it seems all 3 buttons have the same margins so I'm not sure what could be wrong. Any help is …

Member Avatar for tranchibinh
0
143
Member Avatar for rouse

I tried this code to center my main container, it works in FF, Chrome, and Safari, but not IE8. [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <!-- Inline CSS --> <style type="text/css"> body{ background: black; } #container{ position: absolute; margin: 0 auto; width: 59.375em; height: 52.25em; …

Member Avatar for tranchibinh
0
258
Member Avatar for EvolutionFallen

I'm trying to use the [URL="http://htmldog.com/articles/suckerfish/dropdowns/"]Son of Suckerfish[/URL] dropdown menu to make the drop-down menu for a site I'm working on. The dropdown looks fine in FF3, but on IE7 (the only other browser I've tested it on so far) it's got some problems. I've posted an example of the …

Member Avatar for EvolutionFallen
0
113
Member Avatar for Waddiwassi

Hi, I'm in my second year of computer science and we're currently learning about design patterns. As part of this we have been given an assignment to include the Abstract Factory design. I'm having trouble understanding exactly how it fits together so I was wondering if someone could explain, in …

Member Avatar for Waddiwassi
0
173
Member Avatar for rukshilag
Member Avatar for infinitymedia
0
86
Member Avatar for wieas

Hi! I am feeling really stupid. I have been struggling for three weeks with my css code trying to get a second color for links on: [url]http://www.orionconsultinggroup.net/About%20Orion.html[/url] I have looked it up on several websites and I am afraid that I am making a mess of my css without positive …

Member Avatar for almostbob
0
115
Member Avatar for dereknewland

Hello, my name is Derek and I'm a geek. I've been playing with computers for about 10 years now. I'm 23 and I am not sure which area of IT I would like to specialize in. I hope some of you may have some advice for me. Background I convinced …

Member Avatar for timha
0
235
Member Avatar for Dani

I have gotten soooo many mixed opinions lately, and I was wondering what you guys thought of the current style. Please be brutally honest. I'm not talking about "It's missing a link in a convenient place" or little functional things that can easily be changed/added/removed. I'm talking about the color …

Member Avatar for feoperro
3
941
Member Avatar for Mike_H

I am trying to get two radio buttons and their labels to lineup next to each other horizontally. I have tried various CSS code to do so but it never works correctly. The label for the second button is dropping down below its' radio button. Below is code for sample …

Member Avatar for Mike_H
0
642
Member Avatar for vishalkhialani

Hi, My client wants me to have the same feature as this site where a user selects a fabric and it shows on the image and stuff like that. I have new clue how to do this. Does any one have any idea on how to get this done ? …

Member Avatar for infinitymedia
0
125
Member Avatar for muaazhassan

How I can improve site layout of my website. My website is [url]http://www.india-forums.tv[/url] , i tried to create left bar in yellow. Is that looking good. Once i have 1204 visitors online but now its down.

Member Avatar for almostbob
0
83
Member Avatar for newsguy

Lord knows I could do with shedding a pound or 50, but it never occurred to me that WiFi could help me do that. However, according to a press release that arrived today it would appear to be the case. Some French technology outfit has launched a set of WiFi …

Member Avatar for eliza81
1
195
Member Avatar for jreddick82

Hello, I have a website that I designed. All the coding is checked with W3C for both HTML and CSS. I have also changed the DOCTYPE around to try different types and nothing seems to work. When you pull the website up on windows Vista whether it is IE or …

Member Avatar for MidiMagic
0
153
Member Avatar for sunshine12

Basic Question - I am new to Dreamweaver CS3 and I am trying to create a menu bar on the bottom of page with links like Home Contact Jobs FAQ ... with a vertical line separating each word. How do I do this? Thank you for your help.

Member Avatar for MidiMagic
0
180
Member Avatar for marc84

Hello, Can any one provide free downloadable website templates ..?? awaiting reply,

Member Avatar for virtuemart
0
251
Member Avatar for misschristi

I need some help. I am trying to post a video slideshow in to my auction listing, and cannot figure out how to do that. I have found on your website here, the codes to put the media player into the listing, but cannot figure out how to put the …

Member Avatar for orenshmu
0
109
Member Avatar for MeTc123

Hello, I'm currently working on a website for a client it's my first project, I've developed a few pages and would like to upload them to my web host and enable people to view the website via the domain. www. I'm not really 100% sure how to upload & and …

Member Avatar for MeTc123
0
172
Member Avatar for handyman_uk

Hi i have a website (i wont psot specifics unless you ask) i have 2 domain names both pointing to the same site i made a sitemap and called it sitemap1.xml the copied it altered the urls and named it sitemap2.xml simples i go to google webtools to submit my …

0
71
Member Avatar for JohnAvo

We need to convert bunch of swf files to youtube compatible format/flv. Anyone knows free or not expensive command-line tools which can help to do this. Any advice will be highly appreciated!

Member Avatar for snitch321
0
157
Member Avatar for general_neo

Hello fellow members, I am new to this forum and glad to have found it. Here is my plan. We have a shop and would like to have online presence. This business is related to car audio and lighting So I have already brought a domain (example xyz.net) But where …

Member Avatar for virtuemart
0
141
Member Avatar for phid2002

I atached the image with the webpage, do anybody knows how to do to show an advertise like in the photo after the page has been loaded, let's say after a few seconds, it seems similar to the lightbox.js but it's diferent. Can somebody help me with some ideeas ? …

Member Avatar for Phaelax
0
67
Member Avatar for Craig098765

Hello all at Daniweb! Kindly let me know what you think about our site design that offers a [URL="http://www.thecapetownflorist.co.za"]flower delivery[/URL] service in South Africa.

Member Avatar for Phaelax
0
55
Member Avatar for SQL2009

I am relatively new in the SQL/Web Development field. I have a DB (MS SQL Server 2000) and Web Apllication (.NET Framework 1.1). I would like to modify the seach and copy function in the existing web page. Please find attached the Design View as well as Source code for …

Member Avatar for kvprajapati
-1
66
Member Avatar for steve2112

i've just stumbled across a great way to proof read english text. i convert my text to pdf and use the acrobat reader's text to speech thing (view menu, read out loud). i otten make simple mistakes that MS word spell and grammar checker doesn't pick up, like a missing …

Member Avatar for Icarus_Night
0
104
Member Avatar for sangeeta_ratha

Hi, can anyone provide me with an easy code that would display my blogger posts in my website. ? Tried googling about blogger widgets. Any site that would be helpful will also do.

Member Avatar for almostbob
0
228
Member Avatar for phid2002

Hi everybody, i made a website using asp and everything it's ok until i notice that the buttons it's not working when using a blackberry. Do anybody has a clue how to get this done.

Member Avatar for phid2002
0
199
Member Avatar for sc0tsman

I have this small iframe I would like on my site however the buttons work perect in firefox and chrome but do not show in IE or opera, I have basic coding skills so go easy please :) Thank you. [CODE]<iframe src="caltest.html" name="myframe" width="582" height="397" align="top" scrolling="no" frameborder="1"</iframe> <br> <input …

Member Avatar for sc0tsman
0
92
Member Avatar for snitch321

ok, new problem. I've created some buttons that essentially i have created for a quiz page. What i've designed them to do is when you click on them they should change in to their hit state and do nothing else. The yes buttons should show a tick on the hit …

Member Avatar for rajarajan2017
0
73
Member Avatar for azetect

is there any way i can make background same as this site ? [CODE]http://www.cerebos-export.com/[/CODE] i need the web site background effect fit at all resolution without scrollbar at bottom. thanks in advice .

Member Avatar for azetect
0
102
Member Avatar for barania
Member Avatar for krisov
Member Avatar for canadafred
0
96
Member Avatar for levsha

Hi guys! Can't figure out why this is not working: [CODE]<div id = "calendar"> <script language="javascript"> document.write(TODAY); </script> </div>[/CODE] Here is the CSS: [CODE]#calendar { width: 956px; height: 15px; float: right; color: #ffffff; background-color: #036779; padding-top: 5px; padding-bottom: 5px; padding-left: 2px; padding-right: 2px; text-align: right; }[/CODE] The text doesn't show. …

Member Avatar for levsha
0
86

The End.