10,650 Topics

Member Avatar for
Member Avatar for levsha

As far as I know, the 'image' input type can only be used for a 'submit' button. How do I make 'reset', 'print' and 'upload file' buttons on my form contain an certain image in them instead of being generic gray HTML buttons? I gathered that I would need JavaScript …

Member Avatar for papanyquiL
0
139
Member Avatar for dinomark

Any way to get a *cheap* full version of Dreamweaver CS5? Or maybe CS3 or CS4? I'm using an ooooooooold Dreamweaver 4 (basically for landing pages) and it's a 10 years old software!

Member Avatar for papanyquiL
0
100
Member Avatar for reibi

hi everone, Well I need to display something like below by using css. I am like stuck in this. So, plz anyone help me out. the first div.the first div.the first div.the first div. the first div.the first div.the first div.the first div. the first div.the first div.the first div.the …

Member Avatar for Dandello
0
147
Member Avatar for _mike_

Hi, I am having issues attaching the following if statements in the head of my page to show the correct CSS for older versions of IE. I am using : <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="/css/mainiesix.css" /> <![endif]--> <!--[if IE 7]> <link href="/css/mainieseven.css" rel="stylesheet" type="text/css" /> <![endif]--> <link …

Member Avatar for _mike_
0
184
Member Avatar for ultimatebuster

[CODE=html] <div id="wrap"> <div id="left"> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> </div> <div id="right"> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> <p>Content</p> </div> </div> [/CODE] [CODE=css] #left{ float: left; margin: 0; padding: 0; width: 196px; font-size: .9em; height: auto; } #right{ margin: 0 0 0 221px; padding: 0; height: auto; …

Member Avatar for jrock2004
0
226
Member Avatar for nazar22

Hi, I am working as a Manager in Web Development Company, I have work experience in Both Drupal and Joomla. This is my opinion or views about Drupal Vs Joomla in terms of Development Cost. Mainly I post my comments, to know others opinion about this. But, As a Manager …

0
65
Member Avatar for Famous16

Hi all, Which companies in UK provide high quality web design and development services for promote websites. With Regards,

Member Avatar for nazar22
-1
179
Member Avatar for 77wildhorses

Using a Flash menu generated by a 3rd party tool (flash menu factory). Need to implement a non-flash navigation for users who don't have/can't use Flash. How to I display an alternative menu for people like iPad/iPhone users?

Member Avatar for Brian Stephens
0
132
Member Avatar for usmanbssi

hello, I am creating a table with a form inside of it. the code I used is as so: [code=html]<form action="formprocess.php"><table>.....</form>[/code] for some reason between the form tag and the table tag, even though nothing is there, it is reading it as a &lt; and putting a less than sign …

Member Avatar for Dandello
0
84
Member Avatar for soss2726

I cant get the topleft.jpg to show up in my main document. Can u help me correct this code?[code]<div id="rightColumn"> <div id="tBorder"> <div id="bBorder"> <div id="lBorder"> <div id="rBorder"> <div id="tlCorner"> <div id="trCorner"> <div id="brCorner"> <div id="blCorner"> <div id="brCorner"> <div id="boxContent"> Stylesheet: .tlCorner {display: url(topleft.jpg) no-repeat top left}[/code]

Member Avatar for scrappedcola
0
96
Member Avatar for valonesal

Can someone recommend a program for testing our website, such as stress testing, load testing and so on? Thank you.

Member Avatar for diafol
0
99
Member Avatar for plarsen111

I have placed a background color for my links, but want it to fill the whole box, not just the word. Here is my website: [URL="http://www.hmstechnology.com"]www.hmstechnology.com[/URL] You'll notice that the text turns white when you hover your pointer over the text. BUT, [URL="http://www.ksd.org/hms"]I want it to do this[/URL]: You will …

Member Avatar for diafol
0
620
Member Avatar for snefmoo

iv just got a new computer at work and have transferred a web site over to the new computer. when i open it in dreamweaver the css styles are shown but when i go into live view or load it in a browser the css disappears. the layout is still …

Member Avatar for diafol
0
116
Member Avatar for halfdozenplus1

I am trying to finish up a website that in all intents and purposes SHOULD be done, but when tested in IE7, the text on 2 of the pages "jumps" to one word per line. It happens on the 2 pages that do have their own templates, they were created …

Member Avatar for michaelcp23
0
103
Member Avatar for michaelcp23

Hello I am having trouble with my spry drop down menu shifting to the right when I hover over the navigation bar. It is only the submenu's that shift, not the actually nav bar itself. The error is only visible in IE6 & IE7. I do not see the problem …

0
150
Member Avatar for ozman26

Hello everyone, I have a little dilemma. I have a css that controls a transparent gif and it works fine in FF, but in IE, I get a white border. Below is my CSS for the button. [code]#sendbutton { position: absolute; background: url(images/send_button97.gif) no-repeat; border:none; font-size: 13px; text-align: center; background-color:none; …

Member Avatar for ozman26
0
88
Member Avatar for mrnutty

Does browser treat "id" and "class" as the same, even though they have different meaning?

Member Avatar for rajarajan2017
0
129
Member Avatar for Lusiphur

I'll preface this by saying that, while I know a fair bit about C#, ASP.Net, HTML, etc... I am a mere pre-novice when it comes to AS3 scripting for Flash. The basic idea of what I'm trying to do here is to create a simple children's mathematics game which runs …

Member Avatar for Lusiphur
0
190
Member Avatar for Acute
Member Avatar for teddypwns

I am trying to make a menubar for my website using CSS and HTML, but the buttons appear in reverse order. Here is some of the source: HTML: [code] <div class="hovermenu"> <ul> <li class="hovertarget"><a href="http://www.teddypwns.com/">HOME</a></li> <li class="hovertarget"><a href="http://www.teddypwns.com/contact-us/">CONTACT US</a></li> <li class="hovertarget"><a href="http://www.teddypwns.com/login.php">MEMBER LOGIN</a></li> </ul> </div> [/code] CSS: [code] .hovertarget a …

Member Avatar for teddypwns
0
196
Member Avatar for baseballfury

Hi all, An issue i've never come across before. I've got a picture as a background which i declare in my css file. The div (wrapper) is 960px wide and 100px height, the image is to sit at the top left so no real placement needed. I then have another …

Member Avatar for JameB
0
299
Member Avatar for suasi2007

am working on my project and the requirements are that i develop a web site and have it connected to an access database. the site is ready and the database the problem is how do i connect to the database.could someone help please.

Member Avatar for Lusiphur
0
83
Member Avatar for drfarzad

Hi every body at the ariahost.net/index2.htm my css menu is under the image slider . how can i fix it ?

Member Avatar for DesigningStudio
0
45
Member Avatar for samw1

I want to add side images to my html page. On the entire left and right side of the page I want a image repeating vertically (different for each side). How do I go about doing it?

Member Avatar for samw1
0
88
Member Avatar for wonderland

Hi, I can't figure out how to make this background friendly for various resolutions. I would like wave pattern to continiue on larger resolutions, while content is in the center of the page. [IMG]http://i52.photobucket.com/albums/g9/Rydra/kapieni-bg.jpg[/IMG] Will be thankful for every suggestion.

Member Avatar for wonderland
0
112
Member Avatar for pruthvikumar

Hello sir/madam, I need to know the procedure to import an swf file into a website using dreamweaver. Plz help. Thanks, Pruthvi

Member Avatar for pruthvikumar
-1
62
Member Avatar for Mapper99

Any way I can remove the additional borders created when I nest a table? Here is the code I am using. [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> <style type="text/css"> #leftcolumn { width: 72px; height:120px; float: left } #leftcolumn img { width:100%; height:100%; } #rightcolumn { …

Member Avatar for macgurl70
0
2K
Member Avatar for shadiadiph

Not sure why there is obviously something wrong with this but my two of my divs username and #passwordrow are turning out twice the length of the parent #loginbox don't worry ablut the wierd backgroound and text colours I did that so I can see how they are acting, the …

Member Avatar for macgurl70
0
103
Member Avatar for iamthwee

Just found a really cool, free flowchart drawing software. Basically, I was searching the net for something similar to visio and smartdraw and came across yED. ( stuff in word and open office just doesn't cut it for me) [url]http://www.yworks.com/en/products_yed_about.html[/url]

0
119
Member Avatar for dottomm

Hello and thanks in advance to anyone who can help me with this problem. A publication went out to our field of users with a mis-typed urls and now all the visitors are landing on our 404 page. The problem with the published links is that the sub-directory [url]http://www.mysite.com/subdirectory/file.html[/url] was …

Member Avatar for rch1231
0
106

The End.