6,564 Topics

Member Avatar for
Member Avatar for yaragalla_mural

Hi i have a textarea. Text area is to enter label names. When i enter first letter of the label name the matching labels appear as dropdown so that they can select the label from the drop down instead of typing the whole name. This drop down is a div. …

Member Avatar for yaragalla_mural
0
175
Member Avatar for noor_3

Hey, I never use any CSS file in VB...just wanna ask is that posibble? And for what i've found, in order to implement the css call we need to declare it in the master or content page rite?? well my badluck i dont have any of it..the project that with …

0
107
Member Avatar for yaragalla_mural

The following is my html code. This code contains one absolute div. The div with id "mydiv" is an absolute div. Only half of the absolute div is being displayed. I want the div on top of all elements and fully displayed. What could be the problem? Even after specifying …

Member Avatar for JorgeM
0
289
Member Avatar for nadiam

Dear All, im testing out a way to get data from database depending on the drop down selection and displaying the data into a table by using php. now my first issue which is really really frustrating me because i've done this dozens of time is that i get `Notice: …

Member Avatar for nadiam
0
7K
Member Avatar for FelineHazard

Hi all, I've started to get acquinted with Perl's HTML::Parser, which does a really good job at parsing html (duh ;-) But for the life of me, I can't get it to return the actual text from subroutine! I keep getting references to it :\ :\ use HTML::Parser; package MyParser; …

Member Avatar for FelineHazard
0
387
Member Avatar for mwnt2014

Working on wordpress.. Want to set homepage when i click the templates. ..Templates are under dropdown menu.

Member Avatar for pzuurveen
0
125
Member Avatar for nadiam

hey guys. so whats really getting me stumped is the amount of salutations theres are and as some of you are web developers i would just like your opinions/suggestions. so you have a basic form that asks for salutations, first name, last name etc. salutations there are lots and sometimes …

Member Avatar for almostbob
0
277
Member Avatar for webdi

I've set up my page so that my left nav bar is a series of background images which change when the user mouses over. I learned how to do this from an older thread on this site. [url]http://www.daniweb.com/forums/thread109916.html[/url] This all works well except for one minor problem. The first time …

Member Avatar for dellmerca
0
2K
Member Avatar for napninjanx
Member Avatar for Borzoi

I tend to use XHTML due to browser compatibility. In almost all cases where I've worked with XHTML, the content has displayed in every browser the same and the times it didn't was due to certain browsers *cough*IE*cough* not supporting the CSS styles I was using. When HTML 5 was …

Member Avatar for Borzoi
0
195
Member Avatar for Ole Raptor

I am having a small issue with displaying text that has been converted with htmlspecialchars. In the db I have this: &amp;lt;b&amp;gt;Testing:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;it&#039;s a test&amp;lt;br&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt; When I use: echo htmlspecialchars_decode($variable); The page displays: <b>Testing:</b><br><ol><li>it's a test<br></li></ol> I am not sure why this is happening. Any help is appreciated. Thank you

Member Avatar for Ole Raptor
0
238
Member Avatar for LG Fresh

function makeSelection(icon, id) { if(!icon || !id) return; var elem = icon.elements[id]; if(!elem) return; var val = elem.options[elem.selectedIndex].id; opener.targetElement.value = val; this.close(); } this form used to select from a dropdown but i want to make it select from a click button <td>Icon1 Here<br /><input type="button" value="Select" id="1000" onclick="makeSelection(this.form, 'icon');"></td> …

0
111
Member Avatar for sivamoni

Hi I want to display the html content of the web pages(url address) in a c# window applications, but it is possible to get the dynamic content of a web pages also. If yes please query your comment.

Member Avatar for nathanmannar
0
2K
Member Avatar for Stefce

Hello everyone im trying to make a website for movies so its pretty simple with movie boxes but the poblem is i dont want to do it like every single movie i add i need to write a new code in `index.html` so is there a way to skip this …

Member Avatar for Stefce
0
331
Member Avatar for crebs

I am trying to use web2py to build an app. I have a simple print function that a user submits a key word . The string or int key word is directed to an sqlite db to retrieve a row and output the data. I need to know 1. how …

0
194
Member Avatar for Bensirpent07

I am trying to insert a background image but for some reason when I put this... html{ background-image: url('images/background.png'); background-repeat:no-repeat; background-size:100% 100%; } It doesn't seem to work, it stays blank. I know I have the path correct and the name correct I have only gone over it a million …

Member Avatar for rtrethewey
0
425
Member Avatar for steevod

Hi All First post. PHP/PostgreSQL newbie... I'm trying to create a simple web page with a dropdown menu. The values for the dropdown menu are retrieved from a database table. The code I've got is... <html> <body> <select> <?php $db = pg_connect("host=hostname port=5432 dbname=dbname user=user password=password") or die ("Could not …

Member Avatar for steevod
0
1K
Member Avatar for Phanindra Reddy

Sorry to ask this one , but i am helpless to get it out. I am doing a site for my client and created a responsive menu. The font style for the menu is not working even though I marked it as important. My site url is. http://sparrowhair.softcorp.ca/ The style …

Member Avatar for Ajay Gokhale
0
346
Member Avatar for rubai

Hi all, I have a contact form. In the message text area the right border is not showing in chrome browser. It is cool in other browsers. here is the link http://theshortstoriesonline.com/amarnamrub/ Thanks

Member Avatar for rubai
0
1K
Member Avatar for iquallsama
Member Avatar for somjit{}

chrome , firefox.. these are great browsers , and even if i write utter crappy html code, it still makes sense out of it , and tries to display it the way a proper code would have made it display. thats great stuff unless i want to know/see the errors …

Member Avatar for almostbob
0
276
Member Avatar for krunal1986
Member Avatar for narendra75

In HTML,CSS BLINKING TAG IS NOTWORKING?I NEED PROGRAM IN JAVASCRIPT FOR BLINKING THE TEXT..

Member Avatar for frankjames018
0
207
Member Avatar for Nshark

I'm trying to set up a timer that counts up to ten and starts/resets when the left mouse button is clicked (anywhere on the screen even when the application is in the background). I'm struggling to find a code that suggests it is possible and now I am starting to …

Member Avatar for dionterry
0
5K
Member Avatar for tony75

Hi How to hide my source code so to not be viewed? I think this line of code solve it but where can I put in my source code? <body oncontextmenu="return false"> </body> And This is my code <!doctype html> <html> <head> <meta charset="utf-8"> <title>HTML5</title> <meta name="description" content=""> <body oncontextmenu="return …

Member Avatar for tdrosiadis
0
4K
Member Avatar for RikTelner

Is there a way to add `:hover` pseudoclass, without CSS file or `<style>`, using: <div style="CSS rules here">DIVie</div> ?

Member Avatar for tdrosiadis
0
104
Member Avatar for narendra75
Member Avatar for RikTelner

I tried to validate my document, in order to be able to tell how bad I am. I was incredibly happy because I got 0 errors in CSS. I tried to validate `index.php` file with HTML5 validator (which I suppose can also check HTML4.01). And I got this error prompt …

Member Avatar for pritaeas
0
163
Member Avatar for RikTelner

`text-shadow: 0 0 5px #FFFFFF;` Gives a white shadow, with 5px blur. But it's too weak. Is there way to make it stronger(/lighter) without modifying blur?

Member Avatar for JorgeM
0
59
Member Avatar for IndyItMan

In my ASP.NET MVC application, I am trying to put together a page where a user can both sign and print their name once at a workstation equipped with a Wacom. The signatures will be saved to PNGs with links in a database and then stamped in the designated area …

Member Avatar for Ewald Horn
0
303

The End.