Re: [css-d] Conditional CSS Comment Not Working

2008-08-27 Thread Glenn E. Lanier, II
On Wed, Aug 27, 2008 at 10:19 AM, Stan McCoy <[EMAIL PROTECTED]> wrote: > The standard css file is overriding the IE6 and IE7 specific versions. For > example, if I give the body a green border in the IE6 style sheet, it shows > in IE6 only. But if I then add a different colored border to the stan

Re: [css-d] Big Blue Bar

2008-07-24 Thread Glenn E. Lanier, II
On Thu, Jul 24, 2008 at 7:37 AM, Christopher <[EMAIL PROTECTED]> wrote: > When you resize the browser on this page > http://www.walkfar.ca/test/productionsite13.html you'll see the BiG blue > bar now when you resize the browser window > you'll notice that the BiG blue bar does not touch the right

Re: [css-d] Big Blue Bar

2008-07-24 Thread Glenn E. Lanier, II
On Thu, Jul 24, 2008 at 8:13 AM, Christopher <[EMAIL PROTECTED]> wrote: > Glenn E. Lanier, II wrote: > > On Thu, Jul 24, 2008 at 7:37 AM, Christopher <[EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote: >> >>When you resize the browser on this page >>

Re: [css-d] Positioning problem in IE

2008-05-09 Thread Glenn E. Lanier, II
On Thu, May 8, 2008 at 3:54 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Glenn E. Lanier, II wrote: > > http://www.lanierconsulting.net/flyout/flyout.html >> > > div#divLogin > { > position: relative; > height: 1%; > } > > ...will get IE on the

[css-d] Positioning problem in IE

2008-05-08 Thread Glenn E. Lanier, II
I have a sample page that is stripped down, and still displays the problem I encountered in tried to make my page work in IE (works in Firefox, CSS and HTML validate). I want my administrative menu to "pop-up/flyout" when the user hovers over the "Administrative functions" link. This happens in Fi

Re: [css-d] Site Check Please?

2008-03-19 Thread Glenn E. Lanier, II
On Wed, Mar 19, 2008 at 12:02 PM, Carolyn Rosner <[EMAIL PROTECTED]> wrote: > Greetings all, > > I'm wondering what's up with my page: http://test.nprb.org/new/index.htm > > Specifically, the three "buttons" in upper right corner. They are a > Library item, in their own that's set to float: right

Re: [css-d] firefox display problems - need urgent help

2007-05-15 Thread Glenn E. Lanier, II
> From: Liz > Sent: Tuesday, May 15, 2007 6:41 PM > Please try clicking around from page to page within the site and > particularly go to the calendar page and the donation page. > It seems to > happen more there. > > > On 5/15/07 4:35 PM, "Lori Lay" <[EMAIL PROTECTED]> wrote: > > > Liz wrote

Re: [css-d] remove input border via css?

2007-05-15 Thread Glenn E. Lanier, II
> From: Del Wegener > Sent: Tuesday, May 15, 2007 9:52 AM > >Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/ > I suppose I was not very clear, but Yucca hid it right on the head. > On an interactive quiz page I respond to each student > response with some > constructive feedback which I

Re: [css-d] remove input border via css?

2007-05-15 Thread Glenn E. Lanier, II
> From: Del Wegener > Sent: Tuesday, May 15, 2007 8:19 AM > I have followed this thread with interest because I want to > completeky hide > a text field on some webpages. Del, You can use input#id { display:none; } to completely hide the text box. Or (at the risk of suggesting a non-CSS solut

Re: [css-d] page opening sizes

2007-05-02 Thread Glenn E. Lanier, II
> From: Phil Turner > Sent: Wednesday, May 02, 2007 3:52 PM > Thanks for the response, heres the problem, client wants a pop up > window to show some more info for no other reason than thats what > they want > so I am looking for a css solution that will open up a small window > to d

Re: [css-d] image shifted right

2007-04-24 Thread Glenn E. Lanier, II
> From: Joel D Canfield > Sent: Tuesday, April 24, 2007 5:32 PM > I can't sort out why the logo in the white box at the top is > shifted right 8 or 10 px > > http://spinhead.info/ah/one/ > > I've colored the background image yellow to show where the > left edge is; the white background of

Re: [css-d] Newbie Help - Header will not show up

2007-04-12 Thread Glenn E. Lanier, II
> From: Rebecca Wilczenski > Sent: Thursday, April 12, 2007 9:29 AM > Hi there. This is my first post, so please bear with me. I've been > "forced" to re-design my company's website. I thought everything was > looking ok (they don't care about how it validates, they > wanted it NOW) so I > launch

Re: [css-d] Breakout input tags

2007-03-27 Thread Glenn E. Lanier, II
> From: Paul Seale > Sent: Tuesday, March 27, 2007 3:44 PM > My question is this: Is there a way to break it out to format just the > password and text fields? Paul, Yes, and no. input[type=text] will work, but not in IE, so you're better off assigning a class to the input elements in question.

Re: [css-d] Rollovers (hovers) not working in Firefox

2007-03-27 Thread Glenn E. Lanier, II
> -Original Message- > From: Kathi Cushman > Sent: Tuesday, March 27, 2007 2:36 PM > On this page, my hovers for the horizontal bar of main navs > doesn't work in > Firefox, except for the first 3. I used the same code for > another site that > used horizontal navs and worked fine in a

Re: [css-d] Inner HTML/CSS

2007-03-20 Thread Glenn E. Lanier, II
_ From: Glenn E. Lanier, II [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 3:35 PM I've created a simple page (http://www.lanierconsulting.net-a.googlepages.com/ErrorTest.html) that displays an problem I'm having. I want to parse my form's inputs, report er

[css-d] Inner HTML/CSS

2007-03-20 Thread Glenn E. Lanier, II
Hi, I've created a simple page (http://www.lanierconsulting.net-a.googlepages.com/ErrorTest.html) that displays an problem I'm having. I want to parse my form's inputs, report errors if any (by creating and styling an unordered list) in a box (with an appropriate background/color to draw attentio

Re: [css-d] IE 7 Navigation List Trouble

2007-03-16 Thread Glenn E. Lanier, II
> From: ~davidLaakso > Sent: Thursday, March 15, 2007 9:39 PM > > [2] http://www.jsuonline.com/online_degrees.php > On my end (XP), I get the problem in both IE6.0 and IE7.0. > On a local file I changed this: > Select an online degree program below, > or by using > the menu to the left, for addi

[css-d] IE 7 Navigation List Trouble

2007-03-15 Thread Glenn E. Lanier, II
et=%28detect+automatically%29&doctype=Inline&ss=1&verbose=1#result [2] http://www.jsuonline.com/online_degrees.php [3] http://www.jsuonline.com/JSUOnline.php (yes, .php not .css) Any thoughts are greatly appreciated. --G _

Re: [css-d] Styles being ignored

2006-11-28 Thread Glenn E. Lanier, II
> From: Kevin Crawford > Sent: Monday, November 27, 2006 6:39 PM > It looks as though my website is ignoring the stylesheet, but > I don't know > why. The files on one server, > http://kevinvancrawford.com/debbie/ look fine > in Firefox, but on http://debbielafranchi.com it seems to > ignore th

Re: [css-d] Extra-space after frame in Firefox and Opera

2006-10-19 Thread Glenn E. Lanier, II
From: Alicia C [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 3:55 PM I'm not exactly sure what is meant by the menu and after (horizontally, or vertically). However, you have set the height using inline styles on your div (id=f

Re: [css-d] Extra-space after frame in Firefox and Opera

2006-10-19 Thread Glenn E. Lanier, II
> From: Alicia C > Sent: Thursday, October 19, 2006 3:12 PM > http://helekins.sites.uol.com.br/ > > It works fine in Internet Explorer, but in both Firefox and > Opera I see some > extra-space after the main frame and the menu. The page is > supposed to end when the menu and the main frame end.

Re: [css-d] Layout differences in IE/FireFox (Win) WRTFieldset

2006-10-19 Thread Glenn E. Lanier, II
> From: James Leslie > Sent: Thursday, October 19, 2006 11:53 AM >> and a MS-only body attribute. Tidy finds no problems, but W3C >> validator >> complains about no doctype -- odd, since the very first line >> of the HTML >> file is: >> > "http://www.w3.org/tr/html4/loose.dtd";> > I believe

Re: [css-d] Layout differences in IE/FireFox (Win) WRT Fieldset

2006-10-19 Thread Glenn E. Lanier, II
> -Original Message- > From: Glenn E. Lanier, II [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 18, 2006 3:06 PM > > From: Glenn E. Lanier, II > > Sent: Wednesday, October 11, 2006 4:36 PM > > Original Post: > http://lists.css-discuss.org/mailm

Re: [css-d] Layout differences in IE/FireFox (Win) WRT Fieldset

2006-10-18 Thread Glenn E. Lanier, II
> From: Glenn E. Lanier, II > Sent: Wednesday, October 11, 2006 4:36 PM Original Post: http://lists.css-discuss.org/mailman/private/css-d/2006-October/070167.html > I have a page [1] that works solidly (as far as I can tell) in FireFox > (Windows XP, v1.5.0.7) but when viewed in

Re: [css-d] body properies

2006-10-17 Thread Glenn E. Lanier, II
> From: [EMAIL PROTECTED] > Sent: Tuesday, October 17, 2006 5:31 AM > I want individual body properties depending on the page id. > > and this is my css > > #home body { > background-image:url(/images/home_bg.jpg); > background-position: 0px 200px; > background-color:#0033CC; > background-repeat

Re: [css-d] Yellow input fields

2006-10-12 Thread Glenn E. Lanier, II
> From: iorhael > Sent: Wednesday, October 11, 2006 4:15 PM > Would someone be able to tell me why these input fields have > turned yellow...this just happened...its been looking fine > for months but today they are yellow. > > http://www.figureskatersonline.com/parkerpennington/contact.php De

[css-d] Layout differences in IE/FireFox (Win) WRT Fieldset

2006-10-12 Thread Glenn E. Lanier, II
I have a page [1] that works solidly (as far as I can tell) in FireFox (Windows XP, v1.5.0.7) but when viewed in IE the third fieldset seems to float much farther left than it should. Also, the vertical spacing of the input fields aren't consistent from FF to IE (I don't care about exact pixels --

Re: [css-d] newbie float mystery: not lining up correctly

2006-08-31 Thread Glenn E. Lanier, II
> From: JC > Sent: Thursday, August 31, 2006 11:28 AM > I'm trying to get 3 vertical boxes floating horizontally, > and something in my code is not working right. > The nav box on the left works fine. The highlights box on the > right works fine. The box in the middle sinks to the bottom-- > not

Re: [css-d] Font Colouring

2006-07-07 Thread Glenn E. Lanier, II
> From: [EMAIL PROTECTED] > Sent: Friday, July 07, 2006 10:19 AM > Because you have color: #8A864E; written in many places. For > black, just > use color:#fff; I think color:#000; will produce a darker black 8->. (For those that do not recognize the notation, it is simply shorthand for #00,

Re: [css-d] Links not working IE/PC

2006-06-28 Thread Glenn E. Lanier, II
> From: Christy Collins > Sent: Wednesday, June 28, 2006 1:50 PM > I have some pages where the links in the body text can't be clicked > in IE/PC. Could anyone point me in the direction of what > might cause > this to happen? Christy, Do you have a URL of a page where this behavior occurs?

Re: [css-d] Problem with a:hover

2006-06-03 Thread Glenn E. Lanier, II
> From: Click This IT Solutions > Sent: Saturday, June 03, 2006 2:01 PM > The site is at www.989studiowebhosting.com and the CSS file is > www.989studiowebhosting.com/989style.css Rudi, > Hi clever css people You're not really talking to me ;-> > I have a problem on my first CSS layout/design.

Re: [css-d] Images underlined in Firefox

2006-06-02 Thread Glenn E. Lanier, II
> From: Joanne > Sent: Friday, June 02, 2006 7:18 PM > #p7PMnav a, { > display: block; > text-decoration: none; > background-color: #d3c6a6; > color: #CC; > font-size: 90%; > } > > When I hand code an image in to the hyperlink, (this is a > Project Seven PMM > menu) firefox shows a lin

Re: [css-d] More on 100% height - 50px via CSS

2006-06-01 Thread Glenn E. Lanier, II
> From: Stephen Cunliffe > Sent: Thursday, June 01, 2006 3:13 PM > What I want, is for the lower "body" section to be 100% of > the browser window height, minus the 50px at the top. > What I've posted, exceeds the vertical browser window, as it > is 100% of > the window height, not the remain

Re: [css-d] help with my left-hand nav

2006-06-01 Thread Glenn E. Lanier, II
> From: Barbara Dozetos > Sent: Thursday, June 01, 2006 1:15 PM > Can anyone tell me how I can make the second line (when there > is one) > of the lefthand navigation copy align with the first line? In this > example: http://www.pcc.com/clients/contact.php the 6th, 7th, > and 8th > links

Re: [css-d] Div jumps in IE (two examples) SOLVED

2006-05-10 Thread Glenn E. Lanier, II
> From: Glenn E. Lanier, II [mailto:[EMAIL PROTECTED] > Sent: Monday, May 08, 2006 4:49 PM > HTML in question: > http://www.CarpentersForChrist.com/LayerTest/reg1.html Problem solved -- not really CSS related. A was missing the closing greater-than sign. Oddly, before I added

Re: [css-d] Div jumps in IE (two examples)

2006-05-08 Thread Glenn E. Lanier, II
> From: francky > Sent: Friday, May 05, 2006 5:07 PM > Glenn E. Lanier, II wrote: > > >[...] > >If you're still reading and not confused, let me try to sum it up: > >http://www.CarpentersForChrist.com/LayerTest/reg.html > >contains valid HTML > >

[css-d] Div jumps in IE (two examples)

2006-05-05 Thread Glenn E. Lanier, II
My current project requires that I remove a portion of the page once a submit button is selected and replace it with a "we're processing" message. That part was easy, using a little Javascript (I know, off topic here, but I'm not asking about the JavaScript). After the page is submitted, it is ba

Re: [css-d] A Question about cell spacing

2006-05-05 Thread Glenn E. Lanier, II
> From: Angus MacKinnon > Sent: Friday, May 05, 2006 12:40 PM > Excuse me. I am having one of those getting older momenents. > I am putting > together a CSS file and I remember cell padding is "Padding: > 1em;", however, > what is cell spacing? > Angus, I generally include cellpadding and ce

Re: [css-d] css with input-submit

2006-04-22 Thread Glenn E. Lanier, II
> From: smithj7 > Sent: Friday, April 21, 2006 7:27 PM > I'm new. A member of the webaim list suggested I join this Welcome. > I don't have a clue how to do the html side or the CSS style > sheet side > for the input type=submit except using the inline style. Two options that I know of: in

Re: [css-d] Disabling wrapping elements within a div

2006-04-17 Thread Glenn E. Lanier, II
From: Mike Botsko Sent: Monday, April 17, 2006 11:40 AM > http://www.botsko.net/test.html > That I am designing a very basic set of links. In the real > site, the header will limit this area to a min-width of > 600px. The number of links within this area will vary. If > there are too many, I w

Re: [css-d] site check please

2006-04-14 Thread Glenn E. Lanier, II
> From: Stephanie Chausse > Sent: Friday, April 14, 2006 10:03 AM > http://www.provlib.org/ppl/about/about.html > one I'd like comments on is the breadcrumbs-position of > them-does it make the page too cluttered up there with the > searches?-Does it > make the navigation any better? The page b

RE: [css-d] h1 border not displayed in IE (SOLVED)

2005-09-08 Thread Glenn E. Lanier, II
> From: Ingo Chao > Sent: Thursday, September 08, 2005 1:46 AM > > Glenn E. Lanier, II wrote: > > http://bellsouthpwp.net/S/p/Speedy7/HeaderTrouble.html > > The container needs some layout [1], i.e. > div#divTitle {width: 100%} Ingo, Thanks. I've tried se

[css-d] h1 border not displayed in IE

2005-09-07 Thread Glenn E. Lanier, II
ssing photos -- I just moved the relevant portions to a public site. Thanks for any pointers, hints, fixes, or ideas. --G Glenn E. Lanier II Email: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/ma

[css-d] RE: Absolute Position Problem with IE

2005-09-05 Thread Glenn E. Lanier, II
-Original Message- From: Janie Hadsel [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 1:45 PM Glenn writes: "IE places the MENU div inside my containing DIV" You have declared the menu div as absolutely positioned, but haven't declared top and left coordinates. You also have

RE: [css-d] Absolute Position Problem with IE

2005-08-25 Thread Glenn E. Lanier, II
> From: Ingo Chao > Sent: Thursday, August 25, 2005 1:58 PM > > Glenn E. Lanier, II wrote: > http://bellsouthpwp.net/S/p/Speedy7/LayoutTest.html > > IE needs left:0; top:0; on this a.p. menu. > From: Uwe Kaiser > Sent: Thursday, August 25, 2005 2:05 PM > To add

[css-d] Absolute Position Problem with IE

2005-08-25 Thread Glenn E. Lanier, II
/LayoutTest.html Thanks. --G Glenn E. Lanier II * Email: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http

RE: [css-d] text box text not wrapping

2005-08-12 Thread Glenn E. Lanier, II
> -Original Message- > From: Behalf Of CJ Larson > Sent: Friday, August 12, 2005 8:22 AM > > Unfortunately I don't think I have control over which type of > text input > asp.net uses. Thanks for the quick replies! ASP.NET --- hmmm. Are you using ? If so, try this: Note the TextMode="

RE: [css-d] Firefox DocType blues

2005-08-11 Thread Glenn E. Lanier, II
> From: Michiel van der Blonk > Sent: Thursday, August 11, 2005 2:45 PM > To: CSS Discuss List; WebDesign-L FYI: cross-posting isn't allowed: http://www.css-discuss.org/policies.html#policies. > We are having a strange problem in FF (1.06). Look at > > http://test5.caribmedia.com/doctype.html >

RE: [css-d] Align text to two different sides of a

2005-08-06 Thread Glenn E. Lanier, II
td.rowclass1 { text-align:right; } td.rowclass1 span { float:left; } Loremipsum --G Glenn E. Lanier II Email: [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d Lis

RE: [css-d] Refresh needed and Jumping Div's (IE6/Win)

2005-07-29 Thread Glenn E. Lanier, II
> From: > Glenn E. Lanier, II > Sent: Wednesday, July 27, 2005 4:28 PM > http://bellsouthpwp.net/S/p/Speedy7/transcript.html (CSS inline > for ease in troubleshooting)) that displays a section of a > form on page load. > The problem is that when additional fields are dis

[css-d] Refresh needed and Jumping Div's (IE6/Win)

2005-07-27 Thread Glenn E. Lanier, II
d all help. --G _ Glenn E. Lanier II * Email: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-dis

RE: [css-d] SOLVED: Margin Problem in IE

2005-07-06 Thread Glenn E. Lanier, II
> From: Vincent Hide > Subject: [css-d] SOLVED: Margin Problem in IE > I have solved the issue. It was not IE, it was me (I can be just as > annoying). The h1#pagetitle element was causing the issue. I > replaced it > with something with no in built padding (ie. just a normal div). Vincent, You

RE: [css-d] Simple div positioning problem

2005-06-30 Thread Glenn E. Lanier, II
> -Original Message- > From: Jon Trelfa > Sent: Thursday, June 30, 2005 2:38 PM > On 6/30/05, Glenn E. Lanier, II <[EMAIL PROTECTED]> wrote: > > I created http://bellsouthpwp.net/S/p/Speedy7/position.html > as a way to test, > I changed your CSS just sli

[css-d] Simple div positioning problem

2005-06-30 Thread Glenn E. Lanier, II
divInner1 (some text), divInner2 (other text). I added divInnerContainer trying to get it to hold both divInner1 and divInner2, but no luck. Any help is appreciated. _ Glenn E. Lanier II * Email: <mailto:[EMAIL PROTECTED]>