7 posts tagged with css by signal.
Displaying 1 through 7.

Related tags:
+ (101)
+ (54)
+ (43)
+ (42)
+ (29)
+ (25)
+ (19)
+ (17)
+ (16)
+ (14)
+ (12)
+ (11)
+ (10)
+ (10)
+ (10)
+ (8)
+ (8)
+ (8)
+ (8)
+ (8)
+ (8)
+ (7)
+ (7)
+ (7)
+ (6)
+ (5)
+ (5)
+ (5)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
signal (7)
Karmakaze (3)
maxwelton (3)
GregX3 (2)
kaizen (2)
Meatbomb (2)
yonation (2)
killdevil (2)
You Should See the Other Guy (2)
Joleta (2)
docgonzo (2)
Wild_Eep (2)
edjusted (2)
volandmast (2)
adipocere (2)
grrarrgh00 (2)
Tryptophan-5ht (2)
monkey closet (2)
stupidsexyFlanders (2)
weston (2)
Taken Outtacontext (2)
kchristidis (2)
anastasiav (2)
Asparagirl (2)
pinto (2)
jeremias (2)
ao4047 (2)

XHTML+CSS issue: IE7 automatically enlarging text and uncentering stuff. [more inside]
posted on May 5, 2008 - 4 answers

I am trying to get pure-css sidenotes to work, and have run up smack against a IE6 (but not 7) css-bug. [more inside]
posted on Jan 21, 2008 - 15 answers

IE CSS Bug #65536: This page works fine in a real browser, but breaks in IE6. The boxes containing "Article 1" and "Article 2" should be to the right of the menu, but instead the text wraps around, and the black border stretches out as if the menu wasn't there. Please hope me. Here's the CSS.
posted on Mar 17, 2006 - 11 answers

I am working on an application that will send an html-newsletter. It looks great in thunderbird or Outlook, and like crap in Gmail or Hotmail, which a lot of the recipients use. The template uses css, which is included in the headers of the message (not linked). What is the common wisdom about html-email that looks good in Hotmail and Gmail? Is there any way to keep the CSS or do I have to start over from scratch? [more inside]
posted on Dec 5, 2005 - 11 answers

In CSS, is there any way to make the background image have a set distance from the bottom of the div? [more inside]
posted on Apr 7, 2005 - 14 answers

How do you ensure consistent yet accesible font sizes across platforms using CSS?
I have a site where I set the SIZE attribute of the BODY tag to 80%, and then set all the other font sizes using ems, which in theory should give me consistent fonts while allowing people to change the font size (which is why I don't just use pixels for the whole thing).
Unfortunately, in IE 5, this results in way too large fonts.
What's your method?
posted on Nov 26, 2004 - 7 answers

CSS Question: is it possible to redefine a tag only within the context of a certain class?

For instance, if I have a class called text1, could I specify that any [a] element which is contained in a [span] with the text1 class have certain properties?

I know I could define it for each a with an a.text1 selector, what I want is to not have to set a class for each a element, but rather just wrap them all in the span.
posted on Jan 5, 2004 - 4 answers