Re: [css-d] sticky footer not quite at the bottom

2010-03-28 Thread Brian Funk
On 2010-03-28 3:28 PM, Debbie Campbell wrote: > But I have a gap at the bottom that stays there consistently with each > method I try. Can someone tell me what's causing that in my page? Thanks. > >> http://www.redkitecreative.com/projects/cr2/ Run your page through the validator. It's flagging so

Re: [css-d] Send a new message to the list (was: Die focus, die!)

2010-03-25 Thread Brian Funk
ch email? > __ > css-discuss [cs...@lists.css-discuss.org] -- Brian Funk __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] Deprecations in recent versions of HTML cause C SS problems‏

2010-02-09 Thread Brian Funk
On 2010-02-09 8:23 PM, fred dagg wrote: > As an academic I have been required to reference others' work in my > publications according to one style or another ...offers a large variety of examples. One of them might be right for you.

Re: [css-d] CSS ul/li and inline display

2009-12-03 Thread Brian Funk
Jack Blankenships wrote: > I have a page using an unordered list with a custom list style image. This > works fine until I set the child li elements to use display: inline; at > which point the list style image disappears. display: inline; ...means you are no longer displaying as a "list item".

Re: [css-d] Jumping Content in IE7

2009-10-18 Thread Brian Funk
Rahul Gonsalves wrote: > http://uncrpdindia.org/achievements/ratification/recommendations/ > User: ncpedp > Pass: 11092009 > In IE7, hovering over the breadcrumbs has the yellow footer "jumping" > up. Have you fixed this? I don't see any movement here on WinXP IE7. How far up was it "jumpin

Re: [css-d] Adding captions to photos

2009-10-12 Thread Brian Funk
David Laakso wrote: > 3/ 404 not found actually it is... -- Brian __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss

Re: [css-d] Floats without width?

2009-06-30 Thread Brian Funk
To take this in a slightly different track... On the page given at > it says: "A floated box must have an explicit width (assigned via the 'width' property, or its intrinsic width in the case of replaced elements)." Is it correct

Re: [css-d] popup image, a element, href, Safari and IE7

2009-04-19 Thread Brian Funk
Gunlaug Sørtun wrote: > Brian Funk wrote: > >> <http://www.stoneladder.ca/sandbox/css/csspopup.html> >> >> It works in Firefox 3.0.8, IE8 and Opera9 but IE7 chokes when the >> href attribute is not present and Safari for Windows works not at >> all. &g

[css-d] popup image, a element, href, Safari and IE7

2009-04-19 Thread Brian Funk
Trying a popup image effect based on Eric Meyer's demo Here is my scaled down attempt. It works in Firefox 3.0.8, IE8 and Opera9 but IE7 chokes when the href attribute is not present and

Re: [css-d] Font sizing [was: Font-color issue]

2009-02-17 Thread Brian Funk
Ron Koster wrote: > At 10:02 AM 2/13/2009 -0800, David Hucklesby wrote: >> I find that these percentages work best >> cross-browser: 69%, 75%, 82%, 94% ... with a base font-size of 100%. > Firstly, from past threads, my understanding is that one shouldn't be > going any smaller than 100% -- or at

Re: [css-d] nowrap and border issue in IE6 and/or IE7

2009-02-16 Thread Brian Funk
Trevor Nicholls wrote: > Example found at http://homepages.ihug.co.nz/~tmjpbn/csw5.html > I have a (div) code fragment which has a text content (div) 'fragbody', > styled with white-space:nowrap ... You could use white-space: pre; which would give the same no-wrap effect but you could eliminate

Re: [css-d] CSS horizontal nav bar problem

2009-02-15 Thread Brian Funk
Darren Jordan wrote: > How can I get the background colour to be the same height on all the links. > Say the "About Us" link only takes up one line of background colour, but the > "Community Based Youth Initiatives" link takes two > lines of colour. I tried the but it looks stupid. Is this what

Re: [css-d] text align to left and image align to right on the same line

2009-01-24 Thread Brian Funk
JR Heard wrote: Have you tried using "text-align: left;" on the containing element and "float: right;" on the image? This will not satisfy the request for the image to align on the same baseline. The top of the float will line up with the top of the line it is in. text need to align left

Re: [css-d] Centering again :(

2009-01-17 Thread Brian Funk
Jürgen Zarske wrote: > Thank you very much for the hint. The page is valid now. You're welcome. >>> Let's start at http://www.zarske.ch/galleryTest/p1.html You are getting a side jump in Firefox when changing from a narrow picture to a wide picture and back again caused by the scroll bar appea

Re: [css-d] Centering again :(

2009-01-17 Thread Brian Funk
Jürgen Zarske wrote: > > Let's start at http://www.zarske.ch/galleryTest/p1.html > I guess I am doing something systematically wrong. > These errors may be giving you unexpected results: Also, you

Re: [css-d] Hide labeled link [a rel]

2009-01-16 Thread Brian Funk
Luigi Assom wrote: > I have the following class which style many different links. > > Date > rel="category tag">Mostra Tutti and tag: > > link_i1, rel="tag">link_i2, > > Modifica > > I want to hide all the links labeled rel="tag", maintaining visibility > for the rest of the content. add

Re: [css-d] Image in center of text wrap question.

2009-01-11 Thread Brian Funk
Keith Kaiser wrote: > The following is what I want the final product to look like > but instead of using tables I want to use CSS. > > http://bsaroundtable.org/wrapxample.html > > I would like to put text at places other than 0,90,180 and 270 degrees > around an object too, say at 45 degrees

Re: [css-d] Differences between Firefox Windows and Firefox MAC OS

2009-01-09 Thread Brian Funk
Erik M. Zettersten wrote: > > Thank you David and Brian for your quick help. > My apologies to the list, I didn't mean to exclude you. I had simply pointed Erik to Georg's page [1]. I've probably read it 10+ times now and I still understand something new from it every time. Thanks George! 1.

Re: [css-d] A 3 column design

2008-06-06 Thread Brian Funk
Hayden's Harness Attachment wrote: > > I have a page that will contain three (3) columns after some text. > The columns are for First and Last Name, Title and City located in. I'm probably misunderstanding what you are after... but isn't this type of content exactly what /should/ be in a table?

[css-d] vertical space in IE

2007-09-28 Thread Brian Funk
Several IE issues here: 1. In IE6 and IE7 I have a vertical gap between the list items (leftside nav) that I can't get closed. The gap was much larger until I gave a width to the list items but I

[css-d] IE7 breaks nav and site check

2007-09-14 Thread Brian Funk
Good day all, html at: css at: Zoom up or down in IE7 and watch the main navigation. Otherwise, since I'm nearly done with it, whoever wouldn't mind having a look, please do. All criticisms and comments most cert

Re: [css-d] Site check in IE6

2006-08-01 Thread Brian Funk
Quoting Craig Palenshus <[EMAIL PROTECTED]>: > There are some strange behaviors in my site in IE6 Really! How shocking! ;-) > the text gets screwed up ... it starts disappearing! > Here are a couple pages that really suffer from the problem: > http://lakequincy.com/Privacy.aspx > http://lakequi

Re: [css-d] How is this done ?

2006-05-23 Thread Brian Funk
Quoting Mark Fellowes <[EMAIL PROTECTED]>: > I've noticed a number of website , where graphics hang below or > through various elements. As an example: http://www.missiondata.com/ > where the logo is below the header into the content area. the orange "drop shadowed" area to the left of the lo

Re: [css-d] The "e" letter in IE

2006-05-15 Thread Brian Funk
Quoting Erik Gyepes <[EMAIL PROTECTED]>: > > Try to browse this page in IE: http://pripisa.sk/ - do you see the > "e" letter under the "Ubytovanie" section under 3 hotel thumbnails? > No, I don't with IE6/Win2k. Did you fix it? -- Brian ___

Re: [css-d] div covering up scroll bar? Z-index?

2006-05-05 Thread Brian Funk
Quoting Matthew Bernhardt <[EMAIL PROTECTED]>: > http://benedikt.knowlton.ohio-state.edu/faculty/ > >...in IE/Windows, the top header div is appearing > over the scroll bar. one thing that needs fixing is the label element referencing a id that isn't there. The validator reports the following:

Re: [css-d] CSS editor?

2006-04-21 Thread Brian Funk
Quoting SystemAdmin <[EMAIL PROTECTED]>: > what do you guys (and gals) recommend as a CSS editor? did you check the wiki? Crimson Editor is nice, simple and free :-) Brian ___

[css-d] floated dt dl and IE is not clearing

2006-04-21 Thread Brian Funk
Or at least, I think it is a clearing problem..:-S The page shows as intended on FF and Opera but IE allows the dt (floated right) and the dd (text floated right)elements to rise up above the image it is associated with. html: css:

Re: [css-d] removing underlines from images placed between anchor tags

2006-03-26 Thread Brian Funk
is within an anchor that you do not want the ugly blue border around. Brian Funk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 Li

Re: [css-d] form elements in mozilla

2006-03-24 Thread Brian Funk
k to the page in question? -- Brian Funk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.

Re: [css-d] Site check please...

2006-03-23 Thread Brian Funk
Keith Kaiser wrote: > OK! It's done. > help me out by taking a look and giving me some feedback. > > http://kaiserklan.com/roundtable > on WinXP IE6: Your menu is being obscured by the "starWrap" content below.

Re: [css-d] h2 with border/floating div right

2006-03-23 Thread Brian Funk
on 3/23/2006 7:29 AM Jim Wright said the following: > I have a site... Can you post a link so we can see? -- Brian Funk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing

Re: [css-d] IE6 problem - content div jogging down

2006-03-23 Thread Brian Funk
egs.css >> I didn't see that here. see screenshot >> >> <http://www.stoneladder.ca/sandbox/temp/enviroguardscreenshot.jpg> >> >> win2k IE6 > Yes, I tried that and it held it's place j

Re: [css-d] IE6 problem - content div jogging down

2006-03-23 Thread Brian Funk
t.jpg> win2k IE6 -- Brian Funk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incut

Re: [css-d] css..http://open-sites.net

2006-03-23 Thread Brian Funk
ions.html> It's not a short read, but very pertinent. ;-) -- Brian Funk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=I

Re: [css-d] polygon in CSS

2006-03-22 Thread Brian Funk
/ > ... Is there any way to define the > area for a polygon in CSS? Tantek Celik has done some work on polygons. <http://tantek.com/CSS/Examples/polygons.html> -- Brian Funk __ css-discuss [EMAIL PROTECTED

Re: [css-d] two background images in h1

2006-03-21 Thread Brian Funk
fficult.) and break on > +4. > Alfred Knopf > alfred?? actually, the "non-black" background on the logo picture is supposed to be black (that's gonna get fixed) which would cause things to still look good on +4 here. That's really nice work, francky. -- Brian Funk

Re: [css-d] Moved down a line?

2006-03-20 Thread Brian Funk
argin: 0; padding: 0 0 0 1em; font-size: 16px; white-space: nowrap; display: inline; } -- Brian Funk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/c

Re: [css-d] two background images in h1

2006-03-20 Thread Brian Funk
Gunlaug Sørtun wrote: > Brian Funk wrote: >> <http://www.stoneladder.ca/sandbox/lbk/index.html> > I've included a slight improvement in the styles above, by adding a > padding-top on h1. It'll always be a compromise though, since I didn't > want to change

[css-d] two background images in h1

2006-03-19 Thread Brian Funk
Hello, Can one put two background images in 1 header element? On the following page I would like to have the h1's background image to also show on the right side with the text sandwiched in between. Is this possible?

Re: [css-d] Website critique

2006-03-13 Thread Brian Funk
low(only one "ctr +" increase): http://www.stoneladder.ca/sandbox/nbeachffnorm.jpg http://www.stoneladder.ca/sandbox/nbeachffnorm2.jpg I suspect the 55+ folks will occasionally need larger text. A liquid layout would give users more choice.

Re: [css-d] Wrapping images in containers without widths?

2006-03-13 Thread Brian Funk
on 3/13/2006 10:16 AM Austin, Darrel said the following: > Is there away to wrap an image in a container (span or div) without > having to give the span or div an explicit size? What if you floated the div? That will shrink wrap the div to content. -- Bria

Re: [css-d] Why the gap?

2006-03-03 Thread Brian Funk
(1.7.5 for Linux), as > well as in Firebird (pre-FF), *and* in Opera (8.5) on Windows, > IE6, IE7, Firefox: > > http://here.locusmeus.com/temp/jblanchard.html > It shows as intended here on FF 1.5.0.1 Win2k -- Brian Funk ___

Re: [css-d] A bunch of questions from a time strapped newbie

2006-02-28 Thread Brian Funk
r email right off. good luck, -- Brian Funk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.

Re: [css-d] YAL (Yet Another Layout)

2006-02-23 Thread Brian Funk
Quoting Raphael Simon <[EMAIL PROTECTED]>: > > But floating the divs in the first row makes them overlap the rows > below can you float this main div? That will cause it to expand to contain floated divs contained within. Brian __

[css-d] display family tree without tables

2006-02-21 Thread Brian Funk
Hi all, I am looking for a way to display a dog pedigree (family tree). Mostly I see that one big image or a table is used for this. I could do it that way although I would rather not if there's a better way. I have been trying to experiment with lists, but I haven't found a workable way with that

Re: [css-d] Disappearing/Invisible Text

2006-02-14 Thread Brian Funk
Quoting Stacie Dembeck <[EMAIL PROTECTED]>: > http://www.photography.staciedembeck.com/index.htm > The text on the index page seems to only appear when a mouse is > rolled over it. ...why is this happening? The Holly Hack fixed it for me: [1] -the css that worked for me: /* Hides from

Re: [css-d] Disappearing/Invisible Text

2006-02-14 Thread Brian Funk
Quoting Stacie Dembeck <[EMAIL PROTECTED]>: > If I make width 100%, it's not fluid with the rest of the site. > http://www.photography.staciedembeck.com/index.htm I don't see a declared width on your div#content which should mean it defaults to 100% anyway. (I think) Have you tried giving the c

Re: [css-d] Disappearing/Invisible Text

2006-02-14 Thread Brian Funk
Quoting Stacie Dembeck <[EMAIL PROTECTED]>: > The text on the index page seems to only appear when a mouse is > rolled over itbut why is this happening? It's the IE Peekaboo bug. [1] Try adding: #content {width: 100%} You may have to remove the paragraph that's containing the floated image

Re: [css-d] Site Check: www.girlscantwhat.com

2006-02-08 Thread Brian Funk
> *The purple bricks do not line up with the blue bricks in IE and they > scroll... If it can be fixed, let me know and I'll fix it. IE doesn't support fixed positioning. You can find a ready to use javascript fix at http://www.doxdesk.com/software/js/fixed.html Brian F

Re: [css-d] text disappearing/reappearing during scroll

2005-12-24 Thread Brian Funk
often) working with html and css makes me remember trying to pin the tail on the donkey. Cheers to all and Merry Christmas! Brian Funk Hall's Haven Christian Bed and Breakfast <http://www.hallshaven.ca> Quoting Bruno Fassino <[EMAIL PROTECTED]>: > It looks like the peekaboo bug

[css-d] text disappearing/reappearing during scroll

2005-12-23 Thread Brian Funk
ooms.html> Would anyone mind looking and see if this happens in any other browsers or platforms? If anyone reproduces it are there any ideas why this would be happening? As this is my first real project I would welcome any observations of any kind from experienced eyes. Thanks and Merry Chris

[css-d] Fwd: Blocks wrapping

2005-12-19 Thread Brian Funk
--- MARG <[EMAIL PROTECTED]> wrote: > Why is the right pane below the left one (the menu) I changed the .block2 width to 63% and it jumped up where I think you were looking for it to be. I didn't bother to do all the math but I think all your paddings are adding too much width. good luck. Bri

[css-d] div background not showing in Firefox

2005-12-12 Thread Brian Funk
Hi all. I'm much newbie. Been lurking for a while and learned lots. Much appreciated. I got brave enough to try my own stuff. Sure enough, I got stuck. Why doesn't my background image show in Firefox, but shows in Opera and IE6? html at: http://www.members.shaw.ca/pianobyanna/index.html css at: h