6,574 Topics

Member Avatar for
Member Avatar for mdminternet

Hi guys, I've got a little bit of an internet explorer problem. If you visit the website at [url]http://www.removals-edinburgh.com[/url] you will see that I have customised a version of the menu which is available at [url]http://www.impressivewebs.com/mega-menus-ajax-jquery/[/url] to suit the style of the site. The menu appears just fine in both …

Member Avatar for floatingDivs
0
132
Member Avatar for devinodaniel

Hello! I have what I think is semi-easy. I just can't figure it out. [CODE] <html> <body> <div id="container"> //scan in barcode here <div id="repairID"> <table> <tr> <td> Scan ID: </td> <td> <form method="post" name="editRepairForm" action="https://example.com/IDEdit.do" target="frame1"> <input name="scanId" id="scanId" value="" /> <input name="fromLaunchScreen" id="fromLaunchScreen" type="hidden"/> <input type="submit" id="SubmitForEdit" style="display:none;"/> …

Member Avatar for devinodaniel
0
220
Member Avatar for Awah Mohamed

hey people i am building a website that has a leftbar which has some links. i added the code and the div of the leftbar and everything was very fine until i tried to lunch the site on firefox and safari. in opera and IE it is fine but in …

Member Avatar for ko ko
0
88
Member Avatar for kaveman

Howdy, NewB to CSS and have a background image set to show up on my html pages, and so it does... body { font-family: "Trebuchet MS", sans-serif; background: #bbb url(../imageshtml/page_background.jpg); margin: 0; padding: 0; } This currently happens to all of my html pages, BUT I don't want it happen …

Member Avatar for kaveman
0
235
Member Avatar for susheelsundar

Greetings Everyone, The Scenario is, we are incorporating a js calender into a page, as usually, there is a issue with calender clip location, the css of calender is in javascript, i have tried targeting firefox enough with tags like (firefox, -moz-binding:, load-mozilla-css, ff4) in the following code snippet [CODE] …

Member Avatar for codewall
0
234
Member Avatar for sww176

I want to do some paint in browser and I use VML in IE. here is a clear XHMTL document [CODE]<!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 content="text/html; charset=UTF-8" http-equiv=Content-Type> </HEAD> <BODY> </BODY> </HTML> [/CODE] I want to add <v:line style="POSITION: absolute; BEHAVIOR: #default#VML" from = …

0
29
Member Avatar for shruwin

Hi, I have to retrieve data from database and create a XML file, then i have to parse this file and display output in browser. Creating XML file works fine. But parsing is not working. No errors. But output is not displayed in browser. Have submission tomo. Please Please help. …

Member Avatar for peter_budo
0
712
Member Avatar for katmai539

Hello, I'm working on a hardware project based on the RabbitSys chips, which are ideal for web based hardware development. My task now is to divide a table up in pages and i'm able to set a variable from a webpage like "CurrentPage=1" and calculate my way around. the ZHTML …

Member Avatar for katmai539
0
328
Member Avatar for mitali89

Hi, I am using htmlMimeMail class for sending email.but when i receive the email it will takes a long SMTP address. It Works for the another site but it takes the long SMTP address in place of the actual sender address.

0
83
Member Avatar for shruwin

Hi, I have to retrieve data from database and create a XML file, then i have to parse this file and display output in browser. Creating XML file works fine. But parsing is not working. No errors. But output is not displayed in browser. Have submission tomo. Please Please help. …

0
70
Member Avatar for guru_iyer

I am trying to change the background color of the JPanel every 3 seconds (3000 ms) when I click START button till I press STOP button. [CODE] import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.Random; class TimerBackground implements ActionListener { JFrame frame; JPanel panel; JButton btnStart; JButton btnRed; JButton btnGreen; …

Member Avatar for guru_iyer
0
1K
Member Avatar for ben.matthews18

Hi could anyone help me with creating a really simple drop down css menu? For example 1 main link and then when you hover over it a list of 3 appear below it. I'm struggling to grasp the concept as ones i've seen around are really complicated. Many thanks

Member Avatar for saliha
0
133
Member Avatar for LloydFarrell

Hi all, im looking for some help help, i have this css which looks great, im happy with how the input type text boxes are displayed and the textarea looks neat too - What I cant figure out is when I add a combo box, check box or image I …

Member Avatar for saliha
0
217
Member Avatar for spookies

Hi All I have a cross browser problem aligning a logo - in ie it is a little higher than in firefox and safari - I will attach the code - appreciate any help. thanks - rich [URL="http://www.lyndalehousekeeping.co.uk/site"]http://www.lyndalehousekeeping.co.uk/site[/URL] [CODE] <!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> …

Member Avatar for gogreen1
0
140
Member Avatar for ptara1

I'm creating a html form that allows the user to search for people in a database. I want the form to work with drop down selects and radio buttons. Currently I'm using an if { } elseif {} else if{} format to my script. However this causes a problem because …

Member Avatar for R0bb0b
0
687
Member Avatar for rhuffman8

I am working on a project using HTML, PHP, and LINUX shell commands to create a dynamic web page but I seem to be having some trouble figuring out how to run the .cgi file with the shell commands in it using either HTML or PHP (if they are both …

0
121
Member Avatar for dschuett

I have the following code doing ALMOST what I want. It shows an input field when the select value is "dropped". The problem I am having is that if I select "dropped" it will display the input field, but if i select a different value AFTER selecting "dropped" the input …

Member Avatar for Airshow
0
666
Member Avatar for perll

hi, i ve an image in adobe photoshop without background. when i try to insert it into adobe flash file it shows a white background and i dont want the image w background color. can somebody help me. Thanx.

Member Avatar for srajanbill
0
202
Member Avatar for dasatti

Hi, I am generating a string from AJAX data which contains forms and submit buttons. I then try to assign this string to a div using innerHTML. This works fine in IE but Firefox strips form tags and every thing in between form tags. How to solve this issue Example …

Member Avatar for Airshow
0
293
Member Avatar for Anna Hussie

kindly review this site and check the source code of this if something wrong somewhere, Kindly do tell me. [url]http://www.templatemagician.com/[/url]

Member Avatar for scottloway
-2
48
Member Avatar for suhaildawood

Hi, I am trying to add a background image in turing, can somebody so me how I would be able to do this?

0
126
Member Avatar for doctorphp

Hi everyone. I have made a mailing list script but I want to modify it so that I can post some variables in the message box. I would like something like this. [ATTACH]20604[/ATTACH] To display something like this. [ATTACH]20605[/ATTACH] I have tried putting [CODE]' . $fetch['first'] . '[/CODE] and [CODE]$fetch['first'][/CODE] …

Member Avatar for doctorphp
0
1K
Member Avatar for mossa

I'm construted a php-class where I create and save some elements in an XMLfile. Outside that class I instantiate the class and save it in a _SESSION['obj'] if the session has not been created yet, otherwise I want to get the document back and add new elements to the XMLfile. …

Member Avatar for mossa
0
320
Member Avatar for Dean_Grobler

Hey there, I'm in somewhat of a predicament. Can you send HTML form data to a servlet on another computer over the net or something? If so, what would one put in the <form action="_"> attribute? Thanks!

Member Avatar for masijade
0
67
Member Avatar for duliduli556

We are posting an XML file to our ftp server that updates approximately every 3 minutes. We need to post the XML file to an HTML Page and publish it so that a secondary party can pull the XML data. Most of what I just said is Greek to me …

Member Avatar for xml_looser
0
95
Member Avatar for jonadams51

Hi All, Just wondering... I have a chunk of code which is reused on many pages. The boss has just told me he wants the displayed elements to look slightly different on some pages. I've designed the HTML to be layout independent but I'd like to know your opinions... Is …

Member Avatar for jonadams51
0
81
Member Avatar for Dante2

Ok, I am trying to create a float based layout with an image in the background of the wrapper for my content. I have set the wrapper to 789px wide (no problem there), got auto margins working to set the wrapper in the middle of the page, but the image …

Member Avatar for Dante2
0
98
Member Avatar for chudapati09

I can't get the following code to work correctly: [CODE] <html> <head> <title>test</title> </head> <body> <?php $ip = $_SERVER['REMOTE_ADDR']; echo "<h1>" . $ip . "</h1>"; ?> </body> </html> [/CODE] It outputs this: [QUOTE]" . $ip . ""; ?>[/QUOTE] But when I create a php file and throw the php into …

Member Avatar for diafol
0
90
Member Avatar for penguino138

Ok so I'm transferring a website for my mom and i got an error in the main page's coding, but I can't figure it out. It said it was in line 3. [CODE] <!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" xml:lang="en-gb" lang="en-gb" > <head> <meta http-equiv="content-type" content="text/html; …

Member Avatar for Kraai
0
446
Member Avatar for mrjoli021

I have a jpg image and when i do [CODE]<img src="images/logo.jpg" />[/CODE] it doesnt show up. if i put another jpg and call it logo.jpg it does. What could possibly be wrong with this jpg that html doesnt like it.

Member Avatar for digital-ether
0
140

The End.