This isn't going to solve your problem, but I recommend using a .php extension on your .inc files. Generally I use .inc.php as this still shows me it's an included file, but the .php will keep people from seeing the contents should bugs like this arise.
Best of luck with this. www.ironorchid.com
It makes sense really. The CSS "text-align: right" positions the text within a given element. Because the anchor tag is an inline element the text is only being right-aligned in respect to itself.
In short; it is actually working, the effect just isn't noticable unless it's in respect...
Thanks Kim. Unfortunately I'm getting the feeling that none of the major browsers fully support alpha transparency. I've been testing in Opera 6 and Mozilla 1.1. Placing a semi-transparent png-8 in an img tag works just fine, but setting it as the background image just doesn't work at all.
I...
I'm trying to put together a site design with partially transparent background images for my boxes. I've set a gif as the background for the page, but for some reason I can't get the backgrounds of any div to be partially transparent (using png's for this).
Any ideas? www.ironorchid.com
<?php
// Directory goes here relative to script (fs = file system; ws = web server directory)
$image_fs_dir = '/absolute/path/to/images'; // without trailing slash
$image_ws_dir = '/web/path/to/images/'; // with trailing slash
$href_link = 'http://www.ironorchid.com/clipart/'; // What your link...
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.