[css-d] Collecting css attributes for an item

2014-11-14 Thread Michael Beaudoin
(like when it's selected in firebug) and consolidate the style attributes so I can put them in one place? Thanks, MIchael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

[css-d] Help w/CSS and Bootstrap

2014-03-02 Thread Michael Beaudoin
to contact the author of the tutorial but have received no answer. If there is a better way I'm open to it. The client would like a custom drop down, not the run-of-the-mill kind. Thanks all for the help. Michael __ css-discuss

[css-d] Bootstrap CSS...

2014-02-25 Thread Michael Beaudoin
? Thanks all for the help. It's been awhile and glad to be back. Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] Two classes, two conflicting rules, which wins ?

2013-10-01 Thread Michael Stevens
This is a great clarification and something that would've stumped me completely if ever encountered. Thanks, Mike -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Chris Rockwell Sent: Tuesday, October 01, 2013 12:01

Re: [css-d] Window widths and responsive design

2013-08-26 Thread Michael Stevens
That is interesting since I never zoom pages in a browser. I'm wondering, though, how did you tell that your adjusted sizes were 1920 pixels or smaller than 400 pixels? Mike -Original Message- On Behalf Of David Hucklesby Working on my first responsive website, I discovered something

Re: [css-d] Can I specify how much of a background image to show?

2013-07-05 Thread Michael Stevens
Is using images like this fairly prevalent? I'm dumbfounded that a bunch of images would be placed on a page then masked to only show one. Coming from a PRINT graphic design background I get irritated to no end when I see files thrown together like this because the artist failed to properly crop

Re: [css-d] Can I specify how much of a background image to show?

2013-07-05 Thread Michael Stevens
Ahhh... so a boatload of images used like this is what a sprite is? Heard the term, never knew the meaning outside of my attempts to program a game on my Commodore 64 quite a few years ago... Mike From: Jon Reece [mailto:jon.re...@gmail.com] Sent: Friday, July 05, 2013 2:41 PM To: Michael

[css-d] from michael ray enjoy!

2013-06-09 Thread michael ray
http://toupackgroup.com/gocvlf.php http://toupackgroup.com/gocvlf.php __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

[css-d] page DIV too long for content; footer too high?

2013-02-21 Thread Michael Stevens
OK, it's not breaking but I've noticed after making some content changes that my footer is not dropping far enough on a couple pages. www.wideopenphotography.com is the main site. Problem pages are: www.wideopenphotography.com/events.php www.wideopenphotography.com/portfolio.php On both those

Re: [css-d] page DIV too long for content; footer too high?

2013-02-21 Thread Michael Stevens
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Georg Sent: Thursday, February 21, 2013 4:54 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] page DIV too long for content; footer too high? On 21.02.2013 11:32, Michael Stevens wrote: OK, it's not breaking but I've noticed after making some

Re: [css-d] page DIV too long for content; footer too high?

2013-02-21 Thread Michael Stevens
You're absolutely right. I hadn't even thought it through like that. Thanks! On 2/21/2013 9:16 PM, Georg wrote: On 21.02.2013 21:35, Michael Stevens wrote: That worked but why does that min-height work on the menu DIV but not the page DIV? I made the page DIV, and actually just left it 'cause

[css-d] Let's see if my site breaks badly

2013-02-14 Thread Michael Stevens
www.wideopenphotography.com I just rebuilt it. In the past I've always stayed away from as many hacks as I could simply because they seem to be too many of them to keep straight for a guy like me that doesn't do this for a living. I think nowadays there are fewer and fewer people running old

Re: [css-d] Let's see if my site breaks badly

2013-02-14 Thread Michael Stevens
that I can see, Michael : 64 img.png Value Error : background-image Parse Error this.runtimeStyle.backgroundImage = none, this.runtimeStyle.filter = progid:DXImageTransform.Microsoft.AlphaImageLoader(src=' + this.src + ', sizingMethod='image'), this.src = /images/blank.gif ) Philip

Re: [css-d] Let's see if my site breaks badly

2013-02-14 Thread Michael Stevens
it goes it's always worked there. So, is it wise to ignore that encoding error, change it in my code to 1252, or change it to UTF-8? Thanks, Mike On 2/14/2013 10:05 AM, Philip TAYLOR wrote: Michael Stevens wrote: Hmmm... That's an old PNG hack I've used forever. I actually just validated

Re: [css-d] Let's see if my site breaks badly

2013-02-14 Thread Michael Stevens
have switch to it if I decide to keep it. Mike From: Tom Livingston [mailto:tom...@gmail.com] Sent: Thursday, February 14, 2013 11:16 AM To: Michael Stevens Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Let's see if my site breaks badly Unless you wish to or have to support a decent

Re: [css-d] Let's see if my site breaks badly

2013-02-14 Thread Michael Stevens
Yeah, I should've qualified that... :( -Original Message- From: Chris F.A. Johnson [mailto:ch...@cfajohnson.com] Sent: Thursday, February 14, 2013 1:37 PM To: Michael Stevens Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Let's see if my site breaks badly On Thu, 14 Feb 2013

[css-d] Multiple classes...

2012-08-25 Thread Michael Stevens
I've been out of it for a while so this is likely a rookie question that I've forgotten the answer to. I'm working on a section that makes a DIV of a certain size with scrolling contents. I wanted to make different DIVs with the difference being their border color. And instead of writing a

Re: [css-d] Multiple classes...

2012-08-25 Thread Michael Stevens
That makes each entry separate, no? #invitelist, (OR) .window, (OR) .redframe I was intentionally making it as specific as I could so it would only apply to that one specific element. Mike On 8/25/2012 2:22 PM, Jay Tanna wrote: You also need a comma after each Id and/or clas like this:

Re: [css-d] Multiple classes...

2012-08-25 Thread Michael Stevens
On 8/25/2012 7:47 PM, Tim Climis wrote: On Saturday, August 25, 2012 3:03:33 pm Jay Tanna wrote: #invitelist, (AND) .window, (AND) .redframe Uh, no... Maybe some HTML would help. #invitelist .window .redframe: div id=invitelist div class=window div class=redframe.../div /div /div

[css-d] conditional form dropdown lists... (possible OT)

2012-05-15 Thread Michael Beaudoin
. If this is off-topic and it's not CSS, please respond off list. Thanks so much, Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] [OT] how hard would it be...

2012-04-10 Thread Michael Adams
were American. First in. first served. -- Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

[css-d] evenly distribute a horizontall menu

2012-03-05 Thread Michael Beaudoin
I have a list that makes a horizontal menu. How would it be best to evenly distribute the menu items horizontally as not all the menus are the same width? Thanks, Michael __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Adblocker and css classes/ids

2012-02-19 Thread Michael Adams
be just as relevant. Your own imagination is your key here. Presumably at this stage a find and replace is an annoyance to you, but not a deal-breaker. -- Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] menu in separate page?

2012-02-02 Thread Michael Stevens
Is this the same question from the WebDesign L list? There was one earlier this morning dealing with it and it was addressed pretty well. Outside of using an actual server side language like PHP, probably javascript as well, you can't accomplish it with just HTML. Mike -Original

Re: [css-d] menu in separate page?

2012-02-02 Thread Michael Stevens
I'll summarize by suggesting that you research PHP. Look for best practices surrounding ?php include()? or ?php require_once()? On Feb 2, 2012, at 1:06 PM, Michael Stevens wrote: Is this the same question from the WebDesign L list? There was one earlier this morning dealing

Re: [css-d] lines not moving...

2012-02-02 Thread Michael Beaudoin
On 31.01.2012 23:13, Michael Beaudoin wrote: www.ba-doyn.com/junk/sweep_review If I understood you right, .legalLinks { font-size: 11px; clear: left; padding-left: 82px; } ...seems to work. regards Georg Thanks to all. It's amazing how many ways there are to do the same

[css-d] lines not moving...

2012-01-31 Thread Michael Beaudoin
try either nothing happens or they go haywire. link is: www.ba-doyn.com/junk/sweep_review Thanks, Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

[css-d] positioning over jquery slider...

2011-12-19 Thread Michael Beaudoin
Hello all. I'm working on a page using the jquery nivo slider which rotates images. I would like to position some images over top (for different links) of the slider and let the images move beneath. I've tried and cannot seem to get it to work. I can position the elements over an image, but

[css-d] amazing use of css..

2011-12-18 Thread Michael Beaudoin
I thought this was amazing and wanted to share. Hope you all don't mind. http://www.ruawebdesign.com/css3-at-at/ Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

[css-d] IE compatibility issue...

2011-12-11 Thread Michael Beaudoin
the problems? http://www.ba-doyn.com/junk/puzzle Thanks so much. Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

[css-d] positioning over mpeg video..

2011-12-11 Thread Michael Beaudoin
; z-index: 100; } .clear { clear: both; } The html: body div id=page-wrap div id=video embed src=final_hsbvideo_12-8.mpg width=480 height=375/ embed div id=button1button1/div div id=button2button2/div /div /div /body Thanks, Michael

Re: [css-d] positioning over mpeg video..

2011-12-11 Thread Michael Beaudoin
On Dec 11, 2011, at 8:31 PM, Mark Senff wrote: On 2011-12-11, at 9:18 PM, Michael Beaudoin wrote: Is it possible to position a transparent button over an embeded mpeg video? I can move them around but when the page loads, it seems the buttons are behind the movie. I've tried z-index

[css-d] centering a nav list

2011-12-08 Thread Michael Beaudoin
; list-style-type: none; float: left; margin: 0 15px 10px 0; font-family: Helvetica Neue, Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold; color: #FF; text-decoration: none; } Thanks for you help. Michael

Re: [css-d] css measures - em grid system makes sense ?

2011-11-11 Thread Michael Adams
instead. http://support.microsoft.com/kb/2639658 http://technet.microsoft.com/en-us/security/advisory/2639658 -- Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] background fix...

2011-11-08 Thread Michael Beaudoin
://www.sdainteractive.com/davinci_test/school_camp.html Answer: I think you can actually just get rid of height and width in #bkgdSchool #containerSchool Ed Sorry, been out of the loop for a few days. These worked great. Thanks again for everyone's help. Michael

Re: [css-d] Images in CSS

2011-11-07 Thread Michael Fokken
do things. I had to do some unlearning.) Sincerely, Michael Fokken whatiscss.michaelfokken.com On Mon, Nov 7, 2011 at 10:33 PM, Bethany Gordon crashgordon2...@yahoo.com wrote: I'm brand new to CSS and I have only been working with Dreamweaver for about a month. I have been searching through

[css-d] background fix...

2011-11-03 Thread Michael Beaudoin
/school_camp.html Thanks, Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Banners

2011-10-25 Thread Michael Fokken
I just thought that people got the code from Adsense with Google or ClickBank, etc. That they didn't create the ad, but that the company actually doing the advertisements did. Sincerely, Michael http://whatiscss.michaelfokken.com

Re: [css-d] Banners

2011-10-24 Thread Michael Fokken
Do you mean like headers? Or do you mean like banners for advertisements? Or other? Sincerely, Michael http://whatiscss.michaelfokken.com/ On Mon, Oct 24, 2011 at 1:03 PM, John j...@coffeeonmars.com wrote: Can anyone recommend some good tutorials on how to make web banners using CSS

Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread Michael Fokken
Thanks. I think I got it now. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Navigation

2011-10-17 Thread Michael Fokken
the font-size in the body. Then if I want I can change the font size for everything by just changing it in the body and it keeps the same ratio of all the text (not sure if this is a good practice, just what I do). http://css-discuss.incutio.com/wiki/Using_Points Sincerely, Michael Fokken http

Re: [css-d] Blue Screen

2011-10-17 Thread Michael Geary
Tony, you don't have a CSS problem. When I look at your page in IE9 and use the F12 key to inspect the DOM, the body element is empty! Why would that be? Take a look at the IE conditional comment at the end of your head. Is that the right syntax?

Re: [css-d] text jumped down (w/url)

2011-10-17 Thread Michael Fokken
Note: I noticed that the hover image for Corporate Mails was not showing up. Good luck with the site! Sincerely, Michael Fokken http://whatiscss.michaelfokken.com/ On Mon, Oct 17, 2011 at 8:23 PM, Kim Brooks Wei kimi@kimbwei.com wrote: Hi People, 1   I don't see what's pushing text

[css-d] I must be a moron, How to reply to messages

2011-10-17 Thread Michael Fokken
I must be a moron, how do I reply so that it goes under the question in the thread? It did it once, but not the other two answers? I did try looking through the site, but no go. Sincerely, Michael Fokken http://whatiscss.michaelfokken.com

Re: [css-d] Navigation

2011-10-15 Thread Michael Fokken
. (there are things similar in Chrome and IE - IE's is not great) http://www.michaelfokken.com/blog/code/example-code/css-for-ed-goodson.css Hope this helps. Sincerely, Michael Fokken http://whatiscss.michaelfokken.com/ __ css-discuss [css

[css-d] Website for complete CSS beginners

2011-10-14 Thread Michael Fokken
Website for complete CSS beginners- http://whatiscss.michaelfokken.com/ Michael Fokken www.michaelfokken.com __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Pages get weird when uploaded

2011-10-09 Thread Michael Geary
On Sun, Oct 9, 2011 at 7:05 PM, John j...@coffeeonmars.com wrote: Here are 2 pages, each built on the SAME structure: http://www.coffeeonmars.com/testing/index.html http://www.coffeeonmars.com/testing/WPR_Wire.html they are SUPPOSED to look like this one:

Re: [css-d] PNG IE 6

2011-07-08 Thread Michael Adams
a high priority corporate wide. I'll leave the last word on this to Microsoft. http://www.ie6countdown.com/ -- Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] form formatting...

2011-06-13 Thread Michael Beaudoin
On Jun 12, 2011, at 10:11 PM, Philippe Wittenbergh wrote: On Jun 13, 2011, at 7:16 AM, Michael Beaudoin wrote: http://ba-doyn.com/junk/widget_test/index_redo.html Thanks, Michael Whoops. The birthdate and state pulldown don't wrap in Safari, but in IE and Firefox for Mac/PC it's

[css-d] form formatting...

2011-06-12 Thread Michael Beaudoin
a quick peek and see where I messed up, or what I'm missing? http://ba-doyn.com/junk/widget_test/index_redo.html Thanks, Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] form formatting...

2011-06-12 Thread Michael Beaudoin
a quick peek and see where I messed up, or what I'm missing? http://ba-doyn.com/junk/widget_test/index_redo.html Thanks, Michael Whoops. The birthdate and state pulldown don't wrap in Safari, but in IE and Firefox for Mac/PC it's the postal code field that doesn't wrap. Ugh. Thanks, Michael

Re: [css-d] form formatting...

2011-06-12 Thread Michael Beaudoin
On Jun 12, 2011, at 8:47 PM, Bob Rosenberg wrote: At 17:00 -0500 on 06/12/2011, Michael Beaudoin wrote about [css-d] form formatting...: Hi all. I've been working on forms but I'm having trouble with some formatting issues. I have to incorporate some outside code for sweepstakes

Re: [css-d] Separating DIVs vertically

2011-06-04 Thread Michael Geary
On Sat, Jun 4, 2011 at 4:29 PM, Keith Purtell keithpurt...@keithpurtell.com wrote: This may seem really basic, but I'm trying to figure out best practice for stacking DIVs vertically. The first idea I had was a page with two fixed-width DIVs inside a wrapper DIV of that same width. I thought

Re: [css-d] Use of brackets

2011-06-02 Thread Michael Geary
It's an easy mistake to make. Remember that CSS is a browser-side language, just like HTML and JavaScript. The code you're looking at on your server is not CSS code - it's a template (or PHP code, or whatever) that your server uses to *generate* HTML, CSS, and JavaScript. The browser doesn't see

Re: [css-d] PNG; apply class in stylesheet?

2011-05-26 Thread Michael Stevens
So, I've been using the AlphaImageLoader for years. Was the transparent PNG issue resolved in IE7? I noticed in DD_belatedPNG code there's an if targeting IE6 only but I didn't think it was fixed until like IE8... Mike -Original Message- From: Tom Livingston [mailto:tom...@gmail.com]

[css-d] PNG; apply class in stylesheet?

2011-05-25 Thread Michael Stevens
I'm reworking a site and changing some colors around and I've decided to remove some backgrounds from images and resave everything as transparent PNGs. In my stylesheet I've got the following to allow older versions of IE to properly display PNGs: img.png { background-image: expression(

[css-d] lock a resize?

2011-05-15 Thread Michael Beaudoin
Is it possible to lock in the css type specs so if a window is resized it won't mess up the type? If not, is there a good way of maintaining type integrity? I'm using ems to spec they type. Thanks, Michael __ css-discuss

[css-d] collapse issue...

2011-05-07 Thread Michael Beaudoin
as to what I did to do that? http://ba-doyn.com/junk/widget_test/ Thanks, Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

[css-d] column help...

2011-04-29 Thread Michael Beaudoin
to line up side-to-side. I've floated them left but they don't seem to take on the layout I want. Do I need to put them in a div? Check it here. http://ba-doyn.com/sda/davinci_test/ Thanks so much. Michael __ css-discuss [css-d

Re: [css-d] column help...

2011-04-29 Thread Michael Beaudoin
place. I'm still fuzzy about overflow. Will reread the List Apart article I found. Thanks, Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] column help...

2011-04-29 Thread Michael Beaudoin
On Apr 29, 2011, at 9:14 AM, Claude Needham wrote: On Fri, Apr 29, 2011 at 6:59 AM, Michael Beaudoin michael@ba- doyn.com wrote: I gave it a try and nothing happens. I figured there would be an overflow needed, but I can't seem to find the correct place. I'm still fuzzy about overflow

Re: [css-d] problem with overflow: visible under IE8 resizing the containing node

2011-04-16 Thread Michael Adams
, including IE 6 and 7, but want IE 8 and 9 to be as standard as they can be, add the X-UA-Compatible META element to the HEAD of your document, or configure your server. The XML prolog (XHTML), or an SGML comment (HTML) forces quirks mode as well if you wish to force IE6 only. -- Michael

[css-d] css slider/slideshow...

2011-04-04 Thread Michael Beaudoin
Can someone point me to a tutorial on how to create a slider/slideshow in css like the one on the home page here: http://www.finewoodworking.com? I have done many in Flash but I want to get away from that and use a non-Flash solution. Thanks, Michael

Re: [css-d] How to replace tables?

2011-02-18 Thread Michael Geary
On Fri, Feb 18, 2011 at 1:43 PM, Geoff Lane ge...@gjctech.co.uk wrote: ...if I can manipulate the innerHTML of a tbody element then that would do the job. FWIW, Sarah Giles suggested another mechanism via pm, which is to get the server-side script to send XML which is then parsed by

Re: [css-d] weird scroll bar...

2011-02-08 Thread Michael Beaudoin
On 2/5/11 3:27 PM, Michael Beaudoin wrote: I have a weird one for you all... I have done a site where it is fine. The client added a new page and had to redo the menu at the top. It's done as a table in a div (yeah, had to do it quickly and was a bit rusty. will be correcting it when I get

[css-d] modernizer usage

2011-02-07 Thread Michael Bierman
contrary to modernizer's usage: header div id=header h1 id=NameA id=top/AMichael Bierman /h1 p class=Contactsemail:-deleted-| webaddress... /p div /header Any advice would be greatly appreciated. Michael Bierman __ css-discuss

[css-d] weird scroll bar showing up...

2011-02-05 Thread Michael Beaudoin
-see and the help. Michael __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] spacing on right side

2011-02-02 Thread Michael O'Toole
See http://stackoverflow.com/questions/322929/word-wrap-in-css-js On 02/02/2011 07:00 PM, Matthew P. Johnson wrote: I almost have this how I want it. I would like to not have the space to the right of each testimonial. Anyone know how to fix this? http://ecoitsf.com/test/testimonials.shtml

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

2010-12-23 Thread Michael Beaudoin
On 12/22/10 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. Thanks, Michael Can you post the page uri to the list? ~d Sure. Here

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

2010-12-23 Thread Michael Beaudoin
On Dec 23, 2010, at 8:13 AM, Tim Arnold wrote: Sure. Here it is. http://ba-doyn.com/junk/link_test/ You'll see the outlined block in the upper left. I would like the block to have a link, but obviously no copy in there. Thanks, Michael If you put a link in that div (around the text), you

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

2010-12-23 Thread Michael Beaudoin
On Wed, Dec 22, 2010 at 5:36 PM, Michael Beaudoin mich...@ba- doyn.com 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 making another div, float

Re: [css-d] safari glitch

2010-12-22 Thread Michael Beaudoin
is there Yahoo stuff there? It wasn't there in the original was it? Man, I dislike messing with someone else's code, especially when they have been unresponsive. Thanks, Michael __ css-discuss [cs...@lists.css-discuss.org

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

2010-12-22 Thread Michael Beaudoin
the box over the logo and have the link over the logo. I'm sure this is a super hack and there is a better way, if anyone cares to enlighten me. Thanks, Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css

[css-d] safari glitch

2010-12-21 Thread Michael Beaudoin
. The sample is at http://ba-doyn.com/junk/ Thanks so much, Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

Re: [css-d] How to 'unvisited' links?

2010-12-10 Thread Michael Geary
On Mon, Dec 6, 2010 at 8:07 PM, David Hucklesby huckle...@gmail.com wrote: Using Firefox or Google Chrome, you have another option. Install Chris Pederick's Web Developer extension. From the Miscellaneous menu, choose the last option: Visited Links. This lets you set all links as visited or

[css-d] span:link and span:visited

2010-11-30 Thread Michael McGinnis
Using Javascript, clicking on a span either shows or hides a div. But I want to make the span disappear after I click on it. I see that I can style span:hover and span:active, but not span:visited, since it's not actually a link. But is there a counterpart or workaround? Or would this be done

Re: [css-d] [+] Re: faux column issue...

2010-11-15 Thread Michael Beaudoin
Hi David, I think that Michael is talking about the background-image on div#content. It does not show because the three columns it contains are floats. Any containing floats method on div#content will make the background-image show up: Your post made me take a closer look at that page

[css-d] faux column issue...

2010-11-12 Thread Michael Beaudoin
again, Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported

Re: [css-d] Quirks compendium?

2010-11-07 Thread Michael Geary
On Sun, Nov 7, 2010 at 11:45 AM, David McGlone da...@dmcentral.net wrote: sorry about that, that was the URL from google, but when I click on it, it isn't the same. here's the correct one https://browserlab.adobe.com/en-us/index.html?sdid=EWRQH# That looks like a session ID or some such in

Re: [css-d] Quirks compendium?

2010-11-07 Thread Michael Geary
Michael Geary m...@geary.comwrote: That would also let Adobe present the BrowserLab UI in your own language instead of English if they support it (and it looks from the URL like they may have other languages besides English). On Sun, Nov 7, 2010 at 12:50 PM, bruce.som...@web.de wrote

Re: [css-d] Quirks compendium?

2010-11-07 Thread Michael Geary
Michael Geary wrote: That looks like a session ID or some such in the URL. You probably don't want that. I'd recommend using just the base host/domain name: https://browserlab.adobe.com/ That would also let Adobe present the BrowserLab UI in your own language instead of English

Re: [css-d] Quirks compendium?

2010-11-07 Thread Michael Geary
On Sun, Nov 7, 2010 at 2:53 PM, David McGlone da...@dmcentral.net wrote: Sorry :-( I was trying to help. -- Blessings David M. Hey, my goodness, you didn't do anything wrong! If it saves the list from one browser check please message it's worth it. :-) For testing how CSS and JavaScript

Re: [css-d] [+] nav link states

2010-10-18 Thread Michael Stevens
What is the state called when I click on one of a number of links on a navbar and while I am visiting that page, the link stays lit so that if I forget where I am, I need simply glance up at the navbar to see where I am? And the million dollar question is: How do I style such? You could

Re: [css-d] [OT] :: ie/7.0 ::

2010-10-06 Thread Michael Adams
but still offending. -- Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Legal format lists

2010-09-24 Thread Michael Geary
On Fri, Sep 24, 2010 at 3:36 AM, Geoff Lane ge...@gjctech.co.uk wrote: BTW, switching my doctype declaration to 4.01 strict and then running the page through W3C's validator jogged my memory as to why I've stayed with the transitional standard: the target attribute of the anchor tag is

Re: [css-d] [OT] Ignored (was - Embedding an .mov file: embed src)

2010-09-15 Thread Michael Adams
-- Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http

Re: [css-d] Type sizes?

2010-09-09 Thread Michael Adams
) HTH -- Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported

Re: [css-d] Artifact on CSS dropdown menu

2010-09-03 Thread Michael Adams
On Friday 03 September 2010 17:42, Chris F.A. Johnson wrote: On Fri, 3 Sep 2010, Michael Adams wrote: I see a different problem: http://cfajohnson.com/testing/quickconvert.jpg I dont see the menu wrap as an issue (i dont have a designers bone in my body). I intend to extend

Re: [css-d] Artifact on CSS dropdown menu

2010-09-03 Thread Michael Adams
stylesheet. .horizontalmenu ul li ul li:first-child a { border-top-width: 1px; } BTW, IE7 also supports :hover on arbitrary elements. Thanks Alan, will make those changes in the morning. Greatly appreciated. -- Michael __ css

[css-d] Artifact on CSS dropdown menu

2010-09-02 Thread Michael Adams
on different browsers as well. Quite pleased to see IE8 now supports hover on arbitrary elements. http://www.quickconvert.net/index.html TIA -- Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] [OT] Out of the stone age

2010-08-25 Thread Michael Adams
On Thursday 26 August 2010 06:07, Lineberger, Scott wrote: [snip] There has to be a way to streamline this. Due to the age of this server and the legacy app, it seems my options are limited. checkboxes / tickboxes -- Michael

Re: [css-d] Need help clearing some floats...

2010-08-22 Thread Michael Stevens
How do I clear floats inside one div without clearing floats outside of that div? Make #content a float -- I couldn't see how making #content a float would help but I tried and it didn't do anything. I imagine you could put a top margin in the h5 tag but it wouldn't be very good coding

[css-d] Need help clearing some floats...

2010-08-21 Thread Michael Stevens
http://centrestagetest.bigmikes.org/events_entry.php What I've got is these DIVs: PAGE HEADER MENU (floated left) CONTENT FOOTER Inside the CONTENT div on the above page I have two other DIVs (question and answer) that form the holding blocks for the form to keep everything aligned and pretty.

Re: [css-d] Assorted CSS questions

2010-08-17 Thread Michael Geary
On Tue, Aug 17, 2010 at 2:42 PM, Erica Cavin ecav...@verizon.net wrote: I use transitional when I want to use have links open in a new window with target=blank. Strict doesn't allow target=blank. If there's a better way to have a link open in a new window under strict I'd prefer to use

[css-d] drop down hover issue...

2010-08-13 Thread Michael Beaudoin
Thanks so much. Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported

Re: [css-d] drop down hover issue...

2010-08-13 Thread Michael Beaudoin
On Fri, Aug 13, 2010 at 7:52 AM, Michael Beaudoin mich...@ba- doyn.com wrote: Hey all. Me again. I'm finally getting a hang of the drop down menus, but I'm having an issue with the hover state when one mouses over the submenus. Right now, the hover on the normal nav item give a bar

Re: [css-d] IE gets me so upset

2010-08-13 Thread Michael Geary
David, I don't know the cause of the problem, but I can offer a troubleshooting tip or two... First, forget about the content of your .tpl files. They are completely irrelevant. When troubleshooting a problem with HTML, CSS, or JavaScript code, the only thing that can affect the browser is what

Re: [css-d] drop down menu help...

2010-08-09 Thread Michael Beaudoin
On Aug 6, 2010, at 7:34 PM, David Laakso wrote: Michael Beaudoin wrote: I am working on some css/javascript drop down menus and for the life of me I can't get the submenus to line up under the nav menu item. Right now they are down and to the right. The offending file is at http

[css-d] drop down menu help...

2010-08-06 Thread Michael Beaudoin
I am working on some css/javascript drop down menus and for the life of me I can't get the submenus to line up under the nav menu item. Right now they are down and to the right. The offending file is at http://www.ba-doyn.com/junk/ for your perusal. Thanks so much. Michael

[css-d] column issues...

2010-07-29 Thread Michael Beaudoin
tucking under the left column. Thanks so much. Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css

  1   2   3   4   5   6   7   8   9   >