amp x 105
bootstrap x 1,162

14,212 Topics

Member Avatar for
Member Avatar for Saldash

Hi folks, This is something im completely new to, so you'll have to bear with me. In a single cell in a table, I need a background picture that stay behind all of the text and other images, but also stays in the lower right corner of the cell even …

Member Avatar for MidiMagic
0
102
Member Avatar for Abdlah

I am new to CSS and I am having problems with my code. I have created these CSS rules and applied them to the code that follows after the rules. My intention is to have all my divs line up in a straight line within the searchresultscontainer div. But when …

Member Avatar for MidiMagic
0
159
Member Avatar for jevvv

Hi folks, I'm jevvv from EnZed (more commonly known as NZ or New Zealand) I've been on a computer for the last 13 years, but have only just started looking a building a website... yeah slow! I live in a 4 person/1 income household and am running Windows 98SE on …

Member Avatar for anamaria2513
0
145
Member Avatar for Embroidery

Can someone help me to solve out the array problem. i have problem in array and loops .can some one suggest me any good site for c tutorial..

Member Avatar for AirGear
-1
94
Member Avatar for FeralReason

Admittedly, I'm new to CSS but I am having some difficulty converting tables to CSS. Here is a CSS example for a simple 4 cell table that works fine -- but only without the DOCTYPE declaration (any DOCTYPE declaration)! Does anyone know what, if anything, I am doing wrong ? …

Member Avatar for kanaku
0
206
Member Avatar for jevvv

I'm doing our site and the template I used looks nice on my old monitor, because it fits the screen. My new computer has a widescreen monitor and so now I see that the layout of the page has the page based on the left side of the monitor How …

Member Avatar for jevvv
0
71
Member Avatar for Tmanchester

Howdy, I am quite unskilled on UI but have been tasked with looking at behavioral problems on our site. It has been observed that the app acts differently when a user clicks on a submit button with a mouse versus tabbing to it and the pressing Enter on the keyboard. …

Member Avatar for Airshow
0
128
Member Avatar for Alexandre11

Hello my name is Alexandre and i have spent the past 2 and a half hours trying to figure out how to create a drop down menu with css on a preexisting word in a list. [code=HTML]<div id="menu"> <ul id="main"> <li class="current_page_item"><a href="#">Homepage</a></li> <li><a href="#">Treatments</a></li> <li><a href="#"> Locater</a></li> </ul> </div>[/code] …

Member Avatar for stevenpetersen
0
109
Member Avatar for acplayer

I am having a problem with a select that is showing thru an opaque div. See attached image(sorry, but this is an internal client app and I cannot show more). The blue horizontal line on top is the edge of DIV that I am displaying containing the text you see. …

Member Avatar for acplayer
0
161
Member Avatar for jrconstance

I am working on a registration form for a conference. The form has several sections of radio buttons and checkboxes and I would like to have it set up so that if a radio button or checkbox is selected the price related to that selection shows up in the rigjt …

Member Avatar for essential
0
288
Member Avatar for borntowin_786

Hello, I am using spaw editor.Till now i think it is the one of the best editor.But i m now facing 1 problem.Suppose we left editor as empty.then switch tab to html view.then we see a <br /> tag by default.So is there any way to remove this <br /> …

Member Avatar for Member #120589
0
140
Member Avatar for mf_88

im getting problem with gridview when i add row in gridview form textfield with DataTable. I works fine when i add 1st time but 2nd time im getting confused to write code.. rply me

Member Avatar for peter_budo
0
24
Member Avatar for mahakaal

I am using the following code in .y .htaccess file but it is not working <IfModule mod_rewrite.c> Options +FollowSymlinks RewriteEngine on RewriteRule ^(.*)\.htm$ $1.php [nc] </IfModule> Please help me thanks

Member Avatar for mahakaal
0
107
Member Avatar for functionalCode

I have a main form and I have menu's that open up within the form, but when I open a menu they open off the form. What do I need to do to make the forms open at the center of the main form? Thanks

Member Avatar for sknake
0
67
Member Avatar for funfullson

i have a datagrid .its name is dg and a button its name is btn. I want print my datagrids information by clicking on the btn. I need it urgent.

Member Avatar for ddanbe
0
299
Member Avatar for shouvik.d

Hi All, Currently I have an excel workbook which can send emails using smtp mail server on a specific trigger. The limitation I am having is the mail body is in Plain Text. Is there a way to create HTML emails via the Macro and send it across using SMTP …

0
131
Member Avatar for aashishn86

i am using this function to add rows dynamically [code] function addRow() { var tbl = document.getElementById('applications'); var lastRow = tbl.rows.length; // if there's no header row in the table, then iteration = lastRow + 1 var iteration = lastRow; var row = tbl.insertRow(lastRow); // left cell var cellLeft = …

Member Avatar for aashishn86
0
117
Member Avatar for ashkan3030

[code=asp]<asp:Image ID="Image2" runat="server" ImageUrl='~\\Images\\thumbnail\\<%# Eval("brand")%>\\<%# Eval("thumbnail")%>' />[/code] I tried several times with different types and didn't succeed.I want to bind two data from my database and put them in Image URL continuously. Which the brand is something like "Dell" and thumbnail is "123.jpg" What is the correct form ? Thank …

Member Avatar for ashkan3030
0
71
Member Avatar for sugumarclick

hi pals, i want to hide one select box to the web page background color.. i can set the backcolor color for select but it cant hide the dropdown triangle at the end. need help. thanks my code is [code]<script language="javascript"> function Turnover(sel){ sel.style.backgroundColor=sel.options[sel.selectedIndex].value=='yes'?'green':'' } </script> <select onchange="Turnover(this)"> <option value="yes">yes</option> …

Member Avatar for kireol
0
117
Member Avatar for kevosull

I have some nested divs which user percentages for sizing the width. The divs are floated for positioning which works fine. The problem is that one of the divs (sub-content) which contains two floated divs sized at 35% and 65% does not occupy the same width as the divs above …

Member Avatar for FeralReason
0
361
Member Avatar for PopeJareth

I am working on a page that has 3 columns of text. I am trying to center the text in each column while maintaining the left justification for the text. When I try to use [icode] margin-left:auto; margin-right:auto;[/icode] the spacing for the columns is destroyed. I have also tried putting …

Member Avatar for Member #360561
0
176
Member Avatar for justM

Hi guys I would like some help with this page that I have been working on. I would like to know how I could add comments on page and view the existing ones Here attached is the page and its accompanying pages... Any help is welcome Thank you!!!

Member Avatar for justM
0
83
Member Avatar for dougancil

I am trying to write a page that requires a Pass/Fail for conditions that are done everyday and then posting them to a database. The problem I'm having is the validation of the checkboxes. Find the code below: [code=html]<!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 …

Member Avatar for Ptero
0
107
Member Avatar for cakka

Hello, are there is any method to check the missing tag in html thant checking it manually ? Thanks

Member Avatar for MidiMagic
0
113
Member Avatar for jamello

Hi there folks! Please could anyone tell me how I can disable the underline of a hyperlink button server control of datagrid and similar controls ? I had used the following css code on the ItemStyle-CssClass which works for traditional hyperlinks to no avail. Thanks for the help:) [CODE] .tablecellhyperlinks …

Member Avatar for mIssy_ricco
0
473
Member Avatar for aashishn86

can someone tell me how to validate the form, in a way where the text comes below the field to be validated... unlike alerts please give an example for a textbox and a dropdown list... if possible... thanks...

0
56
Member Avatar for wolflore

Hi All, Just thought I'd say a quick hello before I got to posting. Current machines: G3 iMac slot loader with 1GB RAM, 40GB HDD, 400MHz running OSX 10.2.8 HP Pavillion ze4900 with 256 RAM(!!), 40GB HDD, ???MHz running XP SP3 (I think it is SP3 anyway) What I'm here …

Member Avatar for anamaria2513
0
118
Member Avatar for groogruxking40

see here: [url]http://www.christiancouriernewspaper.com/blogbase/contactpage.php[/url] What I want is for 7 fields (Name-State) on the Left just how they are Then I want the remaining fields (Country- the spam question) on the right I would like to have it so it all fits on one page without having to scroll any ideas/suggestions? …

Member Avatar for almostbob
0
145
Member Avatar for nish123

this thing is being seen on many websites...! while page is loading.. user see a page loading Icon until the page loads..!!! i dont knw wht exactly it is called.?? i hope u understand what i mean..!! kindly provide some links or script so that i can us e it …

Member Avatar for nish123
0
271
Member Avatar for ritu_kr

Hi, this is my problem: 1. There are two div elements in my page. [COLOR="Red"]2. When the page loads only one is supposed to be visible.(This is where i'm getting stuck[/COLOR]) 3. There are a series of checkboxes. 4. On clicking on one particular checkbox the first div element must …

Member Avatar for ritu_kr
0
181
Member Avatar for inabahtrg

Hai all, im new here so plz help me..im doing a php progrm so i try to passing the first jump menu to the second one on the same page..i tru using onchange but noting happen....both of the selction using data from sql data base..so plz help me this is …

Member Avatar for Will Gresham
0
180
Member Avatar for dwdata

Hi All, For some reason, I cannot get the values to pass to the ACTION page correctly in the code below: [CODE]<? $id_Event = '1'; ?> <head> </head> <body> <form id="form2" name="Operation" method="post" action="EvVolProcess.php?id_Service=<?php echo '$id_Event'; ?>"> <input name="id_Event" type="hidden" id="id_Event" value="<?php echo '$id_Event'; ?>" /> <select name="SelVol" id="SelVol"> <? …

Member Avatar for dwdata
0
110
Member Avatar for vik85

hi everybody please help me out. i have little bit prob in my css menu .my display menu is display properly can you give me some idea. my site is [URL="http://www.tonerquestsite.com"]Tonerquest[/URL] i wanna display menu short n good. my css style sheet is [code] #horizNav2 { position:relative; z-index:-1; } .leftNav …

0
113
Member Avatar for mzqpla

I have a template for my ebay auctions. I want to make a form that I can type in the variable information (ie title, description, images) and generate the html script to include those variables.

Member Avatar for codejoust
-1
94
Member Avatar for leroi green

hey, i'm going to be working on a site for a small company and they want to use BluHost. I'm going to be using pretty much just HTML, CSS and JavaScript. will this be a good set up for me? or will i be better off telling them to find …

Member Avatar for codejoust
0
105
Member Avatar for K?!

Hi all I was wondering if there was something like Java's JList in HTML. I guess not because I can't find anything like it in the list of the form's input types. What is the easiest way to provide the functionality of a JList? Thx in advance. Greetings, K?! Ps: …

Member Avatar for K?!
0
467
Member Avatar for redhotspike

Ok - I have never used ASP before. I'm pretty hardcore with (x)HTML, JavaScript, CSS, and I also know C++. Here's the thing - I need to create some sort of code that receives information from the back end of a site and dynamically adds a link on an overview …

Member Avatar for closetosane
0
139
Member Avatar for dwdata

Hi, I am trying to compile a detail page. Here is the code below: [CODE]<?php require_once('auth.php'); ?> <!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=ISO-8859-1" /> <title>Village Of Hope Worship</title> <style type="text/css"> <!-- .style13 { font-size: 12px; color: #70283C; font-weight: bold; } .style14 …

Member Avatar for kireol
0
126
Member Avatar for cedricdan

hi.Can anyone plz tell me how to link database with html? if you can plz do give the code. thankyou

Member Avatar for tack
0
71
Member Avatar for postal07
Member Avatar for codejoust
0
652
Member Avatar for kcomeby

Hi i wanna make web site as you may guess and i wanna make navigation url like : "cnn.com/content/blablanews/" i read few articles and there is a method like "redirect from 404 page" method. i wanna read more articles about that but i cant find that methods name. So i …

Member Avatar for codejoust
0
103
Member Avatar for ArvindSharma

I have read a nice article regarding some HTML tags...which are very useful.. i would like to share it with you ..please have a look: [url snipped - see post below for valid link to the article] i have posted it on other forum too ..as i think it is …

Member Avatar for FlashCreations
0
148
Member Avatar for travis67

Hi again. I need to make tooltip work on mouse click, so when I click on the button for an example, a popup info should appear.

Member Avatar for travis67
0
230
Member Avatar for Magicianer

I'm using a script called Ajax Upload to upload files. I have a div that has a php script inside so that when the page loads I can see the listing of all the files. My problem is that I want to update this list of files without having to …

0
102
Member Avatar for lettuce.shark

I got a swf loading in a div. I need to force his reloading. So, I'm trying this. Anyone has any idea? One that works? I would apreciate it. =) [code=javascript] myelement = (( document.getElementsById ) ? document.getElementById( mapcontainer ) : (( document.all ) ? document.all[ mapcontainer ] : document.layers[ …

0
84
Member Avatar for itnagusak

i have a form being filled. i don't want the user to be able to submit twice. how can i either prevent the user from going back or disable the submit button? i am currently disabling the submit button but when the user clicks back(from the next page) it asks …

Member Avatar for sureronald
0
212
Member Avatar for vanessia_1999

I am having organization set up with my table. I am trying to code for a report to have the Purchase Date and Shipped Status information added/display onto my report but I continue getting errors such as the value is not showing up and my information look out of place. …

Member Avatar for kireol
0
141
Member Avatar for sugumarclick

hi all, Im doing in-house project ... Im creating form which has a drop down box for gender.... and also a document which contains "he/she" type... when i select the male option in that dropdown box the doc which contains "he/she" should autopopulate to its corresponding gender and generate it …

Member Avatar for kireol
0
139
Member Avatar for postal07

Been trying to get a mouseover dropdown menu to work when I copy and paste the code all I get is the code where the buttons should be.When it does work I go to preview I get script errors.I am new to this html thing I am using frontpage 2002.This …

Member Avatar for PsychicTide
0
233
Member Avatar for vik85

hi everybody i am new in javascript .i hope all guys helpful.i have my site [URL="http://www.tonerquestsite.com"]tonerquestsite.com[/URL].my javascript is not working for IE can you help me out .my css file is [code=css]/* -------------- layout ------------------ */ /*qmfv{visibility:hidden !important;}*/ qmfh{visibility:visible !important;} .leftNav {position: relative; z-index: 0;} /*!!!!!!!!!!! QuickMenu Core CSS [Do …

Member Avatar for essential
0
216

The End.