Re: [css-d] stand-down

2009-07-23 Thread Felix Miata
On 2009/07/22 19:41 (GMT-0400) David Laakso composed: ... re: http://chelseacreekstudio.com/dl/index.php ... Then you will need to purchase a monitor for me so that I can see the whole page on the screen in order to make a capture of it :-) . Firefox 3.0.11 fullscreen 1600x2560. No scrollbar

Re: [css-d] stand-down

2009-07-23 Thread david
David McGlone wrote: On Wednesday 22 July 2009 08:29:08 pm Felix Miata wrote: On 2009/07/22 19:41 (GMT-0400) David Laakso composed: Ron Zisman wrote: i want to see the whole damn page. re: http://chelseacreekstudio.com/dl/index.php Then you will need to purchase a monitor for me so that I

Re: [css-d] stand-down

2009-07-23 Thread David Laakso
David McGlone wrote: http://chelseacreekstudio.com/dl/index.php Everyone who has replied made very valuable and extremely helpful comments for which I am most grateful. Reload and take no prisoners. Nice! I like it way better than the first one. I see you

[css-d] Is there such a thing as a sub class (in css not society)

2009-07-23 Thread Chris Price
I want to rationalise my css so that I am not continually inventing classes when I want to create a new effect. Today I have created a 'pullout' class which has a head, image and body. I don't want to use an H? because I don't know where that element is going to sit in a document and I don't

Re: [css-d] stand-down

2009-07-23 Thread David Laakso
re: http://chelseacreekstudio.com/dl/index.php Interesting, only the first digit of your numbers on the portfolio screen are clickable. Rather, they're all clickalle, but Konqueror momentarily shows a dotted selection box only around the first digit when I click ... The CSS has

Re: [css-d] Is there such a thing as a sub class (in css not society)

2009-07-23 Thread Atkinson, Sarah
U can set multiple style classes to an item. Also u can use the cascade. So u can set styles for all of the .thisHead And then set styles that are only for .pullout .thisHead Sent from my iPhone On Jul 23, 2009, at 7:56 AM, Chris Price chris.pr...@choctaw.co.uk wrote: I want to

[css-d] IE Jumping Div and Firefox Unexpected Wrap

2009-07-23 Thread Asher
I'm having two problems in the same css that I'm at a loss to deal with. I'm hoping someone has some insight... My page is visible at http://ourhouse.ridiculouspower.com:8080/~ahaig/rowhill/ 1. In Internet Explorer, the central div jumps down below the two side columns. Works fine in Safari

[css-d] Outlook style menu bar

2009-07-23 Thread Ian Jones
Hi, I have been tasked with revamping the user interface for our company's flagship application. The layout is pretty standard fare, and I've got the frameset built in CSS, as in the example below. However I have an issue with the left-hand menu bar. There is a list of links anchored to the

Re: [css-d] Is there such a thing as a sub class (in css not society)

2009-07-23 Thread David Dorward
To address the subject line before getting to the actual problem described: No. HTML classes (which CSS class selectors select) are not classes in the sense used in traditional OO programming. They are classes in the wider sense. 4: a collection of things sharing a common attribute; there

Re: [css-d] stand-down

2009-07-23 Thread tedd
At 6:03 PM -0400 7/22/09, David Laakso wrote: http://chelseacreekstudio.com/dl/index.php Everyone who has replied made very valuable and extremely helpful comments for which I am most grateful. Reload and take no prisoners. Best, Westmoreland David: It looks great to me! It does what it is

[css-d] background-color : transparent; showing up as white in ie6 7 and AOL 9.1

2009-07-23 Thread Sandy
hey all, I hope someone can help me out with this. I am starting on a site (it's still very rough) http://www.uoguelph.ca/mcb/test/contact.shtml and there are a couple of divs with a transparent background .headerleft #globalnav the search should be transparent, too. instead that whole area is

Re: [css-d] background-color : transparent; showing up as white in ie6 7 and AOL 9.1

2009-07-23 Thread David Hucklesby
Sandy wrote: [...] http://www.uoguelph.ca/mcb/test/contact.shtml and there are a couple of divs with a transparent background .headerleft #globalnav the search should be transparent, too. instead that whole area is showing up with a white background in AOL 9.1, ie6 and ie7. ie8 is ok.

Re: [css-d] background-color : transparent; showing up as white in ie6 7 and AOL 9.1

2009-07-23 Thread Sandy
Sandy wrote: [...] http://www.uoguelph.ca/mcb/test/contact.shtml and there are a couple of divs with a transparent background .headerleft #globalnav the search should be transparent, too. instead that whole area is showing up with a white background in AOL 9.1, ie6 and ie7. ie8 is

Re: [css-d] text wrap

2009-07-23 Thread Joseph Sims
Joseph Sims wrote: I have some images floated right with text on the left, and in Mozilla 3.5, the text doesn't obey the margin of the image and overlays it... upon refresh it corrects itself... what gives? Mozilla 3.5 = ??? And I have no idea what's goin' on in Safari 4.

Re: [css-d] general check :: noah learner

2009-07-23 Thread Angel Martin Alganza
On Tue, Jul 14, 2009 at 11:11:53PM -0400, David Laakso wrote: BTW, red on green may be difficult for some users, too. Impossible to distinguish by certain types of color blind people, actually. Ángel __ css-discuss

Re: [css-d] stand-down

2009-07-23 Thread david
David Laakso wrote: re: http://chelseacreekstudio.com/dl/index.php Interesting, only the first digit of your numbers on the portfolio screen are clickable. Rather, they're all clickalle, but Konqueror momentarily shows a dotted selection box only around the first digit when I click ...

[css-d] Anchor Tags and Absolute Positioning

2009-07-23 Thread Deborah Lundgren
Hello, I am using this code to position my menu. It works beautifully positioning the menu to the right spot but the problem is that the rest of the page looses the anchor tags in all the browsers except IE. div align=center style=margin:auto; left:0; right:0; bottom:0; position:absolute;

[css-d] series of site issues

2009-07-23 Thread Lisa Wilcox
I'm at the point of tearing my hair out. I have a site that I've got a series of issues on. First of all the font doesn't seem to stay universal from the main content with 3 boxes to the wide content. The three boxes in the main content don't seem to want to align. I have tried min-height

[css-d] Colors in PShop vs. browser

2009-07-23 Thread Lalena
Hi, has anyone else experienced seeing colors somewhat differently in Photoshop vs. a web browser? Everything looks significantly darker in Photoshop. It certainly adds an unnecessary obstacle to the design process! Any tips on why this might be happening, and how to alleviate it? (I'm

Re: [css-d] series of site issues

2009-07-23 Thread David Laakso
Lisa Wilcox wrote: I'm at the point of tearing my hair out. I have a site that I've got a series of issues on. First of all the font doesn't seem to stay universal from the main content with 3 boxes to the wide content. Well, tearing your hair out is better than throwing yourself

Re: [css-d] stand-down

2009-07-23 Thread David Laakso
tedd wrote: At 6:03 PM -0400 7/22/09, David Laakso wrote: http://chelseacreekstudio.com/dl/index.php Everyone who has replied made very valuable and extremely helpful comments for which I am most grateful. Reload and take no prisoners. Best, Westmoreland David: It looks great to me!

Re: [css-d] Colors in PShop vs. browser

2009-07-23 Thread Nate
Lalena wrote: Hi, has anyone else experienced seeing colors somewhat differently in Photoshop vs. a web browser? Everything looks significantly darker in Photoshop. It certainly adds an unnecessary obstacle to the design process! Any tips on why this might be happening, and how to

Re: [css-d] stand-down

2009-07-23 Thread David Laakso
david wrote: David Laakso wrote: re: http://chelseacreekstudio.com/dl/index.php Interesting, only the first digit of your numbers on the portfolio screen are clickable. Rather, they're all clickalle, but Konqueror momentarily shows a dotted selection box only around the first

[css-d] margin-left 200px fails in IE7 for a 2 column float fluid layout

2009-07-23 Thread Don Spark
I probably have a basic IE browser bug affecting floats and or margins. It would be great to get a fix for this (#1.) margin-left 200px not working in MSIE7(5.5 and 6 too) and identify the bug so I understand it going forward. The CSS in question is at the bottom of this email. There are two other

Re: [css-d] Colors in PShop vs. browser

2009-07-23 Thread Michael Adams
On Thu, 23 Jul 2009 15:34:04 -0500 Came this utterance formulated by Lalena to my mailbox: Hi, has anyone else experienced seeing colors somewhat differently in Photoshop vs. a web browser? Everything looks significantly darker in Photoshop. It certainly adds an unnecessary obstacle to the

Re: [css-d] series of site issues

2009-07-23 Thread David Laakso
Lisa Wilcox wrote: The three boxes in the main content don't seem to want to align. I have tried min-height and I have the height set to auto to flow in text. The correction for the 3 boxes in Safari, Opera, FF; and, IE 6/7/8 is: #Div2 { /*height:auto;*/ /*min-height:350px;*/

Re: [css-d] Colors in PShop vs. browser

2009-07-23 Thread Climis, Tim
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Lalena Sent: Thursday, July 23, 2009 4:34 PM To: css-d@lists.css-discuss.org Subject: [css-d] Colors in PShop vs. browser Hi, has anyone else experienced seeing colors

Re: [css-d] Is there such a thing as a sub class (in css not society)

2009-07-23 Thread Chris Price
Atkinson, Sarah wrote: U can set multiple style classes to an item. Also u can use the cascade. So u can set styles for all of the .thisHead And then set styles that are only for .pullout .thisHead I have a 'comment' class which follows a set format except its width changes depending

Re: [css-d] series of site issues

2009-07-23 Thread David Laakso
Lisa Wilcox wrote: On the wide content pages, the center background image doesn't want to show up and it seems to separate from the top bg gif. http://www.webgirlwebdesigns.com/testing/StPaulsv1/index.html Lisa Wilcox I only looked at the wide-content directory page. I

[css-d] Icky image edges: resolution, sizing

2009-07-23 Thread Lalena
Thank you everyone who answered my question about matching my Photoshop colors to browser colors! Now I have a new one. I'm placing images on my page--images of type. If I create my transparent gifs at the final size and resolution (72 dpi is screen resolution, right?), the type looks all

Re: [css-d] Anchor Tags and Absolute Positioning

2009-07-23 Thread David McGlone
On Thursday 23 July 2009 04:22:12 pm Deborah Lundgren wrote: Hello, I am using this code to position my menu. It works beautifully positioning the menu to the right spot but the problem is that the rest of the page looses the anchor tags in all the browsers except IE. div align=center

Re: [css-d] stand-down

2009-07-23 Thread David Laakso
Gentlemen. Stand-down. This thread is closed; Best, Westmoreland __ 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 --

[css-d] Widget not in correct position

2009-07-23 Thread Jo
I have a little widget from RoamFree Advanced (accommodation booking). The code is below. When I put it on a stock standard page the positioning is where I want it. http://server.npserver1.com/~netper/guesthouse/testpage.htm When it's on the page I want it on, it's sitting at the top of the

Re: [css-d] stand-down

2009-07-23 Thread Angel Martin Alganza
On Wed, Jul 22, 2009 at 10:11:34PM -0400, David McGlone wrote: Awesome, another Linux user here. I assumed just about everyone here were MS users. Why would anybody with a minimum of technical computer skills use any MS software? Cheers, Ángel