6,562 Topics

Member Avatar for
Member Avatar for capmarketing

This may be the ugliest bit of javascript you've ever seen... but can someone tell me why the elements come through un-styled even though I am clearly writing to divs that are classed and the stylesheet is pulled in? Definitely falling victim to some noob error here, but which one? …

Member Avatar for theHop
0
166
Member Avatar for mmcdonald

Hi all! I'm trying to validate this form: <form action="<?php $_SERVER['PHP_SELF'] ?>" class="horizontal-form" name="settings" id="settings" method="post"> <div class="row-fluid"> <div class="span4 "> <div class="control-group"> <label class="control-label" for="firstName">First Name</label> <div class="controls"> <input type="text" id="fn" class="m-wrap span12" value="<?php echo $userInfo['fn']; ?>"> </div> </div> </div> </div> </form> I've added my validation js files.. These …

Member Avatar for LastMitch
0
161
Member Avatar for Dervish1

I've got a web page that allows the user to create a canvas that can be as much as 50,000 pixels on a side (they're maps). I draw everything on a canvas, scaled to the user's viewport. Unfortunately, you can't print a canvas; you have to convert it to an …

Member Avatar for LastMitch
0
168
Member Avatar for mhd_arif123

Hi there ! The code(in model) given below generates the list structure: function getNavigation($parent_id = 0, $show_product = 0, $flg = 0 ){ $query = $this->db->get_where('categories', array('parent_id' => $parent_id)); //var_dump($query->result()); //exit; if($query->num_rows() ){ $this->navigation .= '<ul id="browser" class="filetree">'; foreach($query->result() as $v){ $this->navigation .= '<li> <span class="folder">'; if($flg) { if($v->categories_id == …

Member Avatar for diafol
0
1K
Member Avatar for Suzie999

A short while ago I was intrigued by a reply made by nullptr in [this thread](http://www.daniweb.com/software-development/cpp/threads/458583/shellexecuteex-api). So I began to look for ways to access the rest of IE (IWebBrowser2) interface, and met limited and varied success. Accessing for instance a <div></div> element in a wep page html document was …

Member Avatar for Suzie999
0
268
Member Avatar for Violet_82

Hi all, I have spent a few hours on this now, and I have to admit that I have absolutely no idea what is going on. I have a background image that is not showing in IE7 and IE8, other browsers are ok. Here is the link http://antobbo.webspace.virginmedia.com/various_tests/imageProblem/confirmation.html I am …

Member Avatar for Violet_82
0
586
Member Avatar for Jahliah

Basically I have two files: details.html details.cs I would like to use details.cs to write values to details.html but the html textbox stays the same. Would appreciate any help. Thanks! **details.html** <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="details.cs" Inherits="Details.DetailsHTML" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title></title> </head> <body> <form> <input …

0
86
Member Avatar for slakkaraju

Hello, I am new to Javascript and HTML. Trying to learn through web. I want to make an image map. Example: Like our desktop start button I have a hotspot.m When we click on that , the second image should display on top of existing image at a fixed position. …

Member Avatar for iamthwee
0
64
Member Avatar for LD-005

Hi! I have a table with few thousand records on few pages in a simple html table.. I made a search function that works fine apart from one thing... It displays only one result in a table (which is great cause it means it works!).But... I was wondering is there …

Member Avatar for diafol
0
368
Member Avatar for sanbhu2105

hello guys i have created the below codes. the first one is the mysql select statement which works fine when i echo. the second one is an html/css table i created. i am stuck to the point where i can merge both of them so that i get a nice …

Member Avatar for broj1
0
979
Member Avatar for Jahliah

I have two files: apple.html banana.cs apple.html contains a html table. So my question is: Is it possible to write values to the html table in apple.html using banana.cs? Any help is appreciated. Thank you!

Member Avatar for ddanbe
0
94
Member Avatar for old_apache
Member Avatar for hindu times

Hi there, I'm trying to alter the below iFrame code (which places a music player on my website) so that it resizes according to what screen people view it on. My website is fully responsive, and the div that I'm wanting to put it in changes width depending on what …

Member Avatar for iamthwee
0
282
Member Avatar for gamingthinktank

Create Snake game using KineticJS and HTML5 Canvas [Tutorial Part 1: Snake game using HTML5 and KineticJS](http://www.gamingthinktank.com/2013/04/28/tutorial-part-1-the-concept-snake-game-using-html5-canvas-and-kineticjs/) [Tutorial Part 2: Snake Game using HTML5 and KineticJS](http://www.gamingthinktank.com/2013/06/03/tutorial-part-2-snake-game-using-html5-canvas-and-kineticjs/)

-1
322
Member Avatar for cgull

Hello, I need help with a menu I'm creating with a sprite image. I don't know why, but on hover it moves up what looks like 1 pixel. I have created a jsfiddle for it here: [Click Here](http://jsfiddle.net/Cgull/HrmH8/) Also, first time I am creating a jsfiddle so hope it's ok. …

Member Avatar for Troy III
0
191
Member Avatar for agr8lemon

I have a very basic 3 column page that I would like to have centered. In every other browser that I've tested, it works fine, however, in IE it gets aligned to the left. Can someone take a quick glance and see what I'm missing? Thank you! [CODE] /* CSS …

Member Avatar for BMXDad
0
301
Member Avatar for tossot92

I have script [(Here)](http://jsfiddle.net/8afkT/) that check the either specific font is installed or not on local computer. In both conditions it shows the alert box. Now I want some modification. Please help. I want that: * When specific Font is "NOT INSTALLED" show [this](http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/) CSS based lightbox rather then alert …

Member Avatar for Troy III
-1
273
Member Avatar for Matthew_2

I have posted this on GBA temp ([here](http://gbatemp.net/threads/garbage-on-top-of-screen-when-displaying-text-over-background.350999/)) without any replies: Another newb question.. I am currently using the 16-bit libnds example (Located within [here](http://sourceforge.net/projects/devkitpro/files/examples/nds/)) as a basis and am trying to display text and the png background image on the same screen (in this example it is the top …

Member Avatar for Matthew_2
0
184
Member Avatar for london-G

Hello, I have inserted my sidebar into my website. I get this: http://develop-platform.co.uk/5062-2-2/ But when I have the sidebar on its own, I get this: http://develop-platform.co.uk/basic.html What is the problem?

Member Avatar for pritaeas
0
139
Member Avatar for Troy III

This code enables you to publish a CSS only with mouse click and keyboard tab image swap. Attached is a Demo example of how it would look on IE6. To ensure the greatest possible cross-browser compatibility/support this code uses CSS level 1 capabilities only. One of extra benefits is that …

Member Avatar for pol.bala
7
2K
Member Avatar for sam.maloof.3
Member Avatar for iJimJones
0
153
Member Avatar for Hazuan Nazri

HELLO FRIENDS!, i have problem here, i try to show mysql data using dreamweaver, now i already change the sql statement to show data when user choose the data from select list/view and click submit, so thats mean i add 'where my_column = $_POST' and its work, but the problem …

Member Avatar for Hazuan Nazri
0
595
Member Avatar for Kratoswoo

The title says it all. I have looked all over and can't find a solution. <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <style type="text/css"> body, html { width: 100%; height: 100%; margin: 0; padding: 0; overflow:hidden; position:relative } </style> <title></title> </head> <body bgcolor="#000000" text="#FFFFFF" link="#9690CC" vlink="#FFFF0F" style="width: 100%; height: 100%"> <form id="form1" runat="server"> …

Member Avatar for pritaeas
0
690
Member Avatar for Violet_82

Chaps, I have a problem, and I am not sure how to get around it. Basically, I have a background image (it sits in a span) which is roughly 40px x 40px (bigger than the span) and it gets cropped off. How can I display the whole image even if …

Member Avatar for Violet_82
0
322
Member Avatar for nitos

hi, am trying to learn using css, i know a bit of html. My problem is the css dont seem to work on html,i dont know wat am doing wrong. thanx for any help

Member Avatar for jrewing
0
294
Member Avatar for Jahliah

I want to set value for html input text through code behind but can't seem to work :( p.s. i'm new to c# and this is my first c# project. I appreciate any type of help or critic. Thanks! Error in banana.cs: "txt_URL" is not in context apple.html: <%@ Page …

0
109
Member Avatar for lara1anjela
Member Avatar for sushants
Member Avatar for amkaos

hi: i built site using DW cs6 and 960grid responsive.. i want to divide the css for individual desktop, tablets and mobile outside of DW, i separate css into for different devices and sizes and nothing behaves.. DW wont let me use media queries and the 960grid responsive.. there must …

Member Avatar for LastMitch
0
116
Member Avatar for vizz

I have following code, for which I want to use CSS3 Page Transitions. I found tutorial here, http://tympanus.net/codrops/2013/05/07/a-collection-of-page-transitions/ How to use different Page Transitions? <ul id="nav"> <li><a href="#home" class="home">Home</a></li> <li><a href="#about" class="about">About</a></li> <li><a href="#works" class="works">Works</a></li> <li><a href="#contact" class="contact">Contact</a></li> </ul> <div id="home"><h1>Home</h1></div> <div id="about"><h1>About</h1></div> <div id="works"><h1>Works</h1></div> <div id="contact"><h1>Contact</h1></div>

Member Avatar for vizz
0
129

The End.