Background gif doesn't display in Firefox, but it does in IE7. If I float the container left, it displays, but the container is floated left and not what is desired. I also had to include a height ...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Firefox/Q_23545030.ht...
Zones:
Firefox,
CSSDate Answered: 08/03/2008 Rating: 7.4 Views: 8
Hi there;
I've never done anything particularly complex with CSS, and I seem to be having trouble getting the elements on my page to line up correctly across more than one browser. At the moment,...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_22677424.htm...
Hello Experts,
I am trying to access contents of scientific articles through a VPN connection to my university network (Cisco VPN client). After connecting, my computer is identified as a univer...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Firefox/Q_22784267.ht...
One of my web forms runs a Perl script that opens up a template, fills in the details from the form and then displays the result. I use something like:
my $form_name = "template.htm";
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_22828871.html
Zones:
Perl,
CGIDate Answered: 09/14/2007 Rating: 9.2 Views: 0
Hi All,
I would like to list database names on a particular server (sql server) and add them to a combobox. How can I do this through c#?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23063726.html
Zones:
C#Date Answered: 01/15/2008 Rating: 9.2 Views: 0
Since Mozilla Firefox/Thunderbird updates do not apply automatically, what is the best way to apply updates and plugins to large number of Windows XP/Vista machines?
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Mozilla/Q_23077157.ht...
I'have a SQL data table (see code snippet)
I want to extract this result (see "Desired Result" in code snippet) with a query, but my query
SELECT MAX(DocDate), Customer, SerialNumber
FROM My...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2308...
I've been using ssh2_scp_recv() to download .tar.gz files. Each .tar.gz file ranges from 250 KB to 2 MB. However, I only receive about 140-500 KB of those files, and all 6 I'm downloading are inc...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23128528.htm...
Hi,
I have written a function:
<?php
function check_back_link($siteurl, $recip) {
//Using file() for reading large text files > 10 Mb gives problems, therefore you should use this instead. ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23160601.htm...
Zones:
PHPDate Answered: 02/13/2008 Rating: 9.0 Views: 0
How to present users with status information while a complex or lengthy process is taking place: i.e displaying an animated GIF image while the server-side processing the search action using Spring...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSTL_Tags/Q_23173125.html