mrapino
-
A little CSS float help? [Background Line]
Paulie, Thanks so much. This is exactly what I needed. I am not so familiar with Pseudo Elements, so just being turned onto the :before and :after is a life saver. I am going to have to expand my CSS knowledge outside of my comfort zone. Thanks…
-
Very strange issue with positioning and floats
Honestly, I've never had this particular issue before. My employer just had me switch over to using the 960 grid (I don't like it very much). I don't know if there is a style in the grid css causing the error, but I find myself havi…
-
Very strange issue with positioning and floats
I forgot to mention ... the issue is only happening with IE7 (compatibility mode)
-
IMG with and alignment doesn't play nice with H2 tag with border
Actually, I just figured it out, but for everyone's benefit, I will tell you the solution. I placed a display:table; in the css on the H2 tag. Cheers!
-
Text align a floated object?
I was having this issue yesterday/today, in fact. There are a few things you can do, and they all have slight issues. first, you can do a horizontal menu without the float:left and use display:inline instead. This is a good solution only if you…