Re: [css-d] IE mac bugs

2007-02-08 Thread Diane Ross
On 2/8/07 6:55 AM, jeffrey morin [EMAIL PROTECTED] wrote: it's weird. when i view it online it looks ok but when i just view it locally on my imac the content column gets hung up. so if anyone looks at this and it's not working please let me know what you think is going on. thanks!!

[css-d] Links with separator lines

2007-02-08 Thread Diane Ross
I use #page_links and .footerbar for links. The problem shows on this page http://www.entourage.mvps.org/ but show OK on this page (and other pages on the site that use the same divs) http://www.entourage.mvps.org/exchange/index.html The Problem: In Opera

Re: [css-d] Help broke my template

2007-02-08 Thread Diane Ross
On 2/8/07 5:53 AM, francky [EMAIL PROTECTED] wrote: Indeed, this is the direction to find the culprit. You assigned the {width:150px} to the .quicklinks and so on, but then the border-width is added to the box-width. Then FF is giving overflow + hor. scrollbar to see the overflow, and IE is

Re: [css-d] Links with separator lines

2007-02-08 Thread Diane Ross
On 2/8/07 6:57 PM, francky [EMAIL PROTECTED] wrote: I think it´s not stupid at all if you don´t see one missing slash after numerous cut-copy-paste actions in a large and complicated code. But you don´t have to see everything yourself by eye and by hand: the validators are eager to help (if

Re: [css-d] Help broke my template

2007-02-07 Thread Diane Ross
On 2/4/07 11:31 PM, francky [EMAIL PROTECTED] wrote: * testpage 2 http://home.tiscali.nl/developerscorner/css-discuss/test-base2.html So I guess it must be some margin or padding in the inner parts of the #sidebar, for when we make the width of the #sidebar some 10px smaller, it's ok.

Re: [css-d] Help broke my template

2007-02-05 Thread Diane Ross
On 2/4/07 11:31 PM, francky [EMAIL PROTECTED] wrote: So I guess it must be some margin or padding in the inner parts of the #sidebar, for when we make the width of the #sidebar some 10px smaller, it's ok. I'm reluctant to even respond at this late hour when my head is mush, but I don't see

Re: [css-d] Help broke my template

2007-02-05 Thread Diane Ross
On 2/4/07 8:40 PM, ~davidLaakso [EMAIL PROTECTED] wrote: I think it may be markup rather than css issue. Compare the order in which the divisions are closed in Ryan Brill's layout with yours. It is a tricky layout-- very easy to get the division closings out of order. I thought I was being

[css-d] Help broke my template

2007-02-04 Thread Diane Ross
I was working on my template and broke something. Now the text in the main content area flows into the right sidebar. I added a div in the right sidebar trying to fix a problem on my own for IE and made some minor changes to text in the right sidebar, but not sure what I did to affect the content

Re: [css-d] Help broke my template

2007-02-04 Thread Diane Ross
On 2/4/07 8:40 PM, ~davidLaakso [EMAIL PROTECTED] wrote: I think it may be markup rather than css issue. Compare the order in which the divisions are closed in Ryan Brill's layout with yours. It is a tricky layout-- very easy to get the division closings out of order. But validate first (and

Re: [css-d] Centering images

2007-01-13 Thread Diane Ross
On 1/13/07 1:19 PM, Mark Lundquist [EMAIL PROTECTED] wrote: On Jan 13, 2007, at 1:17 PM, david wrote: Then the W3C's choice of TEXT-align is a bad choice. It specifies text when it's really talking about something broader than what people think of as text. I agree :-) ‹ml‹ From a

Re: [css-d] Centering images

2007-01-13 Thread Diane Ross
On 1/12/07 7:04 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Should be... .img_center {display: block; margin: 0 auto;} It's working now. Thank YOU!! I didn't find a class .img_center in your on-line stylesheet, so I can't say why it didn't work. I added one with the styles from my

Re: [css-d] Centering images

2007-01-13 Thread Diane Ross
On 1/13/07 3:27 PM, david [EMAIL PROTECTED] wrote: I'm not quite sure if I should remove clear from the hr and add a clear class if needed or add the corrected css you suggested above. Or do I really need hr in my style sheet? I don't think you need HR in your HTML unless you want to have a

Re: [css-d] Centering images

2007-01-13 Thread Diane Ross
On 1/13/07 4:52 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Since your page... http://www.test.entourage.mvps.org/atest/ ...is already broken in IE6, I suggest you add the extra css to the bottom of your stylesheet - and both the clearing hr problem and IE6' bugs will be gone. You can always

[css-d] Centering images

2007-01-12 Thread Diane Ross
I don't know what I'm doing wrong. When I want to center an image I can only get it to work if I select div align=center. If I use a class .txtcenter, .center { text-align: center; } Or #test img { text-align: center; } the image does not center. Here is my example:

Re: [css-d] Centering images

2007-01-12 Thread Diane Ross
On 1/12/07 3:23 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Note that text-align: center should not be targeting the image. Instead: target the container - the div, p or other block-element - and text and images /inside/ the container will be centered. You can also center images directly

[css-d] Internal style not honored

2007-01-10 Thread Diane Ross
In my external style sheet I have h2 as text-align: center. On one page I want h2 text-align: left. It is not aligning left. What did I do wrong? I tried making a div specific h2, but that didn't work either. I used the same code on both pages but it doesn't work on this page. The only thing that

Re: [css-d] Internal style not honored

2007-01-10 Thread Diane Ross
On 1/10/07 2:06 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Both the validator and my browsers respond with No style sheet found since you're importing local CSS files - not online CSS, so there isn't much we can do to check what's going on. Apparently I don't understand @import. I used

Re: [css-d] Firefox breaks sidebar

2007-01-02 Thread Diane Ross
this problem? -- Diane On 12/31/06 9:22 AM, ~davidLaakso [EMAIL PROTECTED] wrote: Diane Ross wrote: I made a size change to my right sidebar and now Firefox shows only a part of the content. Other Mac browsers are OK with the changes. I have no clue as to what to even check. Help

Re: [css-d] Footer problem with 3 col layout

2006-12-24 Thread Diane Ross
On 12/22/06 5:14 PM, ~davidLaakso [EMAIL PROTECTED] wrote: I don't know what the footer solution is with that particular layout. If you are not far along, and can, or are willing to switch layouts, the 3 column layout on this page http://alistapart.com/articles/negativemargins includes a

[css-d] Footer problem with 3 col layout

2006-12-22 Thread Diane Ross
Happy Holidays to everyone. I'm trying to convert my volunteer site from tables to CSS. I used the example on http://www.positioniseverything.net/guests/3colcomplexside.html for my base. The footer for the layout was in the container div, but I want mine to go across the bottom. I added a clear