6,557 Topics

Member Avatar for
Member Avatar for muguus

How do i go about creating pop down menus in HTML?and how can i arrange text on differrnt layers with in the same page when am using HTML?thanks.

Member Avatar for darfayaz
0
58
Member Avatar for jameswoodhouse

i have created a website using HTML and CSS, i made this using dreamweaver and a template that i found online. I have the main homepage file called: index.htm then i have all of my website pages stored in folders eg Contact Us folder > Contains > contact.htm About Us …

Member Avatar for jameswoodhouse
0
110
Member Avatar for aamirbabar

Hi: Hello everybody: I need to parse the form field, say Description. I want to disallow all the html tags but anchor text. Basically i need a pattern that will match 0-9 a-zA-Zm -, _, @ and anchor text (can be multiple occurance). So if the text in description form …

0
63
Member Avatar for vedmack

Hi i got a jsp page which uses an external .js file and also some internal javascript too... the problem is that none of the functions that inside the external .js file are recognized inside the jsp. But... if i copy the source code of the jsp into an html …

0
72
Member Avatar for Geonith

how would i go about doing this? I have several html forms that i have made php scripts to insert the data into mysql databases. What I have gotten it to do so far, is give me a blank page with confirmation messages saying the it connected to the database …

Member Avatar for sDJh
0
83
Member Avatar for trangcoi2101

menus.html [CODE]<html> <head> <title>CSS Flyout menus</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="menus.css" /> </head> <body> <ul id="nav"> <li><a href="#">Starters</a> <ul> <li><a href="">Fish</a></li> <li><a href="">Fruit</a></li> <li><a href="">Soups</a></li> </ul> </li> <li><a href="#">Main courses</a> <ul> <li><a href="">Meat</a></li> <li><a href="">Fish</a></li> <li><a href="">Vegetarian</a></li> </ul> </li> <li><a href="#">Desserts</a> <ul> <li><a href="">Fruit</a></li> <li><a href="">Puddings</a></li> …

Member Avatar for autocrat
0
84
Member Avatar for az_master

guys i need some help on inserting images in css,particularly background images.

Member Avatar for autocrat
0
100
Member Avatar for HypeAWE

Hello. My problem is simple, yet it's complicated. When I try to link somewheres that out of my site, I can't. The code in the index.html file is correct, but yet whenever I link somewhere it adds the url of my board to the link, so lets say my board …

Member Avatar for buddylee17
0
84
Member Avatar for justinmyoung

I've searched through the forum, but I couldn't find an answer. How do you display a result within HTML? Such as: [CODE=php]$query = "SELECT * FROM customers WHERE job_number='$jobnumber'"; $result = mysql_query($query); while ($row = mysql_fetch_array($result)){ echo $row['first_name']; echo $row['last_name'];[/CODE] Thanks in advance.

Member Avatar for effu
0
1K
Member Avatar for lydia21

when i click login button it's not redirecting to another php page.it's showing error on page. my code is below. [CODE] <html> <head> function win() { var a=document.getElementById('myusername'); var b=document.getElementById('mypassword'); var temp=a.value; var temp1=b.value; window.opener.top.location.href="http://www.careerglitters.com/web_login1.php?vars=" + temp + "&varr=" +temp1; self.close(); } </head> <body> <form> <input type="text" name="myusername" style="width: 10em;"> …

Member Avatar for phper
0
67
Member Avatar for Barefootsanders

Hey all, I'm trying to make a small menu popup via CSS. On rollover, the link should display another set of links below the link that the mouse is hovering on. The code Below works in FF but not in IE. Could someone help out? Thanks. [CODE]style.css .navigation { margin: …

Member Avatar for Barefootsanders
0
139
Member Avatar for knight fyre

I'm using javascript to display text with a sidebar. It works fine in FF 2.0.0.13 but in IE 6 the links do not work and nothing is displayed. Could someone tell me how to solve this problem? [URL="http://knight.110mb.com/ebook_section.htm"]webpage[/URL]

Member Avatar for DangerDev
0
223
Member Avatar for sfadelta

I am new to CSS layouts, so this is probably a really dumb question. I know this is a common problem, but for some reason I cannot find the simple code to fix it: When using a one column fixed layout with header and footer, I have a blank space …

Member Avatar for kavithakesav
0
112
Member Avatar for venomlash

I am writing a applet-based mini-game. Whenever I open up the HTML document with Internet Explorer to test what I have so far, it just says "Java Applet Load failed".When I do the same with the AT&T browser, I get a blank web page with a big grey rectangle (or …

Member Avatar for venomlash
0
272
Member Avatar for weleh

Here are my css kode can u check it cause i'm a newbie in this case. [code]/*KODE INI NGIKUT DR OM KANAL AMA OM CUPU*/ .commonbox, .commonbox_noborder { margin-bottom:0px !important; } /* PROFILE BACKGROUND */ body { background-image:url(GANTI URLNYAH); background-attachment:fixed; background-position:center; background-repeat:repeat; background-color:#000000; } /* GLOBAL FONTS */ .usercontent { …

Member Avatar for peter_budo
0
96
Member Avatar for smartness

can anybody make this flash menu xhtml valid... i tried with some tutorials over the net but it still doesn't work. this is the code [CODE]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="923" height="90"> <param name="movie" value= "http://www.zeriislam.com/menu.swf" /> <param name="menu" value="false" /> <param name="quality" value="Best" /> <param name="bgcolor" value="#1f314f" /> <embed src="http://www.zeriislam.com/menu.swf" …

Member Avatar for Suomedia
0
207
Member Avatar for nikhita

can somebody help me whether the shortcut icon can be called using a CSS file. other than the following code given below: <link rel="shortcut icon" href="favicon1.ico">

Member Avatar for nikhita
0
103
Member Avatar for Lokasip

I'm trying to figure out how to build a site using table for the layout. Like the following: [url]http://img187.imageshack.us/my.php?image=tablelayoutst6.jpg[/url] I know using table isn't the brightest idea. I am just trying to learn how the table tag can be used in different situations. I can't seem to get the "content" …

Member Avatar for Lokasip
0
88
Member Avatar for Ankita B

Hi, I am trying to make a table that has following columns: site id,txn id,txn name,target id,target db there can be any number of rows in the table and each row has at least one different column entry with respect to other rows.Now i wish to delete from database data …

Member Avatar for Ankita B
0
80
Member Avatar for forzadraco

i have a code like : [code=html]<table width="242" cellpadding="0" cellspacing="0" class="Form"> <tr> <td width="11" class="leftTopForm small">&nbsp;</td> <td width="174" class="centerTBForm small">&nbsp;</td> <td width="55" class="rightTopForm small">&nbsp;</td> </tr> <tr> <td colspan="3" class="mainForm"><p>User :<br> <input type="text" name="textfield2"> </p> <p>Password: <input type="password" name="textfield3"> <br /> <br /> <a href="#"><img src="_images/submit.png" border="0"></a></p></td> </tr> <tr> <td class="leftbottomForm …

Member Avatar for forzadraco
0
86
Member Avatar for amandamay

Hello, I have built a site that looks just how I and the client wanted it in Safari and Firefox, but Internet Explorer tears it to pieces. I would post code here, but I just don't know which part of it is wrong - the site is [url]http://www.sarahamosstudio.com[/url] Please tell …

Member Avatar for CassieJ
0
73
Member Avatar for OmniX

We all know that what effects work for IE will not always work or act the same in Firefox. Is there anyway to check which do and dont work? Anyway to get them both to work? For example. I noticed a href attributes defined with CSS, mouseover and mousein defined …

Member Avatar for buddylee17
0
85
Member Avatar for lydia21

hi i have upload option where the user will be allowed to upload only txt file..when the admin tries to view the uploded file i want to show him in html format

Member Avatar for nav33n
0
63
Member Avatar for csshacker

Hi, i have a simple idea about[COLOR="red"] "Css on Different resolution"[/COLOR], See Example Below:- [code=html]<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Css on Different resolution</title> <script type="text/javascript"> if(screen.width==1024) { document.write("<link rel='stylesheet' type='text/css' href='style_1024.css' />"); // this css runs in only 1024 resulation } else { document.write("<link rel='stylesheet' type='text/css' href='style_other.css' …

Member Avatar for techniner
0
152
Member Avatar for DWSandyS

I am new to Dreamweaver, and stumped. Though I can do it easily with frames I cant get CSS to allow user to click on one of several thumbnails in a left column and show larger image of the clicked thumb in the main area of the SAME page. Is …

Member Avatar for hunkychop
0
76
Member Avatar for vijukumar

Please some body tell me how to display a table with two rows only using <div> tags in Xhtml using CSS. if you pass me the code it will be a great help. please dont tell me again how to desing using <tr> and <td> tags. want it in <div> …

Member Avatar for knight fyre
0
119
Member Avatar for knight fyre

In IE 6 my site has the layout I want it to have but when I view it with FF2.0.0.12 the pictures and text is out of alignment. :( Another problem that I'm having is that when I resize my browser window the images move and everything falls out of …

Member Avatar for knight fyre
0
122
Member Avatar for macy2323

Can we call a php function on html buttons onClick event? if yes, how? i really had a hard time solving this.here is my code: [code=php]<?php function store_func($param){ //some code here } ?> ... <?php ... echo '<td> <input name="edit" type="submit" id="edit" value="EDIT" onClick="store_func($param);"/></td></tr>'; ... ?> [/code] it doesnt execute …

Member Avatar for Suomedia
0
82
Member Avatar for juvincy

Hello, I have been trying to develope an online registration system but i can get the right syntax to use in the developement here are the specifications We have the following types of visits • Admission • Control/Entry/ Visit2/ visit3(routine1)/ visit4(routine2)/ annual • Acute(unscheduled visit) On register response page, we …

Member Avatar for sagedavis
0
140
Member Avatar for microtekblue

Hello. My site [url]www.justwantaquote.com[/url] doesnt seem to display in the center of the site. Its made using xhtml/css using Dreamweaver cs3 How can I center the entire div tags ? The page properties is set to left 0 and top 0. Please see the site at [url]www.justwantaquote.com[/url] All help is …

Member Avatar for microtekblue
0
127

The End.