Re: [css-d] css-d Digest, Vol 96, Issue 6

2010-11-11 Thread Keith Purtell
Pardon my ignorance, but does this mean leading is not normally applied to replaced elements, or that applying leading to the replaced element (in this case an img) would be correct procedure and avoid the need for the padding technique I used? - Keith Purtell On 11/8/2010 12:32 AM,

Re: [css-d] Positioning and spies

2010-11-11 Thread Ada Elgavish
I have been agonizing over this spry for a week... It worked like a charm! At http://138.26.120.126/CAMAC/Trial21.html: (1) I cannot tell why the submenu in the vertical navigation bar doesn't show all of a sudden. (2) I am still having problems understanding the positioning term. I

Re: [css-d] Positioning and spies

2010-11-11 Thread Thierry Koblentz
I have been agonizing over this spry for a week... It worked like a charm! At http://138.26.120.126/CAMAC/Trial21.html: (1) I cannot tell why the submenu in the vertical navigation bar doesn't show all of a sudden. (2) I am still having problems understanding the

Re: [css-d] Positioning and spies

2010-11-11 Thread Ada Elgavish
You are the greatest! Found the errors and corrected them. Now the vertical navigation bar works just the way I want it at: http://138.26.120.126/CAMAC/Trial21.html Any idea what I could do about the highlighted problem 2 below? Thank you so much! Ada -Original Message-

Re: [css-d] Positioning and spies

2010-11-11 Thread Thierry Koblentz
Any idea what I could do about the highlighted problem 2 below? Change this: .LastUpdated { color:#2B; font-family:Arial,Helvetica,sans-serif; font-size:10px; font-style:italic; } To this: .LastUpdated { color:#2B; font-family:Arial,Helvetica,sans-serif; font-size:10px;

[css-d] Vertical-Align, IE, line-height, and span don't mix

2010-11-11 Thread Mary Ellen Curtin
Here's my current nightmare: http://datagnostics.com/test/vertical.html I've got superscript text that needs to be all over the page -- it's part of the company name. I set a line-height in BODY. I'm doing the superscript via a span class, with attribute vertical-align: super. In IE, the

Re: [css-d] [+] Vertical-Align, IE, line-height, and span don't mix

2010-11-11 Thread Thierry Koblentz
Here's my current nightmare: http://datagnostics.com/test/vertical.html I've got superscript text that needs to be all over the page -- it's part of the company name. I set a line-height in BODY. I'm doing the superscript via a span class, with attribute vertical-align: super. In IE, the

[css-d] Horizontal drop-down menu placement

2010-11-11 Thread Steve Caramia
For once, NOT about IE: I built this nav system with the help of an article from the good peeps at A List Apart (no javascript!). Since the whole thing is CSS- driven, is there a way to make the submenus flush right to the nav bar instead of flush left? http://www.caramiadesign.com/md/

Re: [css-d] Horizontal drop-down menu placement

2010-11-11 Thread David McGlone
On Thursday, November 11, 2010 09:41:52 pm Steve Caramia wrote: For once, NOT about IE: I built this nav system with the help of an article from the good peeps at A List Apart (no javascript!). Since the whole thing is CSS- driven, is there a way to make the submenus flush right to the nav

Re: [css-d] [+] Vertical-Align, IE, line-height, and span don't mix

2010-11-11 Thread Mary Ellen Curtin
Thierry told me: You need to help IE by giving the parent a layout. Try h3 {zoom:1;} And it worked! http://datagnostics.com/test/vertical.html My hero. I'm sure having layout seemed like a good idea at the time, really ... to someone Mary Ellen Doctor Science, MA