[css-d] IE8 rendering issue

2010-08-25 Thread Scott Povlot
The HTML is Piedmont Pilgrimage I thought this might be related to a hasLayout issue. But adding "zoom:1" did not seem to help. Any assistance would be appreciated. Regards, Scott Povlot __ css-discuss [

[css-d] CSS and Yahoo Maps

2008-09-25 Thread Scott Povlot
. On IE6, the map moves out of the containing box and almost off the page. Very strange indeed. Any help you can provide would be appreciated. Scott Povlot __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

[css-d] Paragraph background not respecting float margins

2007-11-02 Thread Scott Povlot
border should be moved by the float. Here is the URL: http://test.nmra.org/education/achievement/def.html Thanks for your help. Scott Povlot __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [css-d] Page check

2007-09-28 Thread Scott Povlot
setting? Scott --- David Laakso <[EMAIL PROTECTED]> wrote: > Scott Povlot wrote: > > The URL is > http://www.piedmont-div.org/nmra/nmra_home_page.html > > Scott, > > I'd suggest setting the width of #shop from the em > width you have to > around 200px

[css-d] Page check

2007-09-28 Thread Scott Povlot
/nmra_home_page.html Thanks very much, Scott Povlot Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&a

[css-d] Margin vs. Padding

2007-09-27 Thread Scott Povlot
I think this is a simple question. And perhaps there is no straight answer. If I don't have a border, what is the difference between using padding or margin to add space around an element? Is there any reason to choose one over the other? Thanks, Scott

Re: [css-d] need help with css in firefox

2007-09-18 Thread Scott Povlot
seem to be displayed OK. This is probably a problem with your web server or how you saved the pages. The default encoding should be ISO-8859-1. Regards, Scott Povlot --- Matt Kruger <[EMAIL PROTECTED]> wrote: > Hello all, > > Im currently working as an intern for a reputable > mac

Re: [css-d] layout column height adjustment...

2007-09-07 Thread Scott Povlot
Mike, I suggest you look on the CSS-Discuss wiki at http://css-discuss.incutio.com/?page=AnyColumnLongest Also, when you post, I suggest that you limit the use of "...". The URL to your website was broken because of them. Regards, Scott Povlot --- Michael Forker <[EMAIL PROT

Re: [css-d] print label from web browser

2007-09-07 Thread Scott Povlot
creates a PDF. You can google pdf and php to find more information on this. Regards, Scott Povlot --- Hiep Nguyen <[EMAIL PROTECTED]> wrote: > hi there, > > i'm writing a simple web application using mysql & > php. what i want is to > do allow users to print cont

Re: [css-d] Floated Images disappear in IE6

2007-08-21 Thread Scott Povlot
Thanks very much, Georg. Just wondering how you determined this (so that I can learn a little for next time). Is this a documented bug? Any links you can provide would be helpful. Regards, Scott --- Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Nothing to do with the box model, but everything

[css-d] Floated Images disappear in IE6

2007-08-21 Thread Scott Povlot
page : http://www.piedmont-div.org/pilgrimage/layouts/layout_tweldon.html CSS: http://www.piedmont-div.org/pilgrimage/css/styles.css Also, any comments on the design are appreciated. Regards, Scott Povlot [EMAIL PROT

Re: [css-d] multiple style sheet errors

2007-08-16 Thread Scott Povlot
needs to be referenced using square brackets [ ] instead of parentheses. Regards, Scott Povlot --- Copeland <[EMAIL PROTECTED]> wrote: > I have javascript that says to go to the first > stylesheet unless the user > wants larger text at which point they go to another > linked st

Re: [css-d] Repeat-x problems when the window is smaller than 800x600

2007-07-17 Thread Scott Povlot
Erik, The problem you are having is not related to repeat-x, but width. Your "subwrapper" div has a fixed width of 780px. Your body has a min-width of 100%. But the body width does not take into account the width of the subwrapper. (Not 100% sure why). If you change the body min-width=780px,

Re: [css-d] CSS Tabular Layout

2007-06-20 Thread Scott Povlot
-style-image:none; margin: 0; padding: 0; } ul#online li { float:left; width:20em; } Regards, Scott Povlot Jason Ogle <[EMAIL PROTECTED]> wrote: What is the ideal way to layout the "Photos" and "Members Online" sections?? -

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

2007-03-27 Thread Scott Povlot
Kathi, The problem is related to the absolute positioned title that is blocking the menu items. Here is the CSS fix that changes the title to relative positioning. #pagetitle_ma { left:250px; position:relative; top:120px; width:540px; } Regards, Scott Povlot - Original

Re: [css-d] A huge space in IE... any reason why?

2007-02-07 Thread Scott Povlot
7; solution. (http://www.complexspiral.com/publications/containing-floats/) Regards, Scott Povlot - Original Message From: Michael Stevens <[EMAIL PROTECTED]> Subject: [css-d] A huge space in IE... any reason why? www.jimbarnettconsulting.com/contact.html www.jimbarnettcons

Re: [css-d] why won't my class change the font?

2007-02-01 Thread Scott Povlot
be solved. >>Also, can someone tell me how to make the underline stop showing up when >>hovering over the free samples button and the size charts button? This >>causes the page to grow and shrink in FF. :( Change your a:hover to remove the bottom b

Re: [css-d] "Floating Absolute" Positioning

2007-01-05 Thread Scott Povlot
Cody, Basically, absolute positioning and variable font sizes don't mix. I would suggest that you try the layout without absolute positioning. You can easily do this by removing the "position: absolute" and "top" attributes and changing "left" to "margin-left". Then you can set a min-height

Re: [css-d] Problem overlap in IE7 (PLEASE)

2007-01-05 Thread Scott Povlot
I think that my email may have been lost in the shuffle when the list was down. Can someone please help me with this problem on IE7? Thanks! Scott - Original Message From: Scott Povlot <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Sent: Wednesday, January 3, 2007 2:15

Re: [css-d] Dotted Box

2007-01-05 Thread Scott Povlot
The dotted box is the focus that appears on the current link. If you tab around the browser, you will notice that this moves to each link. There is not a simple way to remove this. And if you do, you may have a usability/accessibility problem. There is a solution available on CSSPlay at Remo

Re: [css-d] Changing cursor for image maps

2007-01-04 Thread Scott Povlot
Don, ... I have tried adding a class and an id and even a span but none will change the cursor type on an image map link. ... __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _

Re: [css-d] Changing cursor for image maps

2007-01-04 Thread Scott Povlot
Sorry about the last message. Adding a class to the seems to work in Firefox. But not on IE. You might try some other option instead of an image map. See http://www.alistapart.com/articles/imagemap/ for an example. Scott __ Do You Yahoo!? Ti

[css-d] Problem overlap in IE7

2007-01-03 Thread Scott Povlot
I need some help on IE7. I have a website that works well on IE6, FF and Opera. But on IE7, the content text overlaps the sidebar on the right. The content area has a 13em right margin. And the sidebar ("Upcoming Events") is positioned absolutely at the right on 0. Website: http://www.pied

Re: [css-d] first posting

2006-12-07 Thread Scott Povlot
. I think that you just want to float the to the right. But leave the alone. Let us know if you need more assistance. Regards, Scott Povlot - Original Message From: Ana Aguilar <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Sent: Thursday, December 7, 2006 10:32:47 AM

Re: [css-d] Applying CSS to forms

2006-12-05 Thread Scott Povlot
en you posted. Here is the complete URL: http://web.asylumweb.net/FormTest.html Regards, Scott Povlot - Original Message From: Steve Craig <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Sent: Tuesday, December 5, 2006 5:46:53 AM Subject: [css-d] Applying CSS to forms Hi

Re: [css-d] Floating list Elements in Nested lists

2006-09-19 Thread Scott Povlot
Bruce, Add "clear:none" to the ul.amenities li style. This will override the clear:both from the .room li style. The problem is that you are floating and clearing the same li. ul.amenities li { float:left; padding:0; margin:.5em .25em; width:45%; clear:

Re: [css-d] text-align: right

2006-09-15 Thread Scott Povlot
Thanks. That seems to work. Can you tell me why I would need it on the in the parent div instead of on the tag? Scott >>#header #sponsor { >>float: right; >>margin-right: 50px; >>text-align: right; /* i added this */ >>} ___

[css-d] text-align: right

2006-09-15 Thread Scott Povlot
I am having a problem aligning text on the right. Oddly, my CSS works in IE6/Win but is not working on Firefox. The website is http://www.piedmont-div.org/ser2007/ . In the header, there is a "Sponsor By" paragraph that should be right aligned. On Firefox, the text shows as left aligned.

[css-d] Floated list items cause extra space on Firefox

2005-06-07 Thread Scott Povlot
I am working on my first CSS/XHTML website. I hope that you can help with an unusual problem that I am seeing in Mozilla Firefox 1.04. I am using a floated list item to make multiple columns. This is similar to the gallery example in http://css-discuss.incutio.com/?page=GalleryFloat. The probl

[css-d] Print Stylesheet problem

2005-05-12 Thread Scott Povlot
end of the page. Are there known CSS print problems with Firefox? Also, my text is still missing on IE when positioned next to my floated images. Website: http://www.piedmont-div.org/test/ CSS: http://www.piedmont-div.org/test/css/styles.css Thanks very much for your help. Scott --- Scott

Re: [css-d] Interesting rotation caching issue

2005-05-12 Thread Scott Povlot
Phillip, Perhaps, you can change your PHP script to set no-cache HTTP headers using Cache-Control or Pragma when sending the image. You can find examples at the following sites: http://us4.php.net/header http://www.sitepoint.com/article/php-anthology-2-5-caching Regards, Scott Povlot

[css-d] Print CSS and bad output

2005-05-10 Thread Scott Povlot
I am having some problems with my print CSS. I am hoping that someone on the list will be able to help me. I have two different problems. On Firefox, the header section prints on a separate page than the content. I cannot figure out why. I have tried changing margins and padding on multiple se

Re: [css-d] Caption Vertical Center on Image

2005-05-02 Thread Scott Povlot
Thanks, I found that earlier. However, this problem is slightly different. I would like the text on the right to be centered vertical based on the height of the image. So the image will display next to the middle of the image. > > I would like to display an image on the left with > > caption

[css-d] Caption Vertical Center on Image

2005-05-02 Thread Scott Povlot
I am new to this list and CSS. I would like to display an image on the left with caption to the right that is centered vertically on the picture. I know that I can do this easily with a table. For example: This is a test caption I tried this without tables in XHTML and CSS. The relative