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 some

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

2010-03-25 Thread Brian Funk
? __ 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 -- http://css

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 http://www.chicagomanualofstyle.org/tools_citationguide.html ...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. It

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 jumping? --

Re: [css-d] Adding captions to photos

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

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 http://www.w3.org/TR/2008/REC-CSS2-20080411/visuren.html#floats 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 to

[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 http://meyerweb.com/eric/css/edge/popups/demo2.html Here is my scaled down attempt. 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

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. Missing closing bracket on 'a:hover img' throws Safari off

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 least

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 br / 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: 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: http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fwww.zarske.ch%2FgalleryTest%2Fp1.html Also, you may

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

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 etc.

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: http://www.stoneladder.ca/sandbox/css/fixie.html http://www.stoneladder.ca/sandbox/css/fixie.css 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: http://www.lionbearkennels.com/ css at: http://www.lionbearkennels.com/lbk_style.css 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

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

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:

[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: http://www.stoneladder.ca/sandbox/lbk/females.html css:

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? http://css-discuss.incutio.com/?page=CssEditors Crimson Editor is nice, simple and free :-) http://www.crimsoneditor.com Brian

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

2006-03-26 Thread Brian Funk
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 List wiki/FAQ -- http

Re: [css-d] form elements in mozilla

2006-03-24 Thread Brian Funk
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.com/ Supported

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

2006-03-23 Thread Brian Funk
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=IE7 List wiki/FAQ -- http://css

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

2006-03-23 Thread Brian Funk
://www.stoneladder.ca/sandbox/temp/enviroguardscreenshot.jpg win2k IE6 Yes, I tried that and it held it's place just fine. See here: http://www.stoneladder.ca/sandbox/temp/small.jpg -- Brian Funk __ css-discuss [EMAIL

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 hub

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. http://www.stoneladder.ca/sandbox/temp/rt01.jpg

Re: [css-d] polygon in CSS

2006-03-22 Thread Brian Funk
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] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing

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 the source-code or the background image. I'm

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

2006-03-20 Thread Brian Funk
; font-size: 16px; white-space: nowrap; display: inline; } -- Brian Funk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com

[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? http://www.stoneladder.ca/sandbox/lbk/index.html

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. -- Brian Funk

Re: [css-d] Website critique

2006-03-13 Thread Brian Funk
+ 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. hth, -- Brian Funk

Re: [css-d] Why the gap?

2006-03-03 Thread Brian Funk
(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 __ css-discuss [EMAIL PROTECTED] http://www.css

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

2006-02-28 Thread Brian Funk
, -- 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.com/ Supported by evolt.org

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

2006-02-23 Thread Brian Funk
Quoting Raphael Simon [EMAIL PROTECTED]: div style=position:relative; 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

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] 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 p

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] 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 Funk Hall's Haven

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

2005-12-24 Thread Brian Funk
) 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 [1], or a variant of that. You

[css-d] text disappearing/reappearing during scroll

2005-12-23 Thread Brian Funk
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 Christmas! Brian Funk

[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. Brian

[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: