10,650 Topics
| |
Hi, i'm doing a registration form but it's not like what i want: what i want is something like this: [img]http://img207.imageshack.us/img207/2235/38696138.jpg[/img] And i want to trade that instead of this one: [img]http://img823.imageshack.us/img823/5059/78880268.jpg[/img] I have the css code of the second one: [CODE] <style type="text/css"> body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td{border:0;outline:none;margin:0;padding:0;} body{height:100%;background:#fff;color:#1f1f1f;font-family:Arial,Verdana,sans-serif;font-size:13px;padding:7px 0;} ul, ol{list-style:none;} /* … | |
Hey guy's, im kind of a very big beginner.. haha.. I followed this post [URL="http://www.daniweb.com/web-development/web-design/html-and-css/threads/97183/472098#post472098"]here[/URL] and i got everything working and running up to speed, What im wanting to know how, is HOW do i actually "include" the Php into my Protected area im wanting, I have a HTML Page, … | |
Dear Expert I have following code [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="language" content="english"> <meta http-equiv="Content-Style-Type" content="text/css"> <title>Numeric Textbox Sample</title> <style type="text/css"> #box1 {width:200px;height:170px;border:1px solid green;background:#e3eeff;padding-top:20px;} .button {width:100px;margin-top:0px;} body { margin:0; margin-top:100px; } </style> <script language="javascript"> function NumericDotOnly() { var key … | |
Hi, I have some problems with the code below. Also below the code I have two pictures one from IE one from Chrome. [CODE] <object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256"> <param name="fileName" value="<?php echo $check ?>"> <param name="animationatStart" value="false"> <param name="transparentatStart" value="false"> <param … | |
Dear Experts, Thanks for helping me out. My CSS created in 2003 /4, now some classes are not working, I tried to validate on CSS 1-3, all have errors, this is causing my application to run correct. I have tried to change Plz help me to change the required syntex. … | |
Is there a way to make a div image transparent while the text in the div is not. here is my current code. [CODE] .body { width: 800px; height: auto; font-family: Arial; font-size: 11px; color: #000; background: url('Images/backg3.png'); opacity: 0.5; alpha(opacity=50); } .textbody { padding: 10px; color: #000000; font-weight: bold; … | |
Hi. I wanted to ask this a long time ago.. but never get the chance. How do I actually style the table td to the width I wanted? It didn't happen for me. It didn't happen in separate row. I try to set the td width but all it did … | |
I use Suckerfish to create a drop down menu. It works perfectly well in FireFox, but IE8 is messing it up. It moves everything to the right and the submenu does not work. Furthermore, it seems to be placing the content of the page on top of the drop down … | |
I want to make a brochure similar to this one: [url]http://www.awf.ae/al_rowaad_advocates_brochure.html[/url] I'm web developer but new in brochures, so what technologies are used in it? 1) What to use to make the actual brochure? (See, it is just like a simple magazine) 2) Which flash technology is used? Where to … | |
Hello! I got the following code from another site but it doesn't do nothing it only shows & ables me to fill in the speech but doesn't auto complete and that's just when i Need. [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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" … | |
I fail to inspect what's wrong with my code.. there's a huge blank space on the bottom, can u guys help me? my site : [url]http://j.mp/tASsaX[/url] | |
Hey everyone, I'm wondering if there is an HTML doc for html 4 and 5. A doc that has all the attributes and tags like the JDK for java. Please post a link to a site if there is one. Thanks. | |
Hi all!! Im having a problem with my blog desing: thing is I wanna make a 3-column header, but it wont let me. I've tried resizing the header width and then add 2 more columns, and the header was resized, but the other 2 columns didn't appear, so I gues … | |
Hi I want to put a kind of editor in my web pages that contain html and php plugin such as dani web's editor because i want to insert some codes and then show them on the other pages such as daniweb's form . please help me, this is for … | |
Could you tell me where I get effective video tutorial for html learning. | |
I have a wrapper div with nested divs. I have set the wrapper to be 100% the height of the screen whatever the resolution (HTML and Body have been set with height:100% and wrapper has been set to min-height:100%), and I have set an image to be the background (not … | |
Hi there, I bought a template (no.[URL="http://www.templatemonster.com/website-templates/11613.html"]11613[/URL]) from template monster and I need to work that search button to search inside for my site content or search google. Most importantly i don't want to change the look of that search area in template. By clicking search, should appear a text … | |
What i am Trying to make is This [URL="http://testbox.co.cc/practice/header/topbar.jpg"]http://testbox.co.cc/practice/header/topbar.jpg[/URL] The Error i am Getting is (See the White Text) [URL="http://testbox.co.cc/practice/header/index.html"]http://testbox.co.cc/practice/header/index.html[/URL] When i add span in div and assign some property to it the text shifts a little below, i am unable to figure out why that is happening Sad i … | |
Hi, I want to insert various images (slideshow) as a banner, here's the code: (i think it's ok) [CODE]<?PHP $dbhost = 'localhost'; $dbuser = 'root'; $dbpass = ''; $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql'); $dbname = 'destaques'; mysql_select_db($dbname); ?> <html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> <script … | |
I just started using HTML5 in my documents, and at this point, I'm missing XHTML's <center> tag. I've tried using text-align to center the element, but it doesn't seem like it works on .lbi files. Any advice on how to center an .lbi library element? | |
Dear Sir, I have following codes [CODE]<html> <style type="text/css"> html { padding:0;margin:0 auto; } body { padding:0;margin:0 auto; } #content { position:absolute; width:500px;height:600px; color:red;background:#e3eeff; padding:10px;border:1px solid green; } #div_left { position:absolute; width:200px;height:400px;left:20px;top:20px; color:yellow;background:#e3eeff; padding:10px;border:1px solid orange; } #div_right { position:absolute; width:200px;height:400px;left:250px;top:20px; color:red;background:#e3eeff; padding:10px;border:1px solid blue; } </style> <body> <div id="content"> … | |
Hi Experts, Thanks for helping me.I have css created in 2003, but now when i check on [url]http://www.htmlhelp.com/cgi-bin/csscheck.cgi[/url], it has many errors and warning. I am really new to CSS or You can say nothing on css. FILTER WRITING-MODE ERRORS and other. I need urgent HELP HERE is MY CSS … | |
Hi, I am trying to create to a nice looking site layout with css. index.html [CODE] <div id="testimoni"> <section class="testi-left"> <figure><img alt="testimoni image" src="img/testimoni-img.jpg" /> <figcaption><strong>Michael Caine</strong><br><em>designme.com</em></figcaption> </figure> <article><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque faucibus laoreet massa, vitae suscipit risus eleifend quis. Curabitur tristique convallis neque, vel … | |
Hi, I have code below and want to modify it in order to place all the images to the edges of div. The problem is, I cannot align bottom images correctly however top edge images are fine. It should be cross browser compatible though. Thanks in advance [code] <style> #imgleftttop{ … | |
I am attempting to make my first website, however I have hit a hurdle in what appears to be browser compatability issues (or I could be talking nonsense?). I am wanting to stretch an image to act as my background of my website,the only issue is it won't work in … | |
Hi I am designing my first musicians website and need to find out what media player or players I can install on the website so that visitors can hear the musician's music and also vidoes. Long Tail video's JW payers seem like a solution but I don't anything about these. … | |
Hi, can u help me how to make coding like this picture? :'( Firstly click Web Development and it will appear many choices. So long I always have this problem, can't get the real code on internet.. Hope you guys help! Thanks :) | |
Hi guys.I'm working on a site where i require the layout to be fluid i.e the elements take percentages for their widths.I however don't want the layout to scatter as it currently does when the browser is resized.I have tried min-widths for the various elements like body but it still … | |
i want put calendar in my web. i want highlight some dates due to event that will be held. | |
I have incorporated some excellent CSS/Jquery functionality into my site, but i'm having trouble editing the CSS to make the presentation more flexible. The CSS builds a container, into which I can insert text and call via Jquery. I am using this for my help function. CSS also overlays an … |
The End.