Simply add 'float: left; display: inline;' to all your child declarations and that should do.
You could also use he display: block if you like.
And look up on google how to use CSS...
JR (www.jrbeltman.com)
IT = Logic (except for a well known OS where it equals luck) -> Back to the Basics!
Simple but elegant and it works!
Cheers for the solution... You got a STAR!
JR (www.jrbeltman.com)
IT = Logic (except for a well known OS where it equals luck) -> Back to the Basics!
<div style='position: relative'>
<div style='position: absolute; height: 2000px; border: 1px solid black;'>hi</div>
</div>
Try this out in a most simple html file and you will see the issue I'm talking about in IE6 (perhaps also other IE versions)
It is caused by the absolute div being...
Hi,
the min-height is clever to start with.
Also, rather use margin-bottom or spacers
<div style='height:10px; clear: both; font-size: 10px'> </div>
instead of <br> which will differ in height per browser.
lol. I must admit that only after looking a second time I can see the overlapping...
Hi,
I'm using the TIGA wordpress theme which uses an 'absolute positioned div' as sidebar.
The problem is that the height of the div is larger than the screen and IE simply cuts the div off. When making it relative IE shows the complete div (full height).
However, I need it absolute.
Anyone...
Well,
dreamhost support worked out that you can fool the script a little by using the -C parameter. That combined with -q actually works for this particular 3rd party script I was really trying to get running.
Heck yes, it still runs as CGI though and if you have a solution of getting it to run...
Haha,
stupid me, it is a script indeed..
Not that that helps me..... but hey, it is a script..
Hope it tells you something?
Cheers
JR (www.jrbeltman.com)
IT = Logic (except for a well known OS where it equals luck) -> Back to the Basics!
Tried those.
bin/php gets me the empty php dir.
cli/php or php/cli gives me nothing..
I have written to the dreamhost support to double check it is really installed.... and if so where?
Coz am I correct in thinking it is simply not there?
JR (www.jrbeltman.com)
IT = Logic (except for a well...
Wow!
That returned a list soooooo long it didnt fit the screen at all... not by a million times :)
Is there a way of making the locater 'spell' more precise/selective?
JR (www.jrbeltman.com)
IT = Logic (except for a well known OS where it equals luck) -> Back to the Basics!
the thing is I am not a linux person...
so, no idea where to locate or how to locate cli...
I was browsing some directories via telnet, found something like /usr/local/bin/php which is empty (mostlikely a symlink as far as I understand that term)...
But how to really find cli? I aint got a...
It is php 4.4.4
Host is dreamhost...
Hmmm, well I dont want CLI to run as the main interpreter.
But in this case I need it for this one file....
I have been reading that I can use enable-cli ? But does this change anything to the default interpreter?
Or should I adjust that path to something...
it simply outputs
CGI
and I was hoping to see
CLI
JR (www.jrbeltman.com)
IT = Logic (except for a well known OS where it equals luck) -> Back to the Basics!
Hi
I am trying to run a PHP script from the crontab.
Cron actually executes the script, but....
Eventhough I added the CLI path to the start of the php file a test with echo php_sapi_name() returns CGI
My file:
#!/usr/local/bin/php
<?php
echo $sapi = php_sapi_name();
?>
I have been told...
Top of my head:
I right click the subreport, select 'object size & position' and set the height to .04
It works in like 10 reports and I have read many posts that tell me .04 is the absolute minimum....
But for some bizarre reason it doesnt stick in this report.
I obviously do this because my...
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.