k_mcminn
-
Can't Figure Out Why My Layout Breaks
wolfcry911! I managed to figure it out. It was tricky, but I did it! Thanks for pointing me in the right direction. And, thanks devil3682116 for assisting as well. Have a great weekend, everyone!
-
Can't Figure Out Why My Layout Breaks
You spotted it, wolfcry911! Let me see if I can fix that real quick. Just so you know, I'm having a difficult time trying to so bear with me.
-
Can't Figure Out Why My Layout Breaks
Thank you for the quick response. While that works, I'm hoping that I don't have to do it like that. I'd rather have it work the same way as the other page I referenced. If I have to adjust something to achieve that, I will. I hope th…
-
Ellipse Cover Errors
Hmm...I see what you're saying. I've replaced "cover" with "farthest-corner" and I'm still getting errors. It looks good though so I'm not sure. CSS Validate Errors This one seems to be pretty tricky!
-
Ellipse Cover Errors
I apologize, Paulie_D. I see the syntax area, but I'm not sure if I'm supposed to be replacing ellipse and circle with something else.
-
Ellipse Cover Errors
It's working, I just don't like all the errors it's throwing when I validate it. Also, I didn't see replacements in that link you provided. Were there any?
-
Ellipse Cover Errors
Thanks, Paulie_D! Should I change that then, or it it something I shouldn't worry too much about?
-
Share Buttons In Chrome
Good thinking. I might do that. Thanks for all the quick responses, Kevin!
-
Share Buttons In Chrome
Thanks for the quick response! You made me realize something, Kevin. Before I posted this, I gave the Reddit button its own div. I've removed the div and it looks OK. Does it look OK to you?
-
Internet Explorer Float Issue?
Cool! Thanks so much to everyone who provided assistance so promptly.
-
Internet Explorer Float Issue?
Hmm...interesting. I've added another row and IE doesn't like it. It still looks great in other Browsers, but IE isn't accepting it. EDIT: Actually, Chrome isn't liking it, either. EDIT 2: I think I fixed it?
-
Internet Explorer Float Issue?
Thanks guys! @Watson, I changed the layout to be 5 wide. @Senff - Thanks very much! That code is from a block that's using a foreach statement. It looks like I have it all sorted out now. :) Your text to link here...
-
Internet Explorer Float Issue?
Thank you very much, Senff! I have taken your advice, and adjusted a few things, but now it looks great! Will you please look at this link in IE and tell me if everything looks OK? Also, I closed that one anchor. ;) Example Link for IE9
-
Internet Explorer Float Issue?
I'll give that a try! Thanks! :)
-
Internet Explorer Float Issue?
This is driving me wild, fellas. Could one of you perhaps, set something up for me to use?
-
Internet Explorer Float Issue?
I removed that {br} you were talking about. I think it was unnecessary. I'll try and do what you and Joni suggested.
-
Internet Explorer Float Issue?
So, six separate divs, with the same class?
-
Internet Explorer Float Issue?
Man, I'm having a heck of a time with the formatting for this software, sorry about that.
-
Internet Explorer Float Issue?
Are you referring to this? About the Author
-
Internet Explorer Float Issue?
Are you referring to this? About the Author
-
Internet Explorer Float Issue?
Are you referring to this? About the Author
-
Internet Explorer Float Issue?
Thank you for the quick response, Watson90! Unfortunately, that doesn't seem to work. Image Link This is what I have for the CSS: .random_articles_image { border-radius: 3px 3px 3px 3px; box-shadow: 1px 1px 2px 1px grey; float: left; height:…
-
Div Overlapping Div
Genius! Thanks, Doc. I really appreciate the diligence! Love you guys. :)
-
Div Overlapping Div
Thanks for the quick reply, Doc. I already have a clearfix property in my CSS and it looks like this, which should work. .clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } ..…
-
CSS or HTML?
Thank you very much, everyone! I completely forgot about this discussion.
-
Image Icons In Internet Explorer
Hmm, I definitely see what you're saying on that. What's the best way to do that then, since I've referenced the image using a CSS class?
-
Image Icons In Internet Explorer
Should I create a new one, or wait until someone moves this one? Also, if I need to create another one, what category does it need to be in? Thanks.
-
My Tricky Dilemma, But Maybe Not For CSS-Tricks
That worked, Mottie! Much appreciated!
-
My Tricky Dilemma, But Maybe Not For CSS-Tricks
I see, Mottie. Can I simply add that to the same CSS file then?