Re: [css-d] the problem of image anchor

2008-10-21 Thread ray
Great! Thank you very much. Is there a way to remove these whitespaces and keep the html pretty formatted? On Tue, Oct 21, 2008 at 11:47 AM, Thierry Koblentz [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] discuss.org] On Behalf Of

Re: [css-d] Freeway Pro by Softpress

2008-10-21 Thread David Dorward
2008/10/21 Josh Orlean [EMAIL PROTECTED]: I'm taking a course in XHTML and CSS. A friend who wants to avoid learning these programs told me about Freeway Pro. She seems to think that it is a viable replacement for learning the programs. If anyone has experience with Freeway Pro or knows

[css-d] padding varies on browsers, and these HTML and CSS won't show correctly on iPhone 3G Safari

2008-10-21 Thread liketo findoutwhy
It seems that iPhone 3G will not show the scrollbar for the following simple page: http://www.0011.com/html/test-iphone.html so if you are looking at the page using an iPhone, then you are stuck... you can't see headline 17 to 22 approximately. also, a related observation is, on FF, Chrome, and

[css-d] Conditional Statement for image

2008-10-21 Thread Majestic
Hello, I would just like to know the following conditional statement (below) inside a external CSS file would work to have IE6 show a different image ? And you would nest this conditional statement within another style sheet? !--[if lte IE 6] link rel=stylesheet href=replaceimage.css

Re: [css-d] Conditional Statement for image

2008-10-21 Thread Eric A. Meyer
Hello, I would just like to know the following conditional statement (below) inside a external CSS file would work to have IE6 show a different image ? And you would nest this conditional statement within another style sheet? !--[if lte IE 6] link rel=stylesheet href=replaceimage.css

[css-d] display: inline-block

2008-10-21 Thread Ed Pybus
Hi, Is there a fix for display:inline-block for IE5, or is it now worth worrying about the 0.1% [1] still using IE5? Here's an example of how I'm wanting to use it http://www.slrecords.net/mba/buttons.html Also I can't work out why I need a br in the a elements for it to display the hover

Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-21 Thread Mark Senff
--- On Fri, 10/17/08, Bruno Fassino [EMAIL PROTECTED] wrote: With which IE6 version are you seeing the problem? I ask this since I do not see flicker in your pages with a real IE6. Remember that the so called stand-alone versions of IE6 are not IE6 SP1 (they are a bit older) and so are

[css-d] padding-left mysteriously vanishes from list object

2008-10-21 Thread Sandy
Hey all, I have a problem that has me flummoxed, and I hope someone out there can help. I am working on a little site that has a 2 row menu which needs to appear as a box, with the second row the same width as the first. This is working fine in everything but IE, which is not displaying the

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-21 Thread Elli Vizcaino
Ok I was able to make the scalable buttons work with the sliding door technique found here: Specific Button Solution http://filamentgroup.com/lab/styling_the_button_element_with_sliding_doors/ They look great in all browsers: IE6, IE7 and Safari but is slightly off in FF3. And I haven't been

Re: [css-d] site check

2008-10-21 Thread Frynge Customer Support
At what resolution are you comparing font sizes? 1280x1024 on a 20 inch laptop Firefox 3.0.3 At 96dpi Firefox has slightly larger font size than IE, probably because of different font-size rounding - +/- 1px difference. Hitting the middle-ground is easy enough on 96dpi, but not relevant if

Re: [css-d] Conditional Statement for image

2008-10-21 Thread Majestic
On 10/21/08, Christopher [EMAIL PROTECTED] wrote: On 10/21/08, Eric A. Meyer [EMAIL PROTECTED] wrote: Hello, I would just like to know the following conditional statement (below) inside a external CSS file would work to have IE6 show a different image ? And you would nest this

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-21 Thread Bill Brown
Elli Vizcaino wrote: They look great in all browsers: IE6, IE7 and Safari but is slightly off in FF3. And I haven't been able to come up with a solution that will make it work in all. It seems like FF3 is throwing a margin around the span that I can't control. Hi Elli-- I adjusted this:

[css-d] Converting a page for the iPhone

2008-10-21 Thread Majestic
I was just wondering how difficult is it to turn a page that works find amongst browsers to make it work on the iPhone? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] Odd Jumping Behavior on Hover - IE Only of Course

2008-10-21 Thread Frynge Customer Support
I did the same on IE 7 and firefox 3.0.3 no problems Kelly Sigethy - Frynge.com Web Design - Hosting - Advertising http://www.frynge.com 1-403-251-9486 (Calgary) 1-866-331-9684 (Toll Free - Canada and the USA) +44 (0)8717 206 505 (United Kingdom) - Original Message - From: Alex Cole

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-21 Thread Elli Vizcaino
Right but then it won't work in the other browsers that's the problem I'm having. --- On Tue, 10/21/08, Bill Brown [EMAIL PROTECTED] wrote: From: Bill Brown [EMAIL PROTECTED] Subject: Re: [css-d] Scalable CSS Buttons That Work in All Browsers To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED],

[css-d] Image Not Showing Up in IE

2008-10-21 Thread Jeff Gates
There should be a image in the upper left corner of the content on this page: http://americanart.si.edu/museum_info/onlineshop/books/books.cfml?ID=47 But it doesn't show up in IE (7). Here is the html: div id=leftbox centerimg src=/museum_info/onlineshop/images/aam.jpg alt=African American

Re: [css-d] the problem of image anchor

2008-10-21 Thread Frynge Customer Support
Yes what you do is just simply wrap it in a table with 4 cells This will preserve the nicely coded look, but allow you to take out the whitespaces to make the code look nice. here you go ?xml version=1.0 encoding=UTF-8 ? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN

Re: [css-d] the problem of image anchor

2008-10-21 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Frynge Customer Support Sent: Tuesday, October 21, 2008 9:15 AM To: ray; css-d@lists.css-discuss.org Subject: Re: [css-d] the problem of image anchor Yes what you do is just simply wrap

Re: [css-d] Unequal float heights

2008-10-21 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Alex Robinson Sent: Tuesday, October 21, 2008 9:56 AM To: css-d@lists.css-discuss.org Subject: [css-d] Unequal float heights I want to float a list so:

[css-d] can't activate layers layers

2008-10-21 Thread Nicky McCatty
Hi, I am trying to write CSS to create a page like the one in the first link. I thought that using the z-index attribute would give the results I want. So far, it doesn't work. I read the article about Z- index, and I added the relative positioning attribute. It still isn't overlapping.

Re: [css-d] Image Not Showing Up in IE

2008-10-21 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Jeff Gates Sent: Tuesday, October 21, 2008 9:05 AM To: css-d@lists.css-discuss.org Subject: [css-d] Image Not Showing Up in IE There should be a image in the upper left corner of the

Re: [css-d] Image Not Showing Up in IE

2008-10-21 Thread Jeff Gates
On Tue, 21 Oct 2008, Thierry Koblentz wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Jeff Gates Sent: Tuesday, October 21, 2008 9:05 AM To: css-d@lists.css-discuss.org Subject: [css-d] Image Not Showing Up in IE There

Re: [css-d] Image Not Showing Up in IE

2008-10-21 Thread Jack Timmons
On Tue, Oct 21, 2008 at 11:05 AM, Jeff Gates [EMAIL PROTECTED] wrote: There should be a image in the upper left corner of the content on this page: http://americanart.si.edu/museum_info/onlineshop/books/books.cfml?ID=47 But it doesn't show up in IE (7). Here is the html: div id=leftbox

Re: [css-d] the problem of image anchor

2008-10-21 Thread Frynge Customer Support
Yes I know you can write simpler code, but that doesnt address his question. Kelly Sigethy - Frynge.com Web Design - Hosting - Advertising http://www.frynge.com 1-403-251-9486 (Calgary) 1-866-331-9684 (Toll Free - Canada and the USA) +44 (0)8717 206 505 (United Kingdom) - Original Message

Re: [css-d] Image Not Showing Up in IE

2008-10-21 Thread Jeff Gates
On Tue, 21 Oct 2008, Jack Timmons wrote: On Tue, Oct 21, 2008 at 11:05 AM, Jeff Gates [EMAIL PROTECTED] wrote: There should be a image in the upper left corner of the content on this page: http://americanart.si.edu/museum_info/onlineshop/books/books.cfml?ID=47 But it doesn't show up in

[css-d] IE7 Margin Jumps On Hover

2008-10-21 Thread John Gribben
Hello, I'm having a problem similar to the one posted with the subject Odd Jumping Behavior on Hover - IE Only of Course. Here is my example: http://rincon.pedrera.com/clients/pedrera/standards/Services_Philadelphia_we bsite_design_development.asp In IE7, when I hover the cursor

Re: [css-d] the problem of image anchor

2008-10-21 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Frynge Customer Support Sent: Tuesday, October 21, 2008 11:11 AM To: [EMAIL PROTECTED]; 'ray'; css-d@lists.css-discuss.org Subject: Re: [css-d] the problem of image anchor Yes I know you

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-21 Thread Gunlaug Sørtun
Elli Vizcaino wrote: Right but then it won't work in the other browsers that's the problem I'm having. Normally I would just make the 5px wide background-image on those buttons 10px wide (or wider) so it covers the gap, and let browsers do their things. That button-construction is pretty weak

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-21 Thread Elli Vizcaino
Yes, creating a larger image is what I think I will have to do. Do you have any suggestions for making the background button/span construction better? TIA, Elli --- On Tue, 10/21/08, Gunlaug Sørtun [EMAIL PROTECTED] wrote: From: Gunlaug Sørtun [EMAIL PROTECTED] Subject: Re: [css-d]

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-21 Thread Gunlaug Sørtun
Elli Vizcaino wrote: Yes, creating a larger image is what I think I will have to do. Do you have any suggestions for making the background button/span construction better? Fixed-height background-images restrict such construction, but they can take a lot more if one adds an extra span to

[css-d] Please HELP! padding-left mysteriously vanishes from list object

2008-10-21 Thread Sandy
Hey all, I have a problem that has me flummoxed, and I hope someone out there can help. I am working on a little site that has a 2 row menu which needs to appear as a box, with the second row the same width as the first. This is working fine in everything but IE, which is not displaying the

[css-d] How to get flyout menus to work in IE6 please

2008-10-21 Thread Jody Levinson
These menus work so well in IE7 and FF, but they are completely unusable in IE6. Can anyone please help or point me toward some resources to resolve it or work around it? Thank you. http://atlas-inspection.com/newsite/ http://www.atlas-inspection.com/newsite/styles.css Thank you for any

Re: [css-d] How to get flyout menus to work in IE6 please

2008-10-21 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Jody Levinson Sent: Tuesday, October 21, 2008 1:42 PM To: css-d@lists.css-discuss.org Subject: [css-d] How to get flyout menus to work in IE6 please These menus work so well in IE7 and

Re: [css-d] How to get flyout menus to work in IE6 please

2008-10-21 Thread Jody Levinson
On Oct 21, 2008, at 2:20 PM, Bob Meetin wrote: Jody Levinson wrote: These menus work so well in IE7 and FF, but they are completely unusable in IE6. Can anyone please help or point me toward some resources to resolve it or work around it? Thank you. http://atlas-inspection.com/newsite/

Re: [css-d] How to get flyout menus to work in IE6 please

2008-10-21 Thread Bob Meetin
Jody Levinson wrote: These menus work so well in IE7 and FF, but they are completely unusable in IE6. Can anyone please help or point me toward some resources to resolve it or work around it? Thank you. http://atlas-inspection.com/newsite/

[css-d] Partial OT PSD to CSS

2008-10-21 Thread Scott Haneda
Hello, sorry for this post, but I am lost. In the past, on this list, I learned of a site that would take a PSD file, and hand covert it to XHTML/CSS. I was pretty amazed at their work, for prices around 99.00 to 200.00 apx. In some cases, this may prove useful to me. There seems to be a

Re: [css-d] Partial OT PSD to CSS

2008-10-21 Thread David Laakso
Scott Haneda wrote: Hello, sorry for this post, but I am lost. In the past, on this list, I learned of a site that would take a PSD file, and hand covert it to XHTML/CSS. -- Scott So am I. http://www.psd2html.com/order-now.html ? http://css-discuss.incutio.com/?page=OffTopic --

Re: [css-d] Scalable CSS Buttons That Work in All Browsers

2008-10-21 Thread Gunlaug Sørtun
Gunlaug Sørtun wrote: ... I can look in my archives and create a vertically centered text construction if you need one ... later :-) Guess now is later, and the basics are here... http://www.gunlaug.no/tos/moa_38.html regards Georg -- http://www.gunlaug.no

[css-d] Div being cut off by IE6

2008-10-21 Thread Majestic
I have a div that IE6 is cutting off at the bottom and you are prevented from scrolling down as well. This is not happening in any other browser, any idea? __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Div being cut off by IE6

2008-10-21 Thread David Laakso
Majestic wrote: I have a div that IE6 is cutting off at the bottom and you are prevented from scrolling down as well. This is not happening in any other browser, any idea? Put it on your server and point to it in your post. -- A thin red line and a salmon-color ampersand

[css-d] :: Background Image Problem ::

2008-10-21 Thread Amrinder
Hi! I am encountering strange bg image problem in IE6. Here at www.rgroup.in the text box saying 'Your name' (query form) is overlapped by something which restricts to select it and all the four headers. Please help! Thx in advance Regards, Amrinder www.awayback.com