Re: [css-d] PNG IE 6

2011-07-08 Thread Kevin Rodenhofer
On 7/8/2011 8:26 AM, Colin (Sandy) Pittendrigh wrote: Developers *used* to ask "Can we stop supporting IE6 now?" Now we've reached the point were continuing to support IE6 is a mistake, and bad for the community as a whole. The handful of lagging users who still cling to this antiquated platform

Re: [css-d] funny border after click event - can i fix this?

2011-03-08 Thread Kevin Rodenhofer
That is: a { outline: 0; } However, on second thought, that defeats usability for people that use a keyboard for navigating around a site. Certainly, you could remove the focus from that link on closing the form window using javascript. On 3/8/2011 10:06 PM, Kevin Rodenhofer wrote

Re: [css-d] funny border after click event - can i fix this?

2011-03-08 Thread Kevin Rodenhofer
You could try adding this to your styles: |a{ outline: 0; }| On 3/8/2011 9:21 PM, Matthew P. Johnson wrote: Hey y'all, I am finally working on my own web site for business. I am having an issue obviously. If you follow this link http://peacetimemachine.com/ecoit/testimonials.shtm

Re: [css-d] Strange gap...

2011-02-01 Thread Kevin Rodenhofer
Sorry...Theresa Newman helped me earlier. It was caused by a margin that was being applied by 2 separate elements sharing the same ID. It's fixed now. Thanks... On 2/1/2011 8:08 PM, "G.Sørtun" wrote: I'm getting a strange gap to the right of this page: http://fairreview.leeciviccenter.com/s

[css-d] Strange gap...

2011-02-01 Thread Kevin Rodenhofer
I'm getting a strange gap to the right of this page: http://fairreview.leeciviccenter.com/special.cfm ...and the the left of this page: http://fairreview.leeciviccenter.com/daily.cfm No other page on the site seems to have this problem. I suspect it's a float problem, but I have tried several

Re: [css-d] Something amiss...

2011-01-30 Thread Kevin Rodenhofer
That did it, Bruno. Thanks so much! On 1/30/2011 4:52 PM, Bruno Rebelo wrote: Hi Kevin, Looks like it's a padding issue - try adding padding:0 for #menubar ul. Hope that works. On 31 January 2011 08:23, Kevin Rodenhofer <mailto:ke...@rodenhofer.com>> wrote: I'm re

[css-d] Something amiss...

2011-01-30 Thread Kevin Rodenhofer
I'm re-working a web site. The menu (in the orange bar) is shifted to the right a bit. For the life of me, I cannot figure out why. Can anyone see what I'm missing? Thanks... http://fairreview.leeciviccenter.com __ css-discus

Re: [css-d] CSS Sprite Generator

2011-01-07 Thread Kevin Rodenhofer
Hahahahahahahahaha On 1/7/2011 11:36 AM, Thierry Koblentz wrote: I love using CSS Sprites (http://www.alistapart.com/articles/sprites) But I hate making them in Photoshop. I happen to have one of those essential attributes of a programer (I am lazy). http://lmgtfy.com/?q=sprites+generat

Re: [css-d] can a div be a link?

2010-12-22 Thread Kevin Rodenhofer
I shouldn't try to read when I'm sick. Just size the link with display: block. the position it accordingly. I think that'll work. On 12/22/2010 5:40 PM, Kevin Rodenhofer wrote: Use display: block; on link, and set dimensions to fill div. On 12/22/2010 5:36 PM, Michael Beaudoi

Re: [css-d] can a div be a link?

2010-12-22 Thread Kevin Rodenhofer
Use display: block; on link, and set dimensions to fill div. On 12/22/2010 5:36 PM, Michael Beaudoin wrote: Is it possible for a div to be a link? I'm trying to make a logo, which is a background in a masthead, as a link. The masthead div also contains the horizontal nav. I was thinking of m

Re: [css-d] Noob: relative URL specification in CSS

2010-11-01 Thread Kevin Rodenhofer
Try this path in the style sheet: background-image: url(/kcpage/images/bg.gif); On 11/1/2010 3:30 PM, MikeB wrote: Hello, I'm pretty new at alll of this and ran into something I can't resolve. I have a webpage at: http://localhost/kcpage/index.php On my server (localhost) my folder struct

Re: [css-d] can't click links in IE

2010-10-25 Thread Kevin Rodenhofer
This would be why: src="http://blog.theseedcompany.org/wp-content/themes/skin/library/media/images/social.jpg"; width="228" height="72" alt="Connect with social media tools" /> http://www.facebook.com/oneverse"; class="onefacebook"> http://twitter.com/oneverse"; class="onetwit">href="http://bl

Re: [css-d] Google Doodle

2010-09-07 Thread Kevin Rodenhofer
They are round in IE, but uniform in size. On 9/7/2010 10:40 PM, Tim Climis wrote: I was just taking a look at the source for today's Google Doodle, and noticed that the circles were CSS. Does that mean that in IE, they were squares? (Sorry, I can't check with my Linux box, or my girlfriend's

Re: [css-d] Slideshow images: How'd he do that!?

2010-09-01 Thread Kevin Rodenhofer
Those are just animated gifs. Nothing fancy at all. No Javascript needed. If you go to the image directly, you'll see it is still animated. http://www. cadtutor .net/images/tips/orbit_hide.gif (added spaces for Brian) There are many apps out there, such as Gif Animator (http://www. jhepple

Re: [css-d] different colour of an active link/page

2010-08-28 Thread Kevin Rodenhofer
Yeah. a:active doesn't do that. There is, however, a neat trick I found somewhere that will do this for you. First, on each and every page represented in the navigation, you have to give the body tag an id like: or Whatever the page is... Then, in the navigation you need a separate id for

Re: [css-d] Web Safe Fonts

2010-08-26 Thread Kevin Rodenhofer
http://webdesign-L.com On 8/26/2010 9:33 PM, Cheryl Smith wrote: My question was what is the WD list. Cheryl --- On Thu, 8/26/10, John D wrote: From: John D Subject: Re: [css-d] Web Safe Fonts To: "Cheryl Smith", "Felix Miata" Cc: css-d@lists.css-discuss.org Date: Thursday, August 26

Re: [css-d] Making a simple form look identical across the main browsers

2010-04-26 Thread Kevin Rodenhofer
I think the font size issue could be dealt with easier in this context, than in a traditional form. Honestly, for my example, I didn't even give font size a thought. (obviously) On 4/26/2010 11:08 AM, Chris F.A. Johnson wrote: > On Mon, 26 Apr 2010, Kevin Rodenhofer wrote: > >

Re: [css-d] Making a simple form look identical across the main browsers

2010-04-26 Thread Kevin Rodenhofer
John, This mock up looks exactly the same in IE 7-8, Safari 4, Chrome 5 and Firefox 3.6.3 (all on a PC). You'd have to add some Javascript to make it actually do something, but the the appearance seems to be consistent. If this will work for you, and you need help with the Javascript, email me

Re: [css-d] Logo Placement in Upper Left Corner

2009-10-01 Thread Kevin Rodenhofer
The url below won't work once this is placed "online". background-image: url(C:\hcogw10-01-09testing\images\hcogwsmall.bmp); Using "C:\hcogw10-01-09testing\images\hcogwsmall.bmp" assumes that anyone viewing it has that image on their computer, at that location. Try: background-image: url(image

Re: [css-d] problem: background image won't size with content

2009-09-22 Thread Kevin Rodenhofer
Bill, I came up with a version that uses no images at all, and I believe, does what you want it to do. You could expand on it a bit, and give it highlights at the top and left as well. Or, make the shading and highlights fuzzier by adding more "inner divs". Have a look: http://www.rodenhofer

Re: [css-d] problem: background image won't size with content

2009-09-21 Thread Kevin Rodenhofer
Incidentally, when I said "first in the source" I meant, first in the parent container, before any content meant to be on top of it. Kevin Rodenhofer wrote: > Bill, > > I just confirmed that it does work in the following browsers (all in > Windows 7): > > IE 7 &

Re: [css-d] problem: background image won't size with content

2009-09-21 Thread Kevin Rodenhofer
Bill, I just confirmed that it does work in the following browsers (all in Windows 7): IE 7 & 8 Firefox 3.5.3 Safari 4.0 Chrome 3.0.195.21 bill walton wrote: > Greetings all; > > I'm having a 'dickens of a time' getting a background image to resize > dynamically based on content. I'm probably

Re: [css-d] problem: background image won't size with content

2009-09-21 Thread Kevin Rodenhofer
I don't know if this will work for you, but this is what I did for a similar situation: #wallpaper {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 1;} #wallpaper is the id for an image that is placed absolutely, with an z-index lower than the rest of t

Re: [css-d] progress bar

2009-06-30 Thread Kevin Rodenhofer
east of several > evils. Right now I'm leaning toward > floated s. > On Tue, Jun 30, 2009 at 1:01 PM, Kevin Rodenhofer > mailto:ke...@rodenhofer.com>> wrote: > > Keeping this simple, why not just create a 1 pixel solid color > image, one for each color

Re: [css-d] UL List StairStep in IE7

2009-04-27 Thread Kevin Rodenhofer
I'd put all the text in a div of it's own, then float the image left of that. Conjurer wrote: > This appears to be an issue in both IE6 and IE7 > > Is there a way to keep the bullets lined up vertically when there is an > image inserted (floated) to the left of the text? Basically I want the

Re: [css-d] UL List StairStep in IE7 and IE6

2009-04-27 Thread Kevin Rodenhofer
Or, even simpler, float all images to the right. Conjurer wrote: > This is working as intended in FF 3.0.8 and in IE 8. But it is not > working as intended in IE6 and IE7. > > Is there a way to keep the bullets lined up vertically when there is an > image inserted (floated) to the left of the t

Re: [css-d] Fixed header with html select

2009-02-18 Thread Kevin Rodenhofer
I'd say it's just too much for the browser. Is there no way you can paginate the data? zhangatva...@yahoo.co.jp wrote: > Hi CSS-discuss list, > > I have read the css article for implementing fixed header in the following > URL: > http://www.imaputz.com/cssStuff/bigFourVersion.html > > And it als

Re: [css-d] importing text / html using CSS

2009-02-10 Thread Kevin Rodenhofer
If you don't have access to, or don't feel comfortable with, server side options, there are some Javascript and/or Ajax alternatives. Email me off group if you'd like some examples. Dr Grover B Proctor Jr wrote: >From a relative beginning in CSS (though an experienced HTML-er): Is there a > w

Re: [css-d] Problem with table in a

2009-01-27 Thread Kevin Rodenhofer
ags (cells) It is data pulled from a database.. But so far I'm just doing the front end of the design On 1/27/09 1:40 PM, "Kevin Rodenhofer" wrote: Is this a dynamically created table? Do you need the surrounding border on the table? Sarah Atkinson wrote: I have a tabl

Re: [css-d] Problem with table in a

2009-01-27 Thread Kevin Rodenhofer
have 1 pix table borders, it appears to have a 2px border around the table. Any suggestions? On 1/27/09 1:18 PM, "Kevin Rodenhofer" wrote: Why not remove the border on the div? There is more to the div then the table. The div is more like a window with the table

Re: [css-d] Problem with table in a

2009-01-27 Thread Kevin Rodenhofer
Why not remove the border on the div? Sarah Atkinson wrote: I have a table in a div. it¹s a pretty simple table it¹s the same no cell spacing... Just plain reg tabular data. But it fills the whole width of the div. however since both the and the have 1 pix table borders, it appears to have a 2

Re: [css-d] button hover

2009-01-19 Thread Kevin Rodenhofer
Send us a link... Kevin Rodenhofer wrote: Overlay a smaller image, and do the swap with it. Micha? Zielin'ski wrote: Hi I`ve got image button. It`s quite big and colorfull. I`d like to create a hover effect which changes only small detail on this big image (button). The small circle s

Re: [css-d] button hover

2009-01-19 Thread Kevin Rodenhofer
Overlay a smaller image, and do the swap with it. Micha? Zielin'ski wrote: Hi I`ve got image button. It`s quite big and colorfull. I`d like to create a hover effect which changes only small detail on this big image (button). The small circle should change color from white to red. I don`t wa

Re: [css-d] sliding div in Javascript or CSS

2008-10-14 Thread Kevin Rodenhofer
gt; (http://jquery.com/), it's fast, lightweight and has a powerful > animation core. http://docs.jquery.com/Effects > > -Ryan > > On Oct 14, 2008, at 3:03 PM, Kevin Rodenhofer wrote: > >> Google maps is Flash...not a sliding div. >> >> Leandro Tracchia wrote

Re: [css-d] sliding div in Javascript or CSS

2008-10-14 Thread Kevin Rodenhofer
Google maps is Flash...not a sliding div. Leandro Tracchia wrote: > yes, or one that moves from the side of the screen. google maps has an > example of this to display more of the map. (http://maps.google.com) > > On Tue, Oct 14, 2008 at 3:58 PM, Christian Heilmann <[EMAIL PROTECTED]> wrote: >