Search:
Type: Posts; User: rickl
Search :
Search took 0.01 seconds.
I did this tutorial on blueprint css:
http://nettuts.com/tutorials/html-css-techniques/a-closer-look-at-the-blueprint-css-framework/
And I think this is probably a general CSS question rather...
I was just wondering about the blueprint css framework why they can allow you to push/pull horizontally into columns, but you can't do do something similar to pull/push an element up or down...
I just thought that loops and conditionals would be more resource intensive (more processor cycles). Is that not the case?
In the case of the data I'm dealing with, yes, there are no year,...
I wanted to avoid using loops and conditional statements, so I tried this, which seems to work.
$patterns[0] = '/P/';
$patterns[1] = '/PT/';
$patterns[2] = '/T/';
$patterns[3] = '/D/';...
awesome. thanks, guys! i'll be giving those a try.
Hi Guys,
I was wondering what the best approach is to converting into a readable format a date/time duration that looks like this:
P1DT13H22M15S
It's in iso_8601 format. Basically:
Any...
Is it possible to implement this dropdown navigation menu using just CSS (no javascript)?
I mean something that looks exactly like that with the rounded corners where they are, etc.--exactly the...
Hey guys,
I was wondering if anyone knows what's going on here with IE7 and Opera:
http://tinyurl.com/2lzug4
This is a punbb forum post. Notice that the post content on the right is clearing...
Where were you an hour ago? :)
Many thanks!
Hi everyone,
My webhost disabled remote file access, so I wasn't able to do something like this (though it works great on localhost):
$feed = simplexml_load_file('http://site.com/some.xml');
...
Thanks guys, it was indeed the indentation!
Hey guys,
How come when I click in my textarea, the cursor shows up at random places? How can I get it to show up at the top left corner when i click on the textarea to start typing?
Thanks!
I don't know either. I have to say though that punbb is not a pleasure to style...
In any case, I tried commenting it out and it didn't make a difference, so it looks like that float caused the...
It could be something in this section:
http://pastie.caboo.se/pastes/140714
That came with PunBB. I found that by commenting out that "fix" for IE7, I was able to remove the problem in IE7. I...
I'll look into TIDY. Good to know. Thanks!
hey guys,
thanks for your suggestions. i didn't get a chance to try them out before I came upon my own solution. i isolated the cause of the problem, which was this:
#brdmenu {
float:...
thanks for the suggestion, centauri. i'm not sure i'll get a chance to try it out, though, because i've gone ahead and put the whole thing into a table, which works fine. i've fought with it long...
oh yeah that's interesting. i use the w3c validator and it didn't show any of that...
:)
thanks for the heads up
It's all valid XHTML. Thanks.
Thanks, Centauri. It didn't make any difference though.
Does anybody have a possible solution for this problem? It doesn't work in FF, but works fine in IE.
I've put the page online so you can see it:
http://tinyurl.com/3c87to
The section in...
Thanks, Ron. As far as I can tell though, it's not the markup (including that generated by the PHP).
webjoel,
thanks for your suggestion. i did give it a try, but it didn't work. could this be something other than the peek-a-boo bug?
thanks, webjoel. this worked very well.
Thank you, Centauri. Your solution works perfectly!