[css-d] Align text baseline with bottom of background image?

2011-09-14 Thread Web Developer
Hey all, Have a look at this test page: http://www.kpuc.org/test.html I need to vertically align the baseline of the text with the bottom of the background image, regardless of font size. I could do it if the icon was an actual img, but what about in this case, where it's a background image?

[css-d] Impossible layout? 3-column, source-ordered (2-1-3), fixed-fluid-fixed, IE6-friendly?

2010-05-05 Thread Web Developer
Every couple of years, I revisit an old Web site I did, hoping to improve its layout or coding. The criteria are: - 3-column with header footer. - Source-ordered: 2nd column in source @ left, 1st column in source @ center, 3rd column in source @ right. - Left right column have fixed width;

[css-d] Peekaboo bug - in Firefox??

2007-12-21 Thread Web Developer
Have a look at this page: http://srchc.ca/?q=node/80 The #wallpaper-inner div (blue area above the first large photo) contains, among other things, 15 divs creating the individual lines of light-blue text behind the Chinese Programs header. (We call this the wallpaper.) These 15 divs are

[css-d] DD next or below DT, depending on DT width?

2007-10-18 Thread Web Developer
I have a series of item pairs, for example: SERVICES OFFERED Readin' Writin' 'Rithmetic HOURS Weekdays 9:00 AM - 5:00 PM Weekends 1:00 - 4:00 PM You see how the DDs have a constant left margin, but are aligned inline with _or below_ the DTs

[css-d] IE6 specificity bug?

2007-07-27 Thread Web Developer
Have a look at this URL: http://www.imaginecanada.ca/?q=en/node/11 PROBLEM Navigate through the submenu nav links Our Board, Our Staff, and Our Work With Others. In Firefox, the active link (a.active) is white. In IE6, it's the same pink as the background, making it disappear. DEBUGGING

Re: [css-d] IE 6 - Something wrong with my boxes?

2007-03-14 Thread Web Developer
Ever figure out what was wrong with your png transparency? I am curious as well. IE6 for me doesnt show png's with AlphaImageLoader, yet IE5.5 works. Coulda swore the same snippet code i tested, worked last year. Maybe its something with IE7 being installed on my system screwing things up for my

Re: [css-d] continuity rounded corners with sliding doors navigation

2007-03-13 Thread Web Developer
Used this guys inverted tab design as inspiration (Roger Johansson): http://www.456bereastreet.com/lab/inverted_tabs/ http://arihoj.freehostia.com/css/upsideDownSlidingDoors/test3/slidingdoors1.html They look almost the same, but 2nd is expandable (but at expense drop shadows are less 'clean'

Re: [css-d] IE 6 - Something wrong with my boxes?

2007-03-13 Thread Web Developer
Looks like those negative margins are getting cutoff. like set margin-left to 0px instead of -30px. Not sure why they are getting cutoff though. Ari __ css-discuss [EMAIL PROTECTED]

Re: [css-d] IE 6 - Something wrong with my boxes?

2007-03-13 Thread Web Developer
hmmm anyone know AlphaImageLoader isn't working for him? I tested the method as well by going to http://www.satzansatz.de/cssd/tmp/alphatransparency.html in IE6 and transparency failed on that age in IE=6. any ideas? __

Re: [css-d] continuity rounded corners with sliding doors navigation

2007-03-11 Thread Web Developer
Very nice, when you have it done please drop me an email so I can see it. I'll review then. Thanks. tedd http://sperling.com http://ancientstones.com http://earthstones.com Kinda figured out having shadows is above my level of knowledge, like the bottom of the tabs in Sliding Doors part II

[css-d] continuity rounded corners with sliding doors navigation

2007-03-10 Thread Web Developer
Hello all, I want to find some css tutorials/code where sliding doors navigation menu continues into another rounded corner design. The sliding doors will have borders and drop shadows, so the continuing block should have them too. An Example of mine is here:

[css-d] Sliding Doors Part II Question

2007-03-10 Thread Web Developer
I was redoing alistapart's Sliding Doors Part II to get re-aquanted with it, and ran into some issues. Not sure why as my code and theirs are 'almost' the same (i move some code to IE conditional comments is the biggest change, maybe i use float:left; instead of display:inline for '#header li'

Re: [css-d] rtl languages - dir=rtl not working for title tag... somehow should CSS be involved?

2007-03-06 Thread Web Developer
On 3/6/07, L. David Baron [EMAIL PROTECTED] wrote: On Tuesday 2007-03-06 02:36 -0500, Web Developer wrote: Both FF2 and IE7 goof on the title tag. although FF2 displays the title tag correctly in the 'tab' bar, but not in main browser address bar. Weird. My main browser address bar, I

[css-d] rtl languages - dir=rtl not working for title tag... somehow should CSS be involved?

2007-03-05 Thread Web Developer
Seems like the content I want to use for right to left language isnt working in the title tag. Pretty sure css cant do anything about this, but might as well ask web-savy css-d list. Both FF2 and IE7 goof on the title tag. although FF2 displays the title tag correctly in the 'tab' bar, but not in

Re: [css-d] custom 'search' text box

2007-03-03 Thread Web Developer
wow thanks Holly! Too bad it wasnt done with all css, would have been impressive; kinda cheating throwing the image on there :). Ari __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

[css-d] custom 'search' text box

2007-02-28 Thread Web Developer
Hello all, I was wondering if anyone had any tutorials on how to make a custom input box like the websites below. You can see their 'search' input textboxes are customized. I assume allofmp3 does some funkiness with position: relative;. not sure about 1st trillians website though.

[css-d] clear :after method

2007-02-21 Thread Web Developer
so im trying to analyze the :after method of clearing, kinda get everything till I hit IE7. .. /* targets standard compliant browsers: FF [and maybe IE7???, part of my question coming up] */ .clearafter:after{ content: .; display: block; height: 0; clear: both; visibility:hidden; }

Re: [css-d] clear :after method

2007-02-21 Thread Web Developer
hey Gunlaug Sørtun, i was just curious, it says As of IE7, overflow became a layout-trigger. wasnt this a layout trigger in previous IE versions though? I remember applying overflow: hidden or auto to divs which contain floats which then contains the floats... i thought the reason was since it

[css-d] floats not clearing properly in IE7?

2007-01-03 Thread Web Developer
Hello all, I think some things aren't being cleared properly in a webpage I made for a friend, it works in FF, and i rmemeber it worked in IE6. Seems like IE7 is goofing? Not sure where my mistake is, I manually clear the floats with a div whose class=clearFloat you can see if you inspect the

[css-d] hows the health of css-d list? no messages recently and my message never posted.

2007-01-03 Thread Web Developer
got a bounce back. happened once be4. anything wrong with server guys? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ --