6,558 Topics
| |
Hello, First of all, don't kill if I posted this in the wrong section. I'm trying to find a decent tutorial for the HTML 5 drag and drop upload. I have allready searched hours before but could'nt find a decent tutorial. Basicly what I want is a drag and drop … | |
Hi all, I'm using Dreamweaver 8 and I am very proud of myself that I managed to work out how to create a Navigation Bar with a Drop Down using the Show Pop Up window feature. However, that only gives me one level of drop down and I was wanting … | |
Would it be possible to have a screen shot of another website in a panel. Like Iframe except not scrollable and nothing is click-able. Also the content is perhaps fitted to the frame. thanks | |
Hi, I am facing a problem with CSS on the IIS installted on Windows 7. It is not displaying correctly as what is showing in the embedded server in Visual Studio 2010 when previewing the page. For example, the jquery dialog title is not showing correctly: In Visual Studio 2010: … | |
what is a good program to write HTML in? i am looking at Note Pad ++ right now since i will need it for lau soon but i would like some opions here first. | |
Hi I really like the drop down that I found on [url]http://www.scriptiny.com/2008/04/sli...dropdown-menu/[/url] I have 4 Menus and when I add this this flows over the logo. The size of each menu is in fact too big. When I tried to alter this the size of sub-menus stay the same and … | |
I've encountered a problem with boxes. I have set 3 boxes and alligned them perfectly. Once I add the border to the boxes, they misalign! with his code, the 3 boxes are as image1.jpg (attached) #boxgrey { background-color:#999; width:220px; height:200px; border-radius: 1.5em; -webkit-border-radius: 1.5em; -moz-border-radius:1.5em; position: relative; margin: 30px 275px; … | |
I've made a "more" button and whenever i click it, another upload input will be displayed. Problem is, once I add the <div>, then it stops working. Is there any way around this? [CODE] <html> <head> <script type="text/javascript"> var instance = 1; function newUpload() { instance++; var newInput = document.createElement("INPUT"); … | |
I'm trying to create a website, and I'm currently having a little CSS trouble with getting the website to flow and respond well to resizing and different screen sizes. Currently I have posted it at: [URL="http://wigglesmcmuffin.kodingen.com/"]my kodingen site[/URL] Anyway, if you go there you may notice that 1) my content … | |
I am trying to create an HTML form in which user will enter different items (he wants to purchase) in text fields. One text field is used for one item. Now it is not known in advance how much items the user will purchase so we cannot decide the total … | |
Hi there, I'm kind of new to python and I'm trying to extract a protein sequence from this webpage... [url]http://www.ncbi.nlm.nih.gov/protein/BAH23558.1[/url] When I use urllib.urlopen the html it gets does not contain the sequence data. When I open this page in firefox and use firebug to look at the page I … | |
I have a details view which allows users to create, edit, delete and view the table. I'm having an issue with the styling. When the user views the table and goes from 1 entry to the other, the width of the left column (Title, Description etc) change depending on the … | |
Hi, Very new to JavaScript so I'm sorry if this is a daft question, I have searched for answers first and could not find anything that works for me ... so .. The task: One html form with two submit buttons. On submit (save changes) posts back to the same … | |
Hi, I have a literal control in my code used to display the Welcome text message when a user is logged in. I'm having an issue with this because I would like to position it in a different place using an external style sheet. Is it possible to do this? … | |
Hi guys, I have a small prob with my site. Im new to this as this is my very first website and I cant seem to get this right. I added the jquery nivo slider to my site. When I set the margin to 90px, it comes good horizontally but … | |
I found this code on some really awesome website, but I'm trying to change it up a little. As you can see a light box pops up after clicking the link. I want to make it where the light box automatically pops up without clicking the link? How? Thanks in … | |
I am using the Lightbox2 script on my website. here is an example of it working correctly on my search engine: [url]http://www.tcdb.org/go.php?query=maltose&button=Submit[/url] (Click any link that says "View Tree") Now, when we attempt the same thing on a page with many more results: [url]http://www.tcdb.org/go.php?query=sugar&button=Submit[/url] the lightbox containing my tree shows … | |
ok hi guys i'm a fairly new guy to these forums, and i'm hopping some one can help me. the thing is i want to create a website which i've sort of done i'm not that fabulous in HTML coding. the scenerio is that i'v created a website where people … | |
Hi guys, i want to create a registration page which has the fields like name,username,gender,dateofbirth,maritalstatus,etc... i have already created the form using html. now i need to encrypt the php code to insert these datas into the database which i have already created. Additionly i need to validate these fields … | |
Hello Everyone, I have a quick question which is: I have a signature DIV in my forums and i want the maxium height of this DIV to be 100px but if the user has just chosen a small signature which does not reach 100px then i just want the DIV … | |
Hey everyone, Has anyone found the best html/css solution for creating a fluid background image on a website? That's to say: 1. Background image to fill the screen no matter of the size of the screen 2. Keeping image size smaller so as to have fastest load time 3. cross-browser, … | |
Will someone please help me out in javascript, jquery, and css? I really want to use this menu at this web page: [url]http://designreviver.com/tutorials/jquery-css-example-dropdown-menu/[/url] However, I would like to have this menu as a multi level menu. Currently it is two level. How to make this menu as three or four … | |
I've got the most annoying and strange issue with a the website I'm developing here: [URL="http://www.lisabmagdalena.co.uk/new2/template.html"]http://www.lisabmagdalena.co.uk/new2/template.html[/URL] When the page initially loads into IE 9 it looks as it should, right down to the radiused borders, but if I hit F5 and refresh the page it immediately breaks the layout & … | |
Trying to learn PHP from a book and I swear I'm going balder by the minute!! Anyway heres my predicament; I want to display some simple incrementing data from a PHP loop within a table. So that each cell within the table displays a different value ie. cell 1 displays … | |
ok so im working with execCommand and trying to make a function to insert a youtube video into a content editable div with execcommand inserthtml. Now this works with every other browser except, OMG IE. now i am trying to use pasteHTML(), found that some people have gotten it to … | |
Hi Guys I am trying to create simple rounded corners - which I thought IE9 was supposed to now support, BUT for some reason it STILL doesn't seem to work. I know there are plenty of work-rounds, BUT am I doing something wrong? I have this: [CODE] #footer{ clear:both; padding:10px; … | |
Hi I have a joomla site with one flash based video in it. Of course people are now saying "It doesn't work in iPads". I was thinking about using the <video> tag in html to get round this - can I just simply put a <video>... </video> tag in the … | |
Hi, I have the below code which counts the number of visitors for my webpage. it works fine. <a href="http://csshtmltutorial.com"> <img src="http://csshtmltutorial.com/counter.php?display=uniques&style=12100" alt="total visitors in Job Page" border="0" /> but i want to set a different counter for a particular page. that means when visitor comes to my webpage i … | |
Hi all, well I do not know where to start, I developed ASP.NET websites before but did not use any of the known designing tools. O just made it with a simple design using Visual Studio Toolbox . Now I have a new project where a lot of design is … | |
The code i'm using is fine in firefox and chrome but ie is keeping the bullet point as black. Anyone know how i can hack round it? [CODE].rightpane ul , .contentpane ul { padding:0; margin:0; margin-left:15px; text-align:left; list-style-type:disc; color: #007dc3; } .rightpane ul li:first-line , .contentpane ul li:first-line { color: … |
The End.