k_mcminn
-
My Tricky Dilemma, But Maybe Not For CSS-Tricks
Oh wow, what CSS file is that in?
-
My Tricky Dilemma, But Maybe Not For CSS-Tricks
In here? .pane_wrap { margin-left: 25px; margin-right: 25px; min-height: 80px; overflow: hidden; position: relative; }
-
My Tricky Dilemma, But Maybe Not For CSS-Tricks
Thank you, Mottie! That seemed to fix the biggest issue; Safari. I did notice one thing in Chrome through. It has nothing to do with the edit you had me perform. When trying to click on the right arrow, the cursor has to be positioned on the very …
-
My Tricky Dilemma, But Maybe Not For CSS-Tricks
I'm hoping no one forgot about me. If not, I'll continue to be patient.
-
Question About Height Property
That seems to have done the trick! Thanks, everyone!
-
Question About Height Property
UPDATE: I've managed to get everything correct, it seems, except for the auto height once the tags break to a new line.
-
Question About Height Property
Thanks for the quick reply; sorry about my delay. OK, it seems as though I'm on the right track but can't seem to float the tags to the right. My Site (look at the last article)
-
Neat technique with CSS & Ajax, Want to know how to do this!!
Hmm. What you're looking at is a module that's available for Joomla powered sites. So, unless you're using Joomla, you'll need to find a mod/ application that does that for what ever software you're using. What software are …
-
Vertically centering a TD
Thanks very much, Andy. I suppose it does :) Thanks for everyone's awesome response times and assistance. This is where I come when I know I can get the answers I need with the best possible service.
-
Vertically centering a TD
Thanks very much for the information, Senff! I have done this and it looks MUCH better. I personally don't like tables though so now I am deciding whether to convert to divs. Your thoughts?
-
Vertically centering a TD
I'm looking at it using Firefox, and Chrome. The problem lies when the text breaks to the next line, like this: http://i192.photobucket.com/albums/z133/nintendonerds/vert.png If the title stays on the one line, without breaking to the next li…
-
Internet Explorer 8 Squished DIV
Thank you so much, Ketan! That's what it was. Man, that was driving me crazy. I for sure thought it was in a CSS file. Thanks for the quick work.
-
Span Header(s) across all columns
Apparently, I don't know what I want. If I wanted to apply rounded corners to the entire table, I would have done so.
-
Span Header(s) across all columns
Bob! Thanks for the idea. It makes sense but I have no idea how I'd implement that. Could you give me an example?