10,650 Topics
| |
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 … | |
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! | |
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 … | |
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 … | |
[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; … | |
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 … | |
Hi all, Which companies in UK provide high quality web design and development services for promote websites. With Regards, | |
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? | |
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 < and putting a less than sign … | |
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] | |
Can someone recommend a program for testing our website, such as stress testing, load testing and so on? Thank you. | |
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 … | |
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 … | |
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 … | |
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 … | |
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; … | |
Does browser treat "id" and "class" as the same, even though they have different meaning? | |
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 … | |
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 … | |
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 … | |
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. | |
Hi every body at the ariahost.net/index2.htm my css menu is under the image slider . how can i fix it ? | |
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? | |
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. | |
Hello sir/madam, I need to know the procedure to import an swf file into a website using dreamweaver. Plz help. Thanks, Pruthvi | |
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 { … | |
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 … | |
| 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] |
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 … |
The End.