10,643 Topics
| |
Ok, not sure if it's doable and how it's done, so l have come here :) Now what l am after is this, l have a css file and a html file, now in my html file l would like to be able to load in data from a .txt … | |
Hi, I'm working on fixing a code for a website that was done by someone else. I noticed this word "fprolloverstyle" in the style tag, and I couldn't understand what it means. I searched online but still I don't understand it! What does it do exactly? Can I remove it? … | |
I'd like to preface this by saying I'm new to web design and have had one basic class on it over a year ago, so this may be a basic question but please humor me! Also, my site is somewhat crude humor, text only no graphics, so if your easily … | |
I am perplexed as I have ever been in my 3 years of web development. I had a div class named ".bottomAds" that absolutely refused to even render on the page. It was like it wasn't even in the source at all (it was though, because I checked). So I … | |
| YT spits out invalid xhtml for embed code, so have been trying to get to grips with validating pages with embedded videos. Came across this today. Any thoughts? Does it work with all browsers? I've got the modern ones - so can't test the oldies. [CODE]<object type="application/x-shockwave-flash" data="[B]http://www.youtube.com/v/vUzTQWn-wfE&hl=en_US&fs=1&rel=0[/B]" width="400" height="326"> … |
I am building a database that handles food and nutrition intake. The database i am designing is fairly difficult so i was hopping i could get some help from the community. --------------------The database does the following---------------------- 1. track food intake aka total 'sugar', 'protein', vitamin B12 for all users 2. … | |
simple problem here is my code first[CODE]Intro_btn.addEventListener(MouseEvent.CLICK, Click); function Click( event:MouseEvent):void { gotoAndStop("what to put here?"); } [/CODE] and was wondering what do i place in the 'what to put here section so it goes to the next frame instead of a specific frame? | |
Hello, I have a js slideshow in the page, but shows up on the left side. Using Dreamweaver CS4 how would I center the slide show? [url]http://www.sinksphoto.com/test_index_2/index.html[/url] Thanks for your help, Richard | |
how i can put iframe on top of other iframe in html, i am trying to do is as follows there is a iframe of size 100px by 100px having src as web1.html and when i click a button outside the iframe new iframe should come up on top of … | |
Hi, I have a page with four primary DIVS layed out like: [url]http://wp-media.samrudge.co.uk/2010/01/1.png[/url] using the CSS [code=css] body{ background-color:#CCC; } #container{ width:300px; height:auto; background-color:#00F; padding:10px; } #header{ width:300px; margin:5px auto; background-color:#0FF; font-size:24px; } #left{ width:200px; height:auto; background-color:#90F; float:left; } #right{ width:100px; height:auto; background-color:#CF0; float:right; } #footer{ width:300px; background-color:#0F0; float:none; [/code] … | |
Hi there, I am doing a site redesign and it shows up without any errors in Firefox, Opera, Safari, Chrome, but in IE for Windows, I get a little "yield sign" in the bottom left hand corner. It says that there's an error on line 16, but there's nothing on … | |
hi all.. I am going to do my final project of degree about [B][U]Social networking website... [/U][/B] So i need some title a catchy one for this online application.. So kindly give me ur kind suggestions and ideas for this project title.. Regardz | |
Hi! I am trying to develop two columns that are side by side with in the "content" div. As of now the the columns is not forcing the "content" div grow with the columns. I am completely stumped and I could use your help? Here is the html for the … | |
This is my booking form: [url]http://www.n-v-m.co.uk/Booking.html[/url] When 'Submit Order' is clicked a PHP script is triggered that emails me details of the order... What I require is an error message to pop up if either: a) The customer has selected 'No' for 'Is Vehicle roadworthy with full M.O.T.' or b) … | |
Well, l have a gradient for my background, just a simple one, here is the code to run it: [CODE]body { background: #d7e3ff url(images/top_gradient.png); repeat-x; width: 800px; background-position:top left; margin: 0 auto; text-align: left; outline: none; }[/CODE] Thats the css, now how do l add a bottom gradient for the … | |
I don't understand very much about [URL="http://www.satzansatz.de/cssd/onhavinglayout.html"][U]hasLayout[/U][/URL], but I did just run into a problem where I was using a table for tabular data, but then decided I needed an image in one of the cells and some buttons. In order to get the image and buttons to line up … | |
WARNING: I'm a complete CSS novice! What I want to do is create a simple registration form that looks like a real paper form. It has a white background. The edit fields (i.e. name, address etc.) are edit boxes without a border but have a line that the user types … | |
I want to make a scrolling photo gallery (something like this [url]http://www.bourakis.com.au/gallery-contemporary.htm#[/url] ) which i can uppdate easaly thrue a database, anyone who can give me a helping hand? | |
Can this be done? I need the image in a certain place on the page, within a div of its own. | |
[B]I m new to asp.net I made a web page .I design in my laptop, but when i run that web page in desktop the images which i use goes here and there .i used table and master page , but the same thing happen, could u plz tell me … | |
By Dan Marley Senior Research Consultant at fhios. [B]Facebook may be a phenomenon but it’s by no means perfect![/B] The first thing that should be noted is that Facebook was originally opened for students and therefore designed for students. However, as the website was opened to the public a few … | |
[b]can someone please give adviced on how i could put an upload box for my website,so record labels could upload directly to my website, please help me with the code or explanation of how to do it.thank you all for what you do for othere people[/b] | |
Hi I have a horizontal rollover menu with a horizontal submenu I want the submenu to stay out when the use moves his cursor off the menu item unless the user rolls over another menu item like on this site [URL="http://instantcom.es/"]http://instantcom.es/[/URL] now I know that is a flash menu, but … | |
Can someone kindly help me make my Joomla based website look the same in IE8 as it does in Firefox? | |
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 … | |
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 … | |
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 … | |
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" … | |
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 … | |
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 … |
The End.