10,643 Topics
| |
Hi, I'm looking for a colour picker for my website but not **input** element based because when I click on **input** element, cursor focuses on it which is not good for me. I need something like img, div etc based approach. Thanks These two are input based: [http://jscolor.com/try.php](http://jscolor.com/try.php) [http://laktek.github.com/really-simple-color-picker/demo.html](http://laktek.github.com/really-simple-color-picker/demo.html) | |
Just wondered if anyone knows if there is an MS equivalent of the [hidden](http://www.w3schools.com/html5/att_global_hidden.asp) property, which doens't work in IE. Or do I have to just use the style properties to set visibility/display because IE sucks so bad? | |
For example, if there is a section of a large image and I only want that section to be a link, how would I do that? The section is in the shape of a rectangular button. Thanks! | |
Hello Hello, I'm looking for some quick help if possible. I have webpage up that works perfectly except in IE. In IE the contact form won't even show. I have no idea what the problem is. If someone would take a loook and provide assitance I would be oh so … | |
This code produces a content box that leaves a 60px margin at the top. I don't know much about CSS (much=anything) but I figured it was probably simple to fix for someone who does, so i turn to you for help. If someone could give me the solution on how … | |
Hi everyone, I'm having some trouble with my drop down menu not showing up. I've attached a screenshot in my browser showing what it does and should look like. However, the client I'm working for has sent me back screenshots from his browsers showing it isn't working correctly. I've also … | |
Hi, I'm creating a website and currently working on the banner for it which is all contained within the 'logo' div that has a 900px width and 150px height. For some reason the 'menu' div is not being positioned within the 'logo' div despite being contained in it within the … | |
Hi, I'm trying to create contact us form I have to create three page 1-index.html 2-main.css 3-contact.php can you explain how can I make it like this [Click Here](http://postimage.org/image/rw5lffh7h/) and what is wrong with my code one more question what should I put in contact.php page ? with explanation please … | |
I can see plenty of practical applications for making a whole `<div>` a link. | |
If you're not yet among the percentage of the population people using Mozilla's Firefox browser, which by [url=http://www.w3schools.com/browsers/browsers_stats.asp]one count[/url] stands at 47.5 percent, perhaps the anniversary of its launch will give you cause. Yesterday was Firefox's fifth birthday, and its market share with co-leader Internet Explorer by [url=http://en.wikipedia.org/wiki/Usage_share_of_web_browsers]many counts[/url] continues … | |
Hi, I'm having some trouble transfering a HTML website to Wordpress for a CMS. The HTML page which I'm transfering has a table in which I presumed I could simply copy and paste into the HTML view of Wordpress's page publisher. Inside the page publisher it looks great. You can … | |
hi, how can i create a css menu/navigation that does this? - see attached photo.. ![upload](/attachments/large/3/upload.png "upload") here is my current html - <div id="content2" style=" width:524px; height:320px;"> <ul> <li><a href="about.php"><img src="graphics/about.png" width="148" height="101" border="0"></a> <ul> <li>about me</li> </ul> </li> <li><a href="news.php"><img src="graphics/news.png" width="147" height="101" border="0"></a> <ul> <li>news</li> </ul> </li> … | |
See attached zip file. I have a common template that I use for multiple pages on my website. The main page div incorporates div#content and div#sidebar. See below codes. I am using a common footer on all pages with a php include() function which is a static bar. There is … | |
Hi, IS there any example code like this thread screen with bold, link, heading list, image adding buttons like we see above. I need to create a page similar to this screen and teaxarea to with it. Thanks | |
Hello, I wonder why the two pictures on the bottom does not want to be aligned with the 2 boxes? [Click Here](http://www.masterlink.co.id/aerosol-produk.php) Please tell me if there is anything in the codes that I need to change: aerosol-produk.php <style type="text/css"> div.ex1 { align:left; width:300px; height:80px; padding:10px; border:1px solid black; margin:100px … | |
Thought the days of having to use a particualr web browser client in order to use a specific site were over? Think again if this conversation between a user and eBay support is anything to go by. ![dweb-ebay](/attachments/small/0/dweb-ebay.jpg "align-right") As a journalist who has spent the largest part of the … | |
I want to access a remote VB application(located on server) on a client machine via HTML web page. Is it possible? Is there any other way? Actually initially they wanted an VB application to see punch details.Now they want to integrate it on local intranet so that user can launch … | |
Hi all, I am using the below code to control the attributes of a jQuery slider on a website I am building. I need to make the following function change based on window size/re-size to make the slider resize and be responsive. Bit of a newbie when it comes to … | |
I've upload a screenshot which shows the problem i'm having, anyone have any ideas what the problem is? I've circled the problem within a red circle. See image attached. Thanks ![upload3](/attachments/large/3/upload3.jpg "upload3") | |
I am using the following code to embedd an mp3 file into my html document: <embed src="aharddaysnight.mp3" width="140" height="40" autostart="false" loop="FALSE"></embed> In IE, this works fine, as an mp3 player with controls automatically shows up. In FF, however, a pop-up appears that says additional plug-ins are needed. When I click … | |
Hi everyone. Is anyone know a free/premium lightweight clean admin template? Thanks. | |
The form I've created only allows users to use the tab key to navigate the form fields. How can I set the form up to allow users to simply click in the field without using the tab key? | |
greetings to all members! | |
CSS code: .pdmenu ul {margin:0; padding:0; width:220px} /* basic settings */ .pdmenu ul li {position: relative} /* where 2nd level list will be rendered */ .pdmenu li ul {position: absolute; left:100px; top:0; display:none} /* where 2nd level list will rendered when turned on */ .pdmenu ul li a {display:block; text-decoration: … | |
What I want to accomplish is to have one division with the first part of the text red and the second part green. How would I do that? | |
I am creating a responsive design for the first time, i have all the media queries in and i am linking to a separate mobile style sheet, i have been using this for testing the site, [Click Here](http://www.studiopress.com/responsive/) and it shows up fine on the iphone and smaller Smartphone test. … | |
So I'm making this website off a template, but I recently came across a problem. If I insert the Webstunning Gallery I got it appears overtop my sidebar when it stretches out, so I can't see the navigation. Is there any way to send the flash document to a more … | |
I am looking for a upload image code so that I can add to my website so others when visiting that can uplaod a picture and send it to me | |
Hi I am new to html design and learning... I am rendering some content from a django service onto a html template i am not able to set the page in such a way the if a condition is satisfied it goes the top of the html page and if … | |
I am having trouble figuring out the proper CSS/HTML to get the "Contact" div to size properly. I'd like to have it extend down while retaing the same amount of white-space as that which is currently above it. While I'm at it I might also ask direction on getting the … |
The End.