Re: [css-d] [ADMIN] Hello, my friends, hello

2016-01-04 Thread Theophan Dort
I haven’t posted on this because I’m not a “real” web developer, just a volunteer webmaster for my church, and wasn’t sure whether my 2¢ would be of any interest or relevance, but for what it’s worth, this list has been a really wonderfully helpful resource for me several times, over the years.

Re: [css-d] Wrong Selector?

2015-10-12 Thread Theophan Dort
ule. > > On Mon, Oct 12, 2015 at 9:08 AM, Theophan Dort wrote: >> Many thanks! >> >> I tried “.navbar a” and it didn’t work, but it worked when I added >> "!important", so I figured there must be Bootstrap rules that are a lot more >> specific so th

Re: [css-d] Wrong Selector?

2015-10-12 Thread Theophan Dort
Sure would be easy. Thanks again! Theophan > On Oct 12, 2015, at 8:43 AM, Ryan Reese wrote: > > You need to add the color:#FFF to your anchor rules. It's using #777 from > your other styles. > > On Mon, Oct 12, 2015 at 8:19 AM, Theophan Dort > wrote: > >>

[css-d] Wrong Selector?

2015-10-12 Thread Theophan Dort
I’m trying to build a very small web site for my church’s capital campaign, using Bootstrap, and I can’t change the color of the font in the header. I put a style in the section that changes the background color fine, but the same selector doesn’t change the font color: .navbar {

Re: [css-d] Clearing floats in a clears a previous float I didn't want cleared...

2010-03-06 Thread Theophan Dort
> A fast and dirty suggestion. Nothing wrong with using a dl I guess. I just > did it different. It works -- it's perfect! I have to study up on that overflow hidden that seems to be a key in how it works even when the text in one div is short. I'll go back to my books, and if I can't figure

[css-d] Clearing floats in a clears a previous float I didn't want cleared...

2010-03-06 Thread Theophan Dort
I am a volunteer webmaster for a couple of churches, and on one site all pages have a header div across the top, and below that a navigation div floated left with main content div flowing to its right. One page lists parish events of which we have photos and/or video elsewhere on the site. Curr

[css-d] "Speed Report" sees 2 images loading instead of one?

2009-06-17 Thread Theophan Dort
I just uploaded a new design for the church of which I'm a volunteer web guy. The HTML and CSS validate. A "Speed Report" sees two large background images loading for the header/banner, but I think my CSS only should load one. They're big images, so if it's loading both of them, it's a rea

Re: [css-d] [OT] EMs vs. PERCENTs

2009-03-19 Thread Theophan Dort
> If IE is the only one you are concerned about use a conditional > comment, no > javascript necessary since only IE parses them. I apologize to the list -- I had intended my previous post to go off- list and didn't realize it wound up going to the list instead. I fear this is off-topic, not

Re: [css-d] [OT] EMs vs. PERCENTs

2009-03-19 Thread Theophan Dort
> i generally supply a fixed width on > the wrapper div, in a seperate style sheet which works for 800px > screens How do you serve different CSS to different people? I'm assuming some sort of JavaScript sniffer? I love your Julian of Norwich quote, BTW. Did you ever read her book _Showing

Re: [css-d] Float Drop by blockquote in IE6

2009-03-02 Thread Theophan Dort
> you apply the 'fix' to the wrong element. Try: > blockquote {word-spacing: 1px;} Ah! I thought it was the italics themselves -- thanks! Hmm... I just tried it, quickly, and it fixed it in IE6 but IE5.5 still has the float dropped. (On the browser comparison service I use, anyway.) I don

[css-d] Float Drop by blockquote in IE6

2009-03-02 Thread Theophan Dort
ML and CSS were checked and validate with the w3c tools. Page with float drop in IE6: http://tinyurl.com/dczg8v Page with no float drop -- only difference is that I commented out the blockquote: http://tinyurl.com/aw4uly CSS (same in both pages): http://ti