6,574 Topics

Member Avatar for
Member Avatar for AspiringCoder

I have been trying to get the sponser logos (Vail, Oakley, etc.) on [www,noahhoffman.com](http://www.noahhoffman.com) to link to their respective websites for the past few days and have run into an issue. Even though the images are linked they are unclickable. I think this is an issue to do with the …

Member Avatar for JorgeM
0
124
Member Avatar for abhi10kumar

I have city and its corresponding locality. When user clicks city then its locality will show in Dropdown-Checkbox. How I can do with jQuery, AJAX and MySQL.

Member Avatar for abhi10kumar
0
1K
Member Avatar for ampo

Hello. I managed to place few DIVs, one below another in container DIV. The container DIV has fixed height (about the height of 2 inner DIVs). The problem is that the inner DIVs are drawn, in one "column", down and out of the container. How can I make them start …

Member Avatar for Fernando_Gomez
0
127
Member Avatar for edesign95

I want to send query in Html form 'action' to get data from other site. let suppose my url is http://abc.xyz/index.jsp?number=**<?php echo $number;?>** Problem is i can't execute php script in form action.When i press submit it just go to http://abc.xyz/index.jsp?number= without php output value.Is it possible that way? Please …

Member Avatar for diafol
0
1K
Member Avatar for wastedkill

Hi I am trying to do a new design in this script and I have no idea why but when I put my html/css footer code in the php file it doesn't put the footer where it should be. Here is what I mean [[Click Here](null)](http://revenue.maximumcreation.com/login.php) and this is the …

Member Avatar for wastedkill
0
304
Member Avatar for thilipdilip

**Hi**, #need to generate a report like Table Format(Excel Sheet) # this is an example view of the report which I need of it is for maintaining branch wise details In that product name contin in one table and stock of each branch will contain in another table -------------------------------------------------------------------- | …

Member Avatar for diafol
1
434
Member Avatar for daniel36

i have the code in my project- <Script language="JavaScript"> function goto(form) { var index=form.select.selectedIndex if (form.select.options[index].value != "0") { location=form.select.options[index].value;}} </SCRIPT> <FORM NAME="form1"> <SELECT NAME="select" ONCHANGE="goto(this.form)" SIZE="1"> <OPTION VALUE="">-------Choose a Purpose------- <OPTION VALUE="<?php echo base_url()."admin_panel/post_pmb/project"; ?>">Project Discussion </option> <OPTION SELECT="SELECTED" VALUE="<?php echo base_url()."admin_panel/post_pmb/general"; ?>">General Discussion</option> </SELECT> </FORM> in this code …

Member Avatar for niranga
0
328
Member Avatar for Nabaneeta

I have two dropdwon box. First box has names of the states. Choosing a state will populate the second dropdown box that contains cities of that selected state. For all states city names are stored in mysql database table. now I am little confussed how to model the table and …

Member Avatar for diafol
0
407
Member Avatar for kukula

Hi everyone, I have problem with links on my site ([http://troszczynka.pl](http://troszczynka.pl)). I would like to place them permanently on the top of the notebook (just like in the project: [http://troszczynka.pl/home.png](http://troszczynka.pl/home.png)) and make an animation of rolling out link with jQuery with mouse hover event. I can manage jQuery by myself …

Member Avatar for kukula
0
184
Member Avatar for Violet_82

Hi guys, I have a question about selectors in css. Let's take this html excerpt but before looking at the code let's assume that the html is part of a very very large page, and the same with the css. In addition the css rule below is called several times …

Member Avatar for Violet_82
0
82
Member Avatar for HTMLperson5

Hi, I'm new to JS: <!doctype html> <script type="text/javascript"> //JS start function give_me_an_alertbox(): alert("This is an alert box."); //JS end </script> <a href="javascript: give_me_an_alertbox()">ALERT BOX!</a> How come this code does not work!? How do I refer to Javascript using `href` ?

Member Avatar for JorgeM
0
218
Member Avatar for zenicman9

Hi I have a wordpress theme which I am looking to add some custom Html and CSS from another theme to The actual theme code is here for the page http://cssdesk.com/Uhwus The code I am trying to see is some of this http://www.kevinwiles.co.uk/wp-content/themes/breeze/cv/ I am looking to take out the …

Member Avatar for dany12
0
111
Member Avatar for xbat

I have two ajax mysql php 2 drop down select that I am populating... i'm doing something stupid... anyone have any suggestions... or pointers....? 1.php <?php require_once('dbconfig.php'); ?> <?php if (!function_exists("GetSQLValueString")) { function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { if (PHP_VERSION < 6) { $theValue = get_magic_quotes_gpc() …

Member Avatar for xbat
0
409
Member Avatar for VenusCrystal

Hi , I need to know how to pass html element into jquery function. My sample html code is given below: <html> <head> <script src='../../core/js/jquery-1.4.2.min.js'></script> <script src='../../core/js/jquery-ui-1.8.1.min.js'></script> <script src='../../core/js/extensions.js'></script> <script src='../../core/js/prot-lib.js'></script> </head> <body> <table> <tr> <td class='r1'> <chl class="chl"> <chli class="menu-list"> <li id="s0" class="item" onClick="handle('s0')">NJ</li> <li id="s1" class="item" onClick="handle('s1')">TX</li> </chli> …

Member Avatar for pritaeas
0
5K
Member Avatar for Sanchixx

how can i make this div unresizable in a smaller screen size: #space3 { display:inline margin:auto; font-family:Arial; text-align : left; font-size:16px; width:490px; background-color:#f2f2f2; border-bottom:0px; padding-bottom:0px; padding-top:0px; padding-left:20px; border-style:solid; border-width: 1px; border-top:1px; border-right:0px; right:345px; position:absolute; } #space3 a { -moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 0px 0px 5px 5px; font-family:Arial; text-align …

Member Avatar for Sanchixx
0
519
Member Avatar for emtw

Hi, I've been working with Ruby on Rails to make a web application, but I've found something that I really cannot work out how to do with it, so it may be best if I do it manually. Basically, I've got a dropdown menu, that is populated with a list …

0
105
Member Avatar for cgull

Hello, I have a sprite dropdown menu that works fine everywhere besides IE9. In IE9 the menu just doesn't drop. I have search the net for 2 days trying to find a solution with no success. My html code: <div id="nav"> <div id="menu"> <ul> <?php if($title == "Home"): echo '<li …

Member Avatar for cgull
0
278
Member Avatar for rfrapp

Hello, my website looks perfectly fine on my iPad (which I created it on) however some of the divs such as for comments overlap other divs. I'm not sure why that is. Also, once you login, the header of the website gets cut off. I think this is due to …

Member Avatar for ushajase
0
96
Member Avatar for Nastadon

I'm trying to styalize my links but it isn't working. It shows the change in DW, but when I FTP the site it is default. Tried different browsers and settings, different computer to see if it was my computer not displaying, but it isn't working anywhere. I tried different styles …

Member Avatar for JorgeM
0
114
Member Avatar for G_S

Hello. I am working on a personal project. It's basically a program for changing specific tags from certain HTML files. So far, everything works. The GUI and the logic a work but I know the main function is wrong because it looks like this: def tag_remove(HTML_string): clean_HTML = a_string.replace('<b>', '').replace('<i>', …

Member Avatar for G_S
0
8K
Member Avatar for blaaam

Hi! I have small problem, in my add.php is selection tag used to choose year, so in my edit.php has place for year too where i use selection tag too, but how can i show in edit.php that year in selection tag, that what i have choosed in add.php? With …

Member Avatar for pritaeas
0
73
Member Avatar for yehoshua2123

I want to make HTML appear as text to maybe write some snippets on a site. I know that there is a way to make < and > by using &lt; and &gt; but I would like something that were a bit easier to remember and quicker like maybe using …

Member Avatar for Troy III
0
415
Member Avatar for alanlee9898

Hi, I have problem with the dropdown menu overlapping. http://bit.ly/KSmtJT suppose the "leafs" will show the drop down menu. Please help! Thanks.

Member Avatar for milon09
0
162
Member Avatar for jessica1410

Guys can you please tell me that which is best (XML or HTML) actually i want to create a sitemap of my website so that's why i asking to you this confusion. please share your thoughts here... Thank You.

Member Avatar for geric823
0
143
Member Avatar for JOSheaIV

So awhile back I came here asking for help trying to read in data from a webpage, more specifically the HTML. I was running into an issue where the data wasn't actually being read (as if it hadn't loaded in). I had to put the program aside for awhile as …

Member Avatar for JOSheaIV
0
295
Member Avatar for spideyprasad

I need code for iframe for the replacement of frameset. My frameset code is <frameset rows="14%,*"> <frame src="logout.html" scrolling=no> <frameset cols="25%,75%"> <frame src="Players Name.html"> <frame src="Dhoni.html" name="secondframe"> </frameset> </frameset> I need it in iframe. I cant able to nest iframe which i did in frameset. Is it possible to write …

Member Avatar for JorgeM
0
300
Member Avatar for [csharp]

I try to create dropdown list with informations from title column in sql table, but never succeeds. My connection and query is good. Can somebody to help me with this? mysql_connect(***); mysql_select_db(***); $query = mysql_query("SELECT title FROM test"); Thanks!

Member Avatar for bobgodwin
0
235
Member Avatar for veledrom

Hi, Code below works fine up to **hr**. For some reason, html code appears as is in textarea. It should first appear as notmal text. Anyone know why? Thanks <!DOCTYPE html> <html> <head> <style> p { margin:8px; font-size:20px; color:blue; cursor:pointer; } b { text-decoration:underline; } button { cursor:pointer; } </style> …

Member Avatar for veledrom
0
192
Member Avatar for hwoarang69

trying to user left margin 50px on this link but it no working. index.php echo "<a href=\"zoom.php?img={$row['image_id']}\"> <b id='bold2'>" . $image_short_name_db . "</b></a>"; c.css .bold2 { margin-left:50px; }

Member Avatar for blocblue
0
100
Member Avatar for Patiodude

I'm a PHP newbie, and I need to replace my current code for linking to a stylesheet (which looks like `<link rel="stylesheet" href="/style.css" type="text/css"> `) by a PHP alternative. If it's important, the code I'm using which will link to it is [php-mobile detect](http://code.google.com/p/php-mobile-detect/). The structure I wanted to use …

Member Avatar for veedeoo
0
198

The End.