I am encountering a strange issue. I am querying a mysql database for keyword results using:
SELECT * FROM table WHERE title LIKE '%keyword%'
and it works fine...
but only for certain words. For example, I have 2 properties, Viking Lodge #213 and Franz Klammer Lodge. If I search for Viking...
I gotcha. Using the 75% opaque background .png worked fine, but not in IE6. I think I can live with that. Applying any opacity for IE6 makes it completely clear, but I can probably get away with it being completely white.
We shall see.
Thanks for the help.
When in doubt, go flat out...
The background of the div is transparent, not the background to the page. The background of the page that I am trying to work with is an image. The div has a white background so that the text within the div is legible, but you should be able to see the background image through the background of...
I am trying to create a div that has a alpha transparent background, but contains images. The problem is that the images inherit the transparency as well. I have tried to give them different z-indexes, wrap them in there own div with backgrounds and setting the divs transparency to none and a...
That did it. Sending the file_get_contents directly to the session worked. I can then use simplexml to parse it.
Thanks for the help
When in doubt, go flat out!
http://www.soprisinteractive.com
The Background:
I am developing a site that queries a booking agent that returns an XML doc full of booking information. I use file_get_contents to return the data as a string which is then parsed using simplexml_load_string. I had been using simplexml_load_file and passing it the url, but I...
I had 2 issues that after pulling out most of my hair I have resolved.
1st - if you are applying transparency to make a background color transparent, for example;
filter:alpha(opacity=80);
-moz-opacity:.8;
opacity:.8;
IE will then ignore the transparency of a .png.
2nd - When using the...
http://telluride.btmserver.com/localweather
on the right where it says winter should be a nice clean png with a pretty dropshadow. If you want to see how it should look check it in firefox.
When in doubt, go flat out!
http://www.soprisinteractive.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
png24 and it doesn't work.
I'll provide you with an example tomorrow. I pulled it off of the site, but I will put it back.
When in doubt, go flat out...
What do I have to do to make .pngs with alpha transparency work in IE7. I was under the impression that IE7 was supposed to handle them correctly, but it appears that what was the bane of my work day continues to be the bane of my work day.
Any help would be appreciated.
Thanks,
When in...
I need to copy around 7,000 images from a site to my computer. I have a csv file with the image names and the path to the images.
I have tried using this...
<?php
$urlPath = "http://pathtoimages/";
$csvFile = "nameof.csv";
$cnt = 0;
$openCSV = fopen($csvFile, "r");
while (($data =...
I have just installed Debian Etch on my laptop and when I try to access any php files on my localhost I get a message saying "Direct Access to this location is not allowed." I can access .html files no problem.
I have been using Debian Sarge and Ubuntu for a couple of years and have never had...
I am using an SMC that uses Postgresql and I am trying to find an easy to use blog that uses Postgres. Any suggestions?
The client asked me if they could use WordPress, but that uses mySQL. So I am looking for something WordPress like, but using Postgres.
When in doubt, go flat out...
It is pg_close($whatever) $whatever being whatever you use as $whatever = pg_connect(host=...)
When in doubt, go flat out!
http://www.soprisinteractive.com
I need to add a field to a Postgres db. I have poured over the postgres manual and can't find out how to do it. Any help would be appreciated.
Thanks
When in doubt, go flat out!
http://www.soprisinteractive.com
Is there a way to find out the height and width attributes of an image? I have a gallery page that displays images from a database. I want the user to be able to enter pictures of any size (within reason) and display them at maximum size if bigger or the correct size if smaller than the max...
Okay, I'm pretty sure that I have it exactly as you showed it. Once again, I must be doing something wrong, because with the code as you have it, it show the nav panel with the background, then it disappears. I'm sure it has something to do with the order in which these things are being...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.