6,557 Topics

Member Avatar for
Member Avatar for sirlink99

I would like to display 3 images in a row, and then 3 more underneath, and so on (until there are no more images). I currently have this css code [CODE] #productsMenuFirst{ display:inline; width: 100px; height: 60px; padding-right: 50px; padding-left: 50px; } #productsMenu { display:inline; width: 100px; height: 60px; padding-right: …

Member Avatar for Arkinder
0
205
Member Avatar for tobeeornot

Hi, Using CSS, I am looking to create a grid/table for a shopping cart page (for practice purposes only) inside the main content container, where a numeric stepper, product image and checkbox will be placed in each individual box of the grid, consisting of four rows and four columns. I …

Member Avatar for tobeeornot
0
911
Member Avatar for felix001

Can anyone help. Im trying to create 2 drop down lists (using the select tag). Based on the choice of the first drop down list the second list is populated. Thanks,

Member Avatar for felix001
0
139
Member Avatar for Awah Mohamed

hi guys i want to use php websockets... i made a web socket but it didnt work i hope you guys know some javascript couz the client page is made with javascript and html5 this is the server's code: [CODE] <?php error_reporting(-1); $host = "127.0.0.1"; $port = 8000; $socket = …

Member Avatar for Awah Mohamed
0
241
Member Avatar for Ritesh_4

Hello Is there a tutorial or example which could enable me develop a flipbook similar to the one shown on this link: [url]http://www.20thingsilearned.com/en-US/home[/url] ? I've tried google, but not found anything similar, except that link itself

Member Avatar for Ritesh_4
0
144
Member Avatar for monaiz

How can i grab this url and paste it in a textbox? <span class="mfss fcg"><a href="/logout.php?h=ccd7af06e1b22f51b970c92944e72c90&amp;t=1312547327&amp;refid=7" data-sigil="logout">Logout</a> (Kassy Daniels) · <a class="sec" href="/help.php?refid=7">Help</a></span> from this in webbrowser1 i want it to grab the /logout.php? code cause each user is different and just paste it in a textbox1 when you hit …

0
48
Member Avatar for vanpersie

Hi With the following script [CODE] <html> <body> <?php $server = "localhost"; $username= "root"; $password ="mysql"; $connect_mysql=mysql_connect($server,$username,$password); if($connect_mysql) { echo "Connection Established"; $mysql_db=mysql_select_db("mysql"); if($mysql_db) echo "<Br><Br>Connected to database <BR><BR>"; echo "<Table>"; echo "<TR><TH>Employee_ID</TH><TH>Employee_Name</TH></TR>"; echo "<DBQUERY q>select emp_id,emp_name from employee"; echo "<DBROW><TR><TD><? q.emp_id></TD><TD><? q.emp_name></TD></TR> "; echo "</DBQUERY>"; echo "</TR>"; echo "</Table>"; …

Member Avatar for IIM
0
106
Member Avatar for iamthwee

Hello my fellow friends. I'm in need of help. I'm just no good with Javascript. What I have is the following... [url]http://vadikom.com/demos/poshytip/#async-simple[/url] Now it works well. But you have to create a new class for EACH toolip on the page and reference it to its class id. WTF? Anyway to …

Member Avatar for Airshow
0
111
Member Avatar for johnnycho

To illustrate the issue, I've created two HTML pages: [url]http://www.johnnycho.com/firefox_csstest01.html[/url] [url]http://www.johnnycho.com/firefox_csstest02.html[/url] They are both exactly the same, with one exception. On the first page, the div class="topbox" has a padding of 1px. On the second page, the padding has been set to 0. If you look at these two pages …

Member Avatar for Arkinder
0
658
Member Avatar for karl.jackson87

I'm trying to create a form where I can type in a piece of news as I would normally type and include links in the form [CODE]<a href="www.google.com">google</a>[/CODE] and have it preserve the formatting and display the link as a link when echoing back. My problem is that despite a …

Member Avatar for urtrivedi
0
203
Member Avatar for iwant2learn
0
110
Member Avatar for bluetoot

Hello! please i need help with this,after sumiting my form i get this error message on line 111 any help i will appreciate, thx [CODE]<?php session_start(); include("../Connections/recruit.php"); echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; //check certification $certification = $HTTP_POST_VARS['certification']; if($certification != "accept") { echo(" Your application has been terminated as a result of …

Member Avatar for satyajit das
0
397
Member Avatar for marietta_kan

any idea how am i gonna make more round the border corners with CSS?? but in the same time show up on IE...

Member Avatar for barsha86
0
110
Member Avatar for nikita.chandra

Hi, I am using mail function of php to send email. I have a html page in which there is a form after submission of the form it redirected to mail.php and send email then i want to redirect back to html form with some message say "Mail sent successfully". …

Member Avatar for diafol
0
328
Member Avatar for Clarkeez

Hey.. I have a problem with my CSS, let me show you.. CSS [CODE].wrap { font-size:12px; width:980px; margin:auto; } .left_wrapper { height:auto; float:left; width:20%; background:#699; } .right_wrapper { height:auto; float:right; width:79.7%; border-color:#b7b6b6; border-top-width:0px; background:#993; }[/CODE] HTML [CODE]<div class="wrap"> <div class="left_wrapper"> blah blah </div> <div class="right_wrapper"> blah blah </div> </div>[/CODE] Now, …

Member Avatar for akhtar.web
0
167
Member Avatar for jcarbillon

Guys, I need your help on this case This is my error: [Error 194 The base class includes the field 'PlanImg', but its type (System.Web.UI.HtmlControls.HtmlImage) is not compatible with the type of control (System.Web.UI.HtmlControls.HtmlGenericControl)] [B].aspx[/B] [<li><p onclick="SetSelectedTab(1,'../XXXXXX/XXXXXX.aspx')"><span runat="server" ID="PlanImg" datasrc="#DTSRC" datafld="link1"></span></p></li>] [B].aspx.cs[/B] [PlanImg.Visible = true;] This error is taking me …

Member Avatar for hericles
0
342
Member Avatar for TheNNS

Does anybody know if there is an attribute that gives more controls for embeded videos wiht the video tag? I want to have an option for fullscreen videos on one of my sites, but the current controls only have puase play and volume. Is there anyway to have a fullscreen …

Member Avatar for Arkinder
0
124
Member Avatar for devindamenuka

hi all, IN my web site Users can put comments, Administrartor can view them and give permistion to print or not. problem is when user put comments with out braking the lines. then comment will be printed in a single line and it wil jumble the format of the site. …

Member Avatar for diafol
0
2K
Member Avatar for skiabox

I am reading a book and I am in a chapter where it shows how you can create web forms using php. The problem is that I am getting confused by this switching of the code. I give you an example : [CODE] <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” …

Member Avatar for ddymacek
0
268
Member Avatar for Kevin Lee

Hi all. my code is below: [code] <script type="text/javascript"> function gu_gid() { var ggid = document.getElementById("gid"); if(ggid.value != "" && ggid.value != "select") { $().ready(function() { $("#autocomplete").autocomplete("test.jsp?gid=" + ggid.value, { max: 50, width: 300, matchContains: true, selectFirst: false }); }); } } </script> . . . <form action="#" autocomplete="on"> <div> …

Member Avatar for urtrivedi
0
157
Member Avatar for uniquedevil65

hello everyone im new to this site and i require to submit a project title and i have to complete this project in html

Member Avatar for uniquedevil65
0
45
Member Avatar for sid78669

I am starting out with PHP and in my project I'm trying to fetch XML data from a url and parsing it for data. Now the url that I use is being fetched from a webpage and hence I know that it is correct and it exists. Still, when I …

Member Avatar for sid78669
0
253
Member Avatar for dreamer14

Just wondering is this possible? I am trying to do a mini announcement section in my website. What i want is for the announcement to be taken from a txt file for easy updating. Regards, Jon

Member Avatar for dreamer14
0
64
Member Avatar for Poverino

Hello, Who can help me out?. First of all I’m completely new here and also CSS is brand new for me. But if you can do it…. I can also only a matter of time my grandpa told me . What is my plan: I want to make a website …

Member Avatar for Arkinder
0
119
Member Avatar for mosesmn

Am getting: Parse error: syntax error, unexpected T_DNUMBER $post_xml = "<?xml version="1.0" encoding="utf-8"?><PesapalDirectOrderInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Amount="".$order_total."" Description="".$transaction_details."" Code="".$code."" Type="".$type."" PaymentMethod="".$payment_method."" Reference="".$reference."" FirstName="".$first_name."" LastName="".$last_name."" Email="".$email."" PhoneNumber="".$phonenumber."" UserName="".$username."" xmlns="http://www.pesapal.com" />"; $post_xml = htmlentities($post_xml); If I use single quotes the error dissappears but it does not function the way i would like it …

Member Avatar for mosesmn
0
154
Member Avatar for Danny159

Hey, I am in the process of re-designing my website but I'm running into a problem... I am trying to avoid tables and just use css... However I get a problem... doesn't happen all the time so I can't give you an example... I have a clear div box at …

Member Avatar for Danny159
0
99
Member Avatar for Hani1991

Hello everybody Can anyone tell me please whats the difference between css and css2 and css3?? Do we need to make the file type .css2 in order to use CSS2???

Member Avatar for Hani1991
0
94
Member Avatar for totalwar235

I am working on a website and I am currently trying to make it look more proffesional with the help of CSS(I am writing this all myself, not using a generator). Recently I installed something that would make a more professional. The only problem is that whenever I look at …

Member Avatar for totalwar235
0
271
Member Avatar for rinjin07

Hey all, I'm a total IT beginner and have been trying to figure out how to put raw html with css and javascript in the header on an article in Joomla 1.7? I heard about this JCE thing but no idea how it works. If someone could explain it to …

0
102
Member Avatar for riseguim

Hi, so I have this script that alternates my CSS stylesheets and it's working great. The thing is, there was a cookie coding that was included but it doesn't work. Basically what I want to do is that the browser remembers which stylesheet the user had chosen and keep it …

Member Avatar for riseguim
0
177

The End.