Re: [css-d] testing hand held style sheets

2005-09-08 Thread david
wendy wrote: Other than using opera can anyone suggest a PDF emulator I could download to test a hand held device stylesheet for a site? also does anyone know whether most hand held devices have javascript enabled or not? ta Wendy You can see if you can track down a copy of POSE (the Palm OS

[css-d] Different hover on IE and Firefox

2005-09-08 Thread Mikko Levänen
*Hello* Please take a look at www.savonmaa.com http://www.savonmaa.com Can someone tell me why the display-block does not work on IE when I hover over left navigation? On Firefox (Win and Mac) it shows hover effect when You move cursor anuwhere on the link block On IE (Windows) You have

[css-d] Borders on link in focus

2005-09-08 Thread Jørgen Farum Jensen
I'm concerned with the small dotted border around a link element in focus. I wish to format the link with the :focus pseudo class, and the browser-generated border tends to destroy the design effect I want. Is there any way to suppress this effect? Best regards Jørgen Farum Jensen

Re: [css-d] Borders on link in focus

2005-09-08 Thread Christian Heilmann
I'm concerned with the small dotted border around a link element in focus. I wish to format the link with the :focus pseudo class, and the browser-generated border tends to destroy the design effect I want. Is there any way to suppress this effect? No, except for JavaScript, and that

[css-d] Absolute positioned columns and scrolling

2005-09-08 Thread Damian Watson
Hi all, I've got a layout that uses two absolute positioned column (left/right) with a centre column that's relative to the page and left/right margins to reflect the width of those columns. My problem is that when the two outside columns are longer than the centre content and viewport,

Re: [css-d] Borders on link in focus

2005-09-08 Thread Anders Ringqvist
That is out of scope for you to play with, it 'belongs' to the UA. It´s a 'feature' most UA vendors have choosen to implement. You can use JavaScript to blur-on-focus but then the element is not in focus and the user can´t activate it with keyboard for example. Sorry, cant have the cake and

[css-d] css for print make my page hugly

2005-09-08 Thread Fabrice Mangault
I can't manage to make a proper css for print under ie6 i must select landscape in the printing preferencies to have all the text or it's cutted on the right edge. On the landscape setup it prints ok, but the line at the bottom of page 2 is splitted on page 2 and page 3 under firefox i just

[css-d] Flashing in firefox ion resize

2005-09-08 Thread ross
When I resize my page in firefox I get some flashing in the top left. http://www.blue-fly.co.uk/test/test.php http://www.blue-fly.co.uk/test/nhs.css http://www.blue-fly.co.uk/test/menu.css I thnik this is caused by the DIV overflows.. Does anyone know how to fix this?? It looks like a

Re: [css-d] Borders on link in focus

2005-09-08 Thread Jørgen Farum Jensen
Christian Heilmann wrote: I'm concerned with the small dotted border around a link element in focus. No, except for JavaScript, and that defeats is purpose. The ugly dotted borders do help a lot of users. Thanks for the answers. My point was that I wanted to provide a clearer indication

Re: [css-d] Absolute positioned columns and scrolling

2005-09-08 Thread Steve Clay
Thursday, September 8, 2005, 9:02:19 AM, Damian Watson wrote: I've got a layout that uses two absolute positioned column (left/right) with a centre column that's relative to the page and left/right margins to reflect the width of those columns. My problem is that when the two outside columns

[css-d] site check layout - LiceControl

2005-09-08 Thread Adam Helweh
Good morning, I just started coding this layout and I wanted some people with various browsers to take a peek at the layout. I have checked it in WIN FF and WIN IE 6 and all looks perfect. Please take a gander and let me know if you see otherwise. Especially Opera and Mac users. Thanks

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 several different things and was beating my head

Re: [css-d] site check layout - LiceControl

2005-09-08 Thread Eric Shepherd
I don't see any problems in Opera that aren't in Firefox. Your drop shadows aren't quite working consistently, which you probably already know (specifically, the right side, badge bottom area and all along the right edge of the document). Your grays are two different colors, giving you a line

[css-d] Request help with nitpicky problems before deployment

2005-09-08 Thread Mann, Lydia
I've posted once before about a problem with this site with hover images and got spot-on help from Ingo Chao (thank-you Mr. Chao). Now I've reached the end of the design phase and am about to turn it over for CMS templating and would appreciate help on the final preparation. The files validate as

Re: [css-d] site check layout - LiceControl

2005-09-08 Thread David Laakso
Adam Helweh wrote: I just started coding this layout and I wanted some people with various browsers to take a peek at the layout. I have checked it in WIN FF and WIN IE 6 and all looks perfect. Please take a gander and let me know if you see otherwise. Especially Opera and Mac users.

[css-d] Lice control Layout - Shadow graphic help

2005-09-08 Thread fokuss
Hello Everyone, Thanks for checking out my layout and providing feedback. It looks like one of my biggest issues is similiar to what I was dealing with when coding last night. The drop shadow on the sides some areas are worse than others) or becoming irregular and jagged rather than smooth and

[css-d] IE 5.2 Mac not showing styles

2005-09-08 Thread Keith Burgin
Hi folks. http://www.outdoorimage.net Im working on a new business site, and am having problems with IE 5.2 on Mac. I've looked numberous places for solutions, but have either glossed over something obvious, or haven't run across it yet. Problem is that IE 5.2 does not act on most of my

[css-d] navbar problem

2005-09-08 Thread Scot Schlinger
Hi all, I have a navbar that I wish to change the background color and drop the bottom border when the given page is active. I have done this but when I make those small changes to the last list item (link) in the navbar, the text that is below the navbar is mis-aligned in ff 1.0.6 win but

[css-d] Flash content in a print style sheet

2005-09-08 Thread Erwin Heiser
Hi all, A pretty basic question: I¹m writing a print stylesheet for a page that holds a simple 3-photo Flash slideshow. Is there any way of having 1 of the 3 photo¹s show up in my print-stylesheet? Thanks in advance, Erwin Heiser

RE: [css-d] Flash content in a print style sheet

2005-09-08 Thread Ian Skinner
From a CSS discussion list? Hide the flash container {display: none} and show a container that links to the desired image with a standard img tag, {display: inline|block}. For how Flash could help one with this, one would need to address this on some kind of Flash forum. -- Ian

Re: [css-d] IE 5.2 Mac not showing styles

2005-09-08 Thread Gunlaug Sørtun
Keith Burgin wrote: http://www.outdoorimage.net Problem is that IE 5.2 does not act on most of my styles. IE/Mac is reacting, but not as you expect. The following corrects it in my IE5.2.3 #topmastContent { text-align: left; margin: 0 auto; border-right: 1px #FF solid; border-left:

Re: [css-d] Glitch in IE/Mac Site Check

2005-09-08 Thread Juanita
Roger Roelofs [EMAIL PROTECTED] on Wednesday, September 07, 2005 at 5:37 PM -0800 wrote: Juanita, On Sep 6, 2005, at 2:47 PM, Juanita wrote: Hi - I have the makings of a small site which seems to work well in the latest browser (FF, Opera, Netscape 7 IE) if anyone has earlier browser and

Re: [css-d] IE 5.2 Mac not showing styles

2005-09-08 Thread David Laakso
Keith Burgin wrote: http://www.outdoorimage.net Im working on a new business site, and am having problems with IE 5.2 on Mac. I've looked numberous places for solutions, but have either glossed over something obvious, or haven't run across it yet. Site validates XHTML trans, and CSS. I'm

[css-d] Firefox/IE Difference in Positioning

2005-09-08 Thread Mr. Kim Siever
Hi all, I am working on the following website. http://www.uleth.ca/asac/ In Firefox, the Banff 2006 logo is where I want it to be. in IE6, it is 20px closer to the top. Anyone know what I've done wrong? CSS: http://www.uleth.ca/man/research/asac/css/mainpage.css Thanks -- Mr. Kim Siever

[css-d] How to move content area to the top of this floated layout?

2005-09-08 Thread Scott Blanchard
Is it possible to change the order of this float layout so that the content area comes before the sidebars??? Without resorting to absolute positioning? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; html head

[css-d] Lateral backgrounds on fluid layout

2005-09-08 Thread Valentin Agachi
Hello, everyone! I can't figure a way out of how can I add two repeat-y lateral external image backgrounds to a fluid layout. To better describe the problem: Take a fluid layout of say 70% max-width. On each side, on the outside of the container (which has the 70% max width) I want two apply

[css-d] Bizarre timing bug with IE6, list styles

2005-09-08 Thread John Handelaar
Well, this has us stumped. To replicate: a) Go to this development site with IE6: http://pyl.userfrenzy.com b) Follow a link to another page c) Push the 'back' button At either point A or point C, you'll see IE inserting default list styling bullets into the left hand navigation, but not

[css-d] site check

2005-09-08 Thread lilly
Please comment on http://www.artsci.wustl.edu/~jkatz/baisabe.d/kitchen.html and http://www.artsci.wustl.edu/~jkatz/baisabe.d/tefillah.html with css at http://www.artsci.wustl.edu/~jkatz/baisabe.d/tefillah.css http://www.artsci.wustl.edu/~jkatz/baisabe.d/kitchen.css and

RE: [css-d] Lateral backgrounds on fluid layout

2005-09-08 Thread CJ Larson
The method I've seen spoken of is to have two separate divs; one for the left graphic, one for the right graphic. Each div would take the whole screen. For example - #left-graphic { background-image: url(); background-repeat: repeat-y; background-position: left-top;

Re: [css-d] Lateral backgrounds on fluid layout

2005-09-08 Thread Gunlaug Sørtun
Valentin Agachi wrote: I can't figure a way out of how can I add two repeat-y lateral external image backgrounds to a fluid layout. You need two 'containers' wrapped inside each other, as you can only have one background-image on each. CSS3 may solve that-- one day. Georg --

Re: [css-d] Firefox/IE Difference in Positioning

2005-09-08 Thread Gunlaug Sørtun
Mr. Kim Siever wrote: http://www.uleth.ca/asac/ In Firefox, the Banff 2006 logo is where I want it to be. in IE6, it is 20px closer to the top. Anyone know what I've done wrong? You've forgotten about default margins, which are not identical across browser-land. Try: h1 {margin: 20px 0 0

Re: [css-d] site check

2005-09-08 Thread David Laakso
[EMAIL PROTECTED] wrote: Please comment on http://www.artsci.wustl.edu/~jkatz/baisabe.d/kitchen.html and http://www.artsci.wustl.edu/~jkatz/baisabe.d/tefillah.html with css at http://www.artsci.wustl.edu/~jkatz/baisabe.d/tefillah.css http://www.artsci.wustl.edu/~jkatz/baisabe.d/kitchen.css

Re: [css-d] site check

2005-09-08 Thread David Laakso
David Laakso wrote: [EMAIL PROTECTED] wrote: Please comment on http://www.artsci.wustl.edu/~jkatz/baisabe.d/kitchen.html and http://www.artsci.wustl.edu/~jkatz/baisabe.d/tefillah.html with css at http://www.artsci.wustl.edu/~jkatz/baisabe.d/tefillah.css

[css-d] wrapping text around images

2005-09-08 Thread BJ
I would like to create a do it yourself page that has an image (possibly tw=o=20or three) per sentence/short paragraph with multiple sentences/short=20 paragraphs per page. I would also like the text to start at the top of the==20 image(s), possibly 1em give or take to the left. I can get this

Re: [css-d] IE 5.2 Mac not showing styles

2005-09-08 Thread Keith Burgin
Gunlaug Sørtun wrote: IE/Mac is reacting, but not as you expect. The following corrects it in my IE5.2.3 Thank you, but on my live version, this still does not correct the problem. I tried both ideas, together, and each by themselves - no result. On my local hard drive, the site shows

Re: [css-d] site check

2005-09-08 Thread tedd
Please comment on http://www.artsci.wustl.edu/~jkatz/baisabe.d/kitchen.html and http://www.artsci.wustl.edu/~jkatz/baisabe.d/tefillah.html with css at http://www.artsci.wustl.edu/~jkatz/baisabe.d/tefillah.css http://www.artsci.wustl.edu/~jkatz/baisabe.d/kitchen.css and

Re: [css-d] Borders on link in focus

2005-09-08 Thread Uwe Kaiser
On 08.09.2005 14:34, Jørgen Farum Jensen wrote: I'm concerned with the small dotted border around a link element in focus. I wish to format the link with the :focus pseudo class, and the browser-generated border tends to destroy the design effect I want. Is there any way to suppress this

[css-d] input type=text and css

2005-09-08 Thread Rutgers
I am building an expense form with each expense item contained in a table cell. I would like to set the table width to 100% (done) and each table cell to specified percentage width that adds up to the 100%. My question: I can't used % to set the width of the input type=text / to the same

Re: [css-d] IE 5.2 Mac not showing styles

2005-09-08 Thread Gunlaug Sørtun
Keith Burgin wrote: Gunlaug Sørtun wrote: IE/Mac is reacting, but not as you expect. The following corrects it in my IE5.2.3 Thank you, but on my live version, this still does not correct the problem. I tried both ideas, together, and each by themselves - no result. On my local hard

RE: [css-d] Bizarre timing bug with IE6, list styles

2005-09-08 Thread Support Team
Hi John, First of all, could you please tell which way you want the left navigation list presented (with list styles or not). I personally wouldn't put bullets there but either way your code says two different things. According to your structure, you've got div class=menu li

Re: [css-d] input type=text and css

2005-09-08 Thread Steve Clay
Thursday, September 8, 2005, 7:09:44 PM, Rutgers wrote: I would like to set the table width to 100% (done) and each table cell to specified percentage width that adds up to the 100%. No need to set the width of the cells since each will contain the same sized element. I can't used % to set

[css-d] Screenshots

2005-09-08 Thread Scott Haneda
I found a site once that would allow you to put in a url and it would generate a screenshot in one of a few browsers. I think Windows Explorer was not listed. Anyone know of such a service, I no longer have access to windows and want to take a peek at a site I just did. --

RE: [css-d] Screenshots

2005-09-08 Thread Tatham Oddie \(Fuel Advance\)
Scott, www.browsercam.com Thanks, Tatham Oddie Fuel Advance - Ignite Your Idea www.fueladvance.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Haneda Sent: Friday, 9 September 2005 12:25 PM To: CSS Subject: [css-d] Screenshots I found a

[css-d] Firefox (?) hover problems

2005-09-08 Thread ugo pozo
Hello everyone, take a look at the following site: http://www.cityofdis.org/signo It's obviously not complete, but there's one thing about the main menu that's bugging me. I have put a paragraph inside each list item to act as a description layer that should appear on hover. It works under IE6

Re: [css-d] Screenshots

2005-09-08 Thread matt andrews
On 09/09/05, Scott Haneda [EMAIL PROTECTED] wrote: I found a site once that would allow you to put in a url and it would generate a screenshot in one of a few browsers. I think Windows Explorer was not listed. Anyone know of such a service, I no longer have access to windows and want to take