[css-d] Collecting css attributes for an item

2014-11-14 Thread Michael Beaudoin
I have been tasked to sift through a site and collect the attributes of items (buttons, panels, etc) to include in a style guide. Problem is is that the attributes are littered throughout many style sheets. It's a mess. Is there any tool that will collect all the attributes of a selected object

[css-d] Help w/CSS and Bootstrap

2014-03-02 Thread Michael Beaudoin
Hi all, Thanks to all from my previous post regarding some CSS/Bootstrap issues. I've been able to work through most of my issues, but still have 2 that are eluding me. The sample page is located at: http://192.185.4.142/~badoyn/report_test/ Questions are: - In the left sidebar (Choose a Repo

[css-d] Bootstrap CSS...

2014-02-25 Thread Michael Beaudoin
Hi all, It's been awhile since I've been doing front end work, but I'm getting back into it and learning Bootstrap in the process. I am putting together a sample UI and have come across some issues that I'm hoping I can get some assistance with. I'm sure it's a combination of rust and Bootstr

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

2012-05-15 Thread Michael Beaudoin
Not sure if this is possible with CSS, but heck, I'm surely no expert... Is it possible to have a drop down list, say with 5 cities. When one city is chosen, another drop down list below shows with some park names. If another city is chosen then the list below changes to other park names.

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

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

[css-d] lines not moving...

2012-01-31 Thread Michael Beaudoin
Hi all, I'm sure this is a simple one... I'm editing a file that someone else has created and I'm trying to get the final lines at the bottom (rules, privacy policy, and terms) to align with the release line of copy. I've tried many things and can't seem to get them to move over. Whenever I

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

[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/FA

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-inde

[css-d] positioning over mpeg video..

2011-12-11 Thread Michael Beaudoin
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 but I'm sure I'm not doing it right. Code is below but the link is http://www.ba-doyn.com/junk/video/

[css-d] IE compatibility issue...

2011-12-11 Thread Michael Beaudoin
Hey all, Has the list been ok lately? I've received a few bouncebacks. Ok. I have a slider puzzle (got it from another source and he has been no help in IE) that works great in all browsers I've tested except IE. Can someone check this out to see if it's a CSS issue that's causing the prob

[css-d] centering a nav list

2011-12-08 Thread Michael Beaudoin
Hey all, I've got a simple one that is stumping me. I have a horizontal navigation that I want centered in a div (top_nav that contains it. I have tried to use the top_nav div to try and center the top_nav li but it won't budge. What am I missing? #top_nav li { display: block; l

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

2011-11-08 Thread Michael Beaudoin
On Nov 3, 2011, at 9:38 PM, Ed Goodson wrote: I am working up a site that has different backgrounds/color per section. I have a background here that runs short. What am I missing to get the color to fill the rest? Do I have to put the container in another container? Check here: http://ww

[css-d] background fix...

2011-11-03 Thread Michael Beaudoin
Hi all. I am working up a site that has different backgrounds/color per section. I have a background here that runs short. What am I missing to get the color to fill the rest? Do I have to put the container in another container? Check here: http://www.sdainteractive.com/davinci_test/schoo

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&

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 s

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

2011-06-12 Thread Michael Beaudoin
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 tracking and I'm having a heck of a time getting the birthdate field and the state pulldown to wrap so all is lined up. Can someone take a quick

[css-d] form formatting...

2011-06-12 Thread Michael Beaudoin
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 tracking and I'm having a heck of a time getting the birthdate field and the state pulldown to wrap so all is lined up. Can someone take a quick

[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
I've never had this issue before, but I'm setting up a form and I'm getting a field collapse up under another field above, and I can't find out why. The email field is the one collapsing up under the last name field. Can anyone care to see what the heck I have done, and then instruct me a

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 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] column help...

2011-04-29 Thread Michael Beaudoin
On Apr 29, 2011, at 8:48 AM, Chetan Crasta wrote: Try this: #page-wrap { overflow:hidden; } #4col1, #4col2, #4col3, #4col4 {float:left;width:25%} Regards, Chetan Crasta 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

[css-d] column help...

2011-04-29 Thread Michael Beaudoin
I got a bounceback, so I'm sending again. Pardon if it's a repeat... First of all, thanks to all who have helped me in the past. I seem to get stuck on the simple stuff and it aggravates me to no end, but I'm learning. Ok. I have a layout I'm working on and I can't get the middle 4 columns to li

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

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

2011-02-05 Thread Michael Beaudoin
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 a bit more time to tutz with it). The liv

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 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 it left

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 c

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

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

2010-12-22 Thread Michael Beaudoin
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 it left and use a negative margin (or a positioning attribute) to position the box

Re: [css-d] safari glitch

2010-12-22 Thread Michael Beaudoin
On Dec 22, 2010, at 2:08 AM, Chetan Crasta wrote: http://ba-doyn.com/junk/ There was some deprecated html like the center tag and align=right etc. and some non-semantic html like . I've made an example of how you can style the form with valid css and semantic html. http://roughtech.com/t/j.ht

[css-d] safari glitch

2010-12-21 Thread Michael Beaudoin
Hi all, I am working on a simple form that was developed by another, that when loaded into Safari, it will either not line up or when you click on a drop down menu it will become misaligned. A refresh will bring it back into alignment. It looks and works fine in IE and Firefox. The sampl

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 and

[css-d] faux column issue...

2010-11-12 Thread Michael Beaudoin
Hi all, I am working on a simple site that has columns and lines to divide the columns. Perfect for faux columns as the columns aren't equal depth. Anyway, when I put the background image in my "page-wrap" div, it shows up fine. When I put it in the background of the "content" div (becaus

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

2010-08-13 Thread Michael Beaudoin
> > > On Fri, Aug 13, 2010 at 7:52 AM, Michael Beaudoin 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

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

2010-08-13 Thread Michael Beaudoin
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 on top. When I trigger the drop down and mouse over an item, the bar also shows up and

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

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

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

2010-07-29 Thread Michael Beaudoin
On Jul 29, 2010, at 3:30 PM, Michael Fussell wrote: > I think you want this colored bar (#bottomBar) moved from the footer > to the area. > > or, the easiest fix would be to change #content2col #right to > float:right > > > > > On Thu, Jul 29, 2010 at 4:21

[css-d] column issues...

2010-07-29 Thread Michael Beaudoin
Hi all, I'm having trouble spotting why I'm having column issues. At http://ba-doyn.com/junk/contact.html, there is one content area. At http://ba-doyn.com/junk/commentary.html, I have added another div inside the content area to get two columns, but the color beneath the left side isn't "tu

Re: [css-d] overflows...

2010-06-10 Thread Michael Beaudoin
>> I'm having a hard time wrapping my head around overflows. I've used >> them before (thanks to a few here who were able to help me), but >> sometimes they don't want to work for me. >> >> Case in point... I have uploaded a site I'm helping a buddy with, and >> I can't seem to get the background

[css-d] overflows...

2010-06-10 Thread Michael Beaudoin
I'm having a hard time wrapping my head around overflows. I've used them before (thanks to a few here who were able to help me), but sometimes they don't want to work for me. Case in point... I have uploaded a site I'm helping a buddy with, and I can't seem to get the background (diamond pla

Re: [css-d] Background question...

2010-06-02 Thread Michael Beaudoin
> At 19:56 02/06/2010, Michael Beaudoin wrote: >> Thanks to all for the help, but this one is escaping me... >> >> I have the following div's: >> >> >> >> header >> header copy >> >> >> left nav here >>

[css-d] Background question...

2010-06-02 Thread Michael Beaudoin
Thanks to all for the help, but this one is escaping me... I have the following div's: header header copy left nav here main content here and I would like a background behind the content area, but when I put it in the page-wrap, it won't show behind the leftN

Re: [css-d] centering divs within a div...

2010-01-25 Thread Michael Beaudoin
On Jan 25, 2010, at 12:07 PM, Rod Castello wrote: > > > --- On Mon, 1/25/10, Michael Beaudoin wrote: > > From: Michael Beaudoin > Subject: Re: [css-d] centering divs within a div... > To: css-d@lists.css-discuss.org > Date: Monday, January 25, 2010, 5:47 PM > > >

Re: [css-d] centering divs within a div...

2010-01-25 Thread Michael Beaudoin
> On Mon, Jan 25, 2010 at 12:29 PM, Michael Beaudoin > wrote: >> Ok. An easy one for some of you on a Monday, but I'm just not >> seeing it. >> >> I have a div (content) and would like to center two other divs >> (leftContent and rightContent) within

Re: [css-d] centering divs within a div...

2010-01-25 Thread Michael Beaudoin
> > > On Mon, Jan 25, 2010 at 12:29 PM, Michael Beaudoin > wrote: > Ok. An easy one for some of you on a Monday, but I'm just not seeing > it. > > I have a div (content) and would like to center two other divs > (leftContent and rightContent) within the con

[css-d] centering divs within a div...

2010-01-25 Thread Michael Beaudoin
Ok. An easy one for some of you on a Monday, but I'm just not seeing it. I have a div (content) and would like to center two other divs (leftContent and rightContent) within the content div. I've tried all the obvious things but they aren't working for me. Thanks, Michael _

Re: [css-d] Drop down menus...

2009-10-07 Thread Michael Beaudoin
On Oct 7, 2009, at 1:48 PM, Val Dobson wrote: > Have you looked at www.cssplay.co.uk/menus ? He has a wide range of > menus on there. > > Val > > 2009/10/7 Michael Beaudoin : >> I've looked at the Suckerfish menus, plus a few more, but none of >> them >>

[css-d] Drop down menus...

2009-10-07 Thread Michael Beaudoin
I've looked at the Suckerfish menus, plus a few more, but none of them explain how to use drop down menus with a graphic as the main menu. If anyone has any additional places I can go look, I'd appreciate it. Thanks, Michael __

Re: [css-d] hole in my layout...

2009-09-23 Thread Michael Beaudoin
On Sep 23, 2009, at 9:51 AM, Climis, Tim wrote: >> Ok. I have a hole in the bottom of my content area at >> http://ba-doyn.com/thomasjeff/_tj/ >> . Can anyone see what I missed? I went over the code and can't seem >> to >> located this. > > Firebug to the rescue! > > It's not a hole. It's your

[css-d] hole in my layout...

2009-09-23 Thread Michael Beaudoin
First of all, thanks to those who helped me balance my columns. Faux columns and some tweaks worked like a charm. Still kinda foggy about overlow, but I'm reading into that. Ok. I have a hole in the bottom of my content area at http://ba-doyn.com/thomasjeff/_tj/ . Can anyone see what I misse

[css-d] column length advice...

2009-09-21 Thread Michael Beaudoin
I'm finding out that I have a stumbling block with how to make columns stretch down with the content. I understand the overflow: auto tag, but it doesn't always seem to work for me. If you don't mind, can you go to http://www.ba-doyn.com/thomasjeff/_tj and check out the sample page. Right no

Re: [css-d] Weird alignment issue with IE 7...

2009-08-11 Thread Michael Beaudoin
> -- > > Message: 22 > Date: Tue, 11 Aug 2009 15:22:02 -0400 > From: David Laakso > Subject: Re: [css-d] Weird alignment issue with IE 7... > To: Michael Beaudoin > Cc: css-d@lists.css-discuss.org > Message-ID: <4a81c4da.6000...@chelseac

Re: [css-d] Weird alignment issue with IE 7...

2009-08-11 Thread Michael Beaudoin
On Aug 11, 2009, at 1:08 PM, David Laakso wrote: > Michael Beaudoin wrote: >> I think I know. Are you enlarging the type? >> >> M >> >> >> On Aug 11, 2009, at 12:47 PM, David Laakso wrote: >> >>> Michael Beaudoin wrote: >>>>

Re: [css-d] Weird alignment issue with IE 7...

2009-08-11 Thread Michael Beaudoin
> On 11/08/2009, at 1:10 AM, Michael Beaudoin wrote: > >> I just finished roughing out a site for a client and it looks good in >> all browsers, except there is an alignment issue in IE 7. If you look >> at these sample pages: >> >> - http://www.ba-doyn.com/j

[css-d] Weird alignment issue with IE 7...

2009-08-10 Thread Michael Beaudoin
I just finished roughing out a site for a client and it looks good in all browsers, except there is an alignment issue in IE 7. If you look at these sample pages: - http://www.ba-doyn.com/junk/saw/index.htm - http://www.ba-doyn.com/junk/saw/services.htm you will see that the vertical white li

Re: [css-d] css-d Digest, Vol 81, Issue 7

2009-08-08 Thread Michael Beaudoin
I; format=flowed > > > On 8/08/2009, at 4:42 AM, Michael Beaudoin wrote: > >> I have a test where I would like to get the colored section this page >> to grow as the copy gets larger. >> >> Right now I have a set height, and I know that's not the way t

[css-d] Growing a section vertically...

2009-08-07 Thread Michael Beaudoin
I have a test where I would like to get the colored section this page to grow as the copy gets larger. Right now I have a set height, and I know that's not the way to do it, but I can't seem to get it to get larger vertically. You can see the page at http://www.ba-doyn.com/junk/saw/adults.htm

Re: [css-d] variable spacing of nav bar...

2009-08-03 Thread Michael Beaudoin
On Aug 3, 2009, at 2:36 PM, Jenni Beard wrote: > -Original Message- > From: css-d-boun...@lists.css-discuss.org > [mailto:css-d-boun...@lists.css-discuss.org > ] On Behalf Of Michael Beaudoin > Sent: Monday, August 03, 2009 3:08 PM > To: css-d@lists.css-discuss.org

[css-d] variable spacing of nav bar...

2009-08-03 Thread Michael Beaudoin
I'm using a list to make a horizontal nav bar. Is it possible to make the spacing variable so that they are visually separated? Do I have to assign a class or id to each one to adjust the left margin/padding? You can see the screenshot of how it's supposed to look here: http://www.ba-doyn.co

Re: [css-d] Positioning and spacing issues... site check

2009-05-01 Thread Michael Beaudoin
Tim Snadden wrote: > -- >> The screenshot covers some spacing issues and positioning issues >> within a so the text areas are set even when the browser is >> resized. >> >> The site is at: http://ba-doyn.com/junk/meeks_test_2/contact.html >> for you all to look at. >

[css-d] Positioning and spacing issues... site check

2009-04-28 Thread Michael Beaudoin
I'm back with some more issues that have me tearing what's left of my hair out. I have been fiddling with this test site, and using some of the comments here, it's getting better. I do have a few questions, and here's a link to a screenshot with some comments in case I can't explain clearly eno

[css-d] Help with IE issues...

2009-04-23 Thread Michael Beaudoin
Hello all. I'm trying to work through some issues with IE. (Yeah, never heard that before.) In Safari, Firefox (Mac and PC) the site looks ok with one exception... There is too much space above the lower horizontal links. (Just to confuse things, it looks ok in IE) When I view in IE7, the

[css-d] Site check please...

2009-04-16 Thread Michael Beaudoin
I'm fleshing out a new site. I thought I'm doing this is as simple a manner as possible to not induce any anomalies, but I'm having some issues. What I can see off the bat... - In Safari, the logo on the right doesn't show (it does in Firefox & IE) - I've put the large type (our firm) at th

Re: [css-d] Weird spacing in IE (go figure)...

2009-04-15 Thread Michael Beaudoin
From: Els To: Michael Beaudoin ; css-d@lists.css-discuss.org Sent: Wednesday, April 15, 2009 2:09:22 AM Subject: Re: [css-d] Weird spacing in IE (go figure)... Michael Beaudoin wrote: > Now, I have a little bit of a spacing problem. All my page look good > in Safari, Firefox Mac and P

[css-d] Weird spacing in IE (go figure)...

2009-04-14 Thread Michael Beaudoin
Hi all. First of all, thanks to those who have helped me before. You've made learning CSS a bit easier to use in the real world. Now, I have a little bit of a spacing problem. All my page look good in Safari, Firefox Mac and PC, but the LINKS and DOWNLOADS pages have this big space in them

[css-d] CSS Utility for unused styles...

2009-04-05 Thread Michael Beaudoin
I have inherited a site to work on that has a list of type styles a mile long. I would not think all are in use anymore, so is there a utility (preferably in Dreamweaver) that can look at a site and see which styles are NOT in use any longer so I can weed them out? Thanks, Michael __

Re: [css-d] Positioning images and wrapping text...

2009-03-31 Thread Michael Beaudoin
Message: 21 Date: Mon, 30 Mar 2009 13:19:35 -0700 (PDT) From: Michael Beaudoin Subject: [css-d] Positioning images and wrapping text... To: css-d@lists.css-discuss.org Message-ID: <684965.21721...@web504.biz.mail.mud.yahoo.com> Content-Type: text/plain; charset=us-ascii I have a site wh

[css-d] Positioning images and wrapping text...

2009-03-30 Thread Michael Beaudoin
I have a site where an image needs to be precisely positioned and the copy wrapped around it. I can use absolute positioning to place it where I want, but since it removes it from the document flow, the wrap doesn't stay with the image. Is there a way to precisely position an image and have the

[css-d] Refresh image in header...

2009-03-02 Thread Michael Beaudoin
Is it possible, through CSS, to have the image in a header change when the user refreshes or re-enters the page? Thanks, Michael __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] help with floats...

2009-02-26 Thread Michael Beaudoin
I'm helping out a buddy with his site, so I thought I'd dive in and do it all in CSS as a learning experience. It's been fun but I've been stumbling on a few areas. If someone could make some suggestions please on the following: - the left nav column won't extend to the bottom to meet up wit

[css-d] Simple centering help...

2009-02-01 Thread Michael Beaudoin
Hi all, I'm working through a simple site utilizing some 's within a container and I'm missing something simple to get the complete thing to center. For some reason, when I go to center the container it's only centering the Flash piece. I know it's a vague description, so see the link below..

Re: [css-d] Newb alert - balancing columns...

2007-11-12 Thread Michael Beaudoin
to work. I really feel that I'm missing something simple, as this should be a simple exercise. More suggestions? Thanks, Michael ______ Michael Beaudoin ba-doyn design 314.781.4571 http://www.ba-doyn.com __ On Nov 9, 2007, at 3:08 PM, Dav

[css-d] Newb alert - balancing columns...

2007-11-09 Thread Michael Beaudoin
would love some suggestions. You can go to the test site at http:// www.ba-doyn.com/gydesign/site_test/retail/index_retail.htm. Thanks. Michael ______ Michael Beaudoin ba-doyn design 314.781.4571 http://www.b