[css-d] Safari for Windows

2007-06-11 Thread Lori Lay
Apparently Apple has recently released a public beta of Safari for Windows. Hopefully this gives Windows users an opportunity to test their sites on Safari... It will be interesting to see how it differs from the Mac version. http://www.apple.com/safari/ Lori

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Lori Lay
jeffrey morin wrote: i have looked at the following site forever now and still cannot get this to work. http://www.twinhelix.com/css/iepngfix/ Well look closer because you haven't followed the instructions. Pardon the terse tone, but we're not here to write your code for you... Anyway,

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Lori Lay
jeffrey morin wrote: On 6/7/07, Lori Lay [EMAIL PROTECTED] wrote: jeffrey morin wrote: i have looked at the following site forever now and still cannot get this to work. http://www.twinhelix.com/css/iepngfix/ Well look closer because you haven't followed

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Lori Lay
jeffrey morin wrote: The comment wasn't meant to be witty. You still haven't followed the instructions. Look at the demo page! Line one in the CSS!! It starts with USAGE in capital letters. I've seen your posts over the last few months and I was noting a trend.

Re: [css-d] Help needed: Float Layout IE 5.5 6 Win

2007-06-06 Thread Lori Lay
Boris Höltje wrote: Hi all! I have a big problem concerning a float layout and I'm hoping to get a solution, because I do not have a Win PC for testing purposes... I tried everything I'm used to do to work around the common float bugs in IE 5.x 6 Win. Applied display: inline where needed

Re: [css-d] Help needed: Float Layout IE 5.5 6 Win

2007-06-06 Thread Lori Lay
; margin-right: 10px; } So I guess you ran into IE's margin doubling bug and that's usually fixed with a change to inline display. Viele Grüße Lori Am 06.06.2007 um 18:19 schrieb Lori Lay: ...snipped... __ css-discuss

Re: [css-d] Positioned Corners in IE6

2007-06-06 Thread Lori Lay
Glen Lipka wrote: Sample: http://cpns.commadot.com/ In IE6, the corners at the bottom are being placed too low. When I use the IE Dev toolbar and change anything about them, they snap back into place. I hate errors like that. Any ideas? Thanks, Glen Actually the corners are off a

Re: [css-d] Width ignored in IE6 | Sub-menus disappear | Cross compatibility

2007-06-06 Thread Lori Lay
Renae Willis wrote: http://www.lccoachingbeta.com/web/LCC/countryprofiles1.html Additionally, the css drop down menu (alternate content for the flash menu) no longer has it's sub-menus once I place it in the page. The isolated, functional (in IE7 Firefox 2) menu can be found here:

Re: [css-d] Keeping a div positioned in Viewport

2007-06-06 Thread Lori Lay
Sam Carter wrote: I have an application with vertical scrolling. I'd like to keep a div positioned in the viewport. Before I resort to beating it up with JavaScript, is there a CSS technique, maybe with minor JavaScript, which works well across browsers? Sam It sounds like you're after

Re: [css-d] Problem making the width of div tags equal

2007-06-05 Thread Lori Lay
by the bottom margin on your header division and the space below is caused by the top margin on your content division. Please don't top-post and include the list in your replies. Lori On 6/4/07, Lori Lay [EMAIL PROTECTED] wrote: Farid Jamea wrote: Hello, I have a very simple web page. (one column

Re: [css-d] padding and margins

2007-06-05 Thread Lori Lay
Sandy wrote: hey David Thank you SO MUCH for looking at this! The div class=photo in http://sandyfeldman.com/test/smale/portfolio1/port111.html seems to have just a little padding on the right, compared to the same thing in http://sandyfeldman.com/test/smale/portfolio1/port110.html

Re: [css-d] Star Rating System

2007-06-05 Thread Lori Lay
Diego Muñiz wrote: It works if i do that, but it doesn't validate in xhtml 1.0 On 6/4/07, Lori Lay [EMAIL PROTECTED] wrote: Diego Muñiz wrote: I' ve done this star rating system: http://www.punisha.com/test/estrellas/ I have uploaded the new verion. It works in FF

Re: [css-d] Problem making the width of div tags equal

2007-06-04 Thread Lori Lay
Farid Jamea wrote: Hello, I have a very simple web page. (one column, 4 sections: header, menu, content, footer). The width of the menu seems to be about 0.5 mm less than all other 3. (this is more clear in IE7, and also when you zoom) All sections are contained in a wrapper with a width of

Re: [css-d] Star Rating System

2007-06-04 Thread Lori Lay
Diego Muñiz wrote: I' ve done this star rating system: http://www.punisha.com/test/estrellas/ I have uploaded the new verion. It works in FF, IE and Opera, but in internet explorer i'm not able to show it inline. Try using a span instead of a division. A span is an inline

Re: [css-d] multiple similar pages with same navigation bar

2007-06-04 Thread Lori Lay
Kaye wrote: ...snipped My question is whether it is possible to turn this example into an external style sheet with the header, footer and left column content there and then just have each separate page's content (for the right column) in an html page that uses that external style sheet.

Re: [css-d] table class

2007-06-04 Thread Lori Lay
Edinburgh Nights wrote: I usually add id but I have a series of tables I want to apply the same class to table classsignup_table If you actually wrote it this way in your page, then there's your problem. Try table class=signup_table this doesn't work .signup_table {

Re: [css-d] Problem between IE 6 and Firefox - at end of my rope.... please help

2007-06-01 Thread Lori Lay
Michael S. Kirkpatrick wrote: I can't figure out why but in IE 6 my spacing looks different (more space on LI). I've read (and tried) just about every hack related to extra spaces on LI's in IE 6 but all to no avail. Here's my design - can someone just point me in the right direction and I'll

Re: [css-d] Layout issues

2007-05-31 Thread Lori Lay
jana coyle wrote: Here is my site http://www.precisemessenger.com/private/help4.html I have a problem with getting text to align where I want it. On the top of the page The links Home, About Us and Contact are not centered inbetween the lines. You've only specified left padding on your

Re: [css-d] Site check, please -- two small problems

2007-05-30 Thread Lori Lay
Tom McNeer wrote: Hi folks, I would appreciate it if anyone interested would quickly scan through http://ids.mediumcool.com. I think most cross-browser issues are solved -- except for two. First, on any page below the home page, there is a bread crumb trail. In IE6 and 7, the first link

Re: [css-d] Site check, please -- two small problems

2007-05-30 Thread Lori Lay
Tom McNeer wrote: Deb, Thanks for the compliment. As far as validation goes, are you referring to HTML or CSS validation? The W3C CSS validator simply throws a servlet error, and has been doing so for a long time; so I haven't been able to validate the CSS, although it's not different

Re: [css-d] IE 6 not displaying image

2007-05-30 Thread Lori Lay
Sandy wrote: Hey all, Any idea of what may be going on here? IE6 does not display the image in the top left side of the banner. http://www.uoguelph.ca/~dmangroo/index.html styles are here: http://www.uoguelph.ca/~dmangroo/mangroo.css thanks! Sandy Sandy, I guess you fixed the

Re: [css-d] Div Element Sizing

2007-05-29 Thread Lori Lay
Chris Anderson wrote: Hi All My example is having a 100% width and height div, but with a margin of 10px around it to create a border. This should demonstrate my issue, even though it's not exactly how my site is designed. However the div goes off the right hand side and the bottom of the

Re: [css-d] Estimating x-height

2007-05-28 Thread Lori Lay
Jukka K. Korpela wrote: (The discussion started under the heading font-family font sizes, but I now changed the Subject to more specific.) On Fri, 18 May 2007, Bruno Fassino wrote: Putting together the above, if we trust Gecko, the aspect ratio of a font can be obtained simply

Re: [css-d] Layout Issue With IE 6 7

2007-05-27 Thread Lori Lay
Alicia Orth wrote: My goal is to create a layout that has the following: 1. 3 column layout with a header and footer (the footer can either sit at the bottom of the 2nd column, with the 1st 3rd columns wrapping down beside it. Or, it can sit under and span all 3

Re: [css-d] A line over a textarea.

2007-05-27 Thread Lori Lay
victor NOAGBODJI wrote: As you can see here: http://tiger.towson.edu/~knoagb1/javascript/textslicer.html I'm trying to create a guideline widget for a textarea. The problem is the big space left after the textarea due to the height of the line. Do you have any suggestion? IE has a

Re: [css-d] Using position: fixed for repeated page headers

2007-05-24 Thread Lori Lay
Jukka K. Korpela wrote: I'm looking for a way have some content printed at the start of each printed page. I guess this is would be generally useful, since many rules and standards require that some identifying information appear on each page. On Firefox 2, the following simple approach

Re: [css-d] Using position: fixed for repeated page headers

2007-05-24 Thread Lori Lay
Philippe Wittenbergh wrote: On May 25, 2007, at 9:44 AM, Lori Lay wrote: Jukka K. Korpela wrote: I'm looking for a way have some content printed at the start of each printed page. I guess this is would be generally useful, since many rules and standards require that some

Re: [css-d] firefox display problems - need urgent help

2007-05-15 Thread Lori Lay
Liz wrote: On this site http://www.whsfoundation.org/ when I click around within the site in Firefox often the right and left column are empty because the content drops to the bottom. This didn't happen on my demo sever http://www.liztestsite.com/indexTest.shtml. Any ideas of what I can do?

Re: [css-d] firefox display problems - need urgent help

2007-05-15 Thread Lori Lay
Liz wrote: It is worse on the Mac Firefox but on the pc it happens on http://www.whsfoundation.org/calendar.shtml and http://www.whsfoundation.org/donate.shtml Try clicking back and forth between a few links on the site. It happens more often after coming from another page in the site. My

Re: [css-d] firefox display problems - need urgent help

2007-05-15 Thread Lori Lay
Lori Lay wrote: Liz wrote: It is worse on the Mac Firefox but on the pc it happens on http://www.whsfoundation.org/calendar.shtml and http://www.whsfoundation.org/donate.shtml Try clicking back and forth between a few links on the site. It happens more often after coming from another

Re: [css-d] remove input border via css?

2007-05-14 Thread Lori Lay
tedd wrote: Hi gang: Is there any way to use css to remove the border that accompanies an input box? I've tried border: none;, but that hasn't worked. Cheers, tedd Try border-style: none; If that doesn't work, try border-style: none; border-width: 0; Usually border-style on its

Re: [css-d] remove input border via css?

2007-05-14 Thread Lori Lay
tedd wrote: At 9:12 AM +0900 5/15/07, Philippe Wittenbergh wrote: On May 15, 2007, at 6:43 AM, tedd wrote: Is there any way to use css to remove the border that accompanies an input box? I've tried border: none;, but that hasn't worked. That should work (and works in

Re: [css-d] ordered horizontal list

2007-05-11 Thread Lori Lay
Mauricio Samy Silva wrote: Hi all, Is it possible to achieve a horizontal ordered list in IE6 using only one OL element and valid CSS without images? Say: 1. First item2. A longer second item 3. shorter 3th HTML: ol li... /li li... /li li... /li /ol CSS: ol li {

Re: [css-d] ordered horizontal list

2007-05-11 Thread Lori Lay
Mauricio Samy Silva wrote: Lori, Thanks now I know that IE7 behaves like IE6 on this issue. The question is how to force IE renderizes the markers. I'd like to know if it is impossible or not. Maurício, It would appear that it's not possible. I did some searching and that seems to be the

[css-d] Import Directive in StyleSheet

2007-05-01 Thread Lori Lay
Hi, When you use an import directive in a style sheet, which rules come first? The imported rules or the rules defined in the style sheet itself? So if I have: basic.css: @import url(nav.css); h1, h2, h3, h4, h5, h6 { margin: 1em 0 1em 0; font-family: Georgia, Times New Roman,

Re: [css-d] Import Directive in StyleSheet

2007-05-01 Thread Lori Lay
Todd Edwards wrote: Quote from css-discuss.incutio.com: Why not put @import at the bottom of simple.css? According to the CSS specs, @import rules must precede any other CSS rules in a stylesheet, so this creates the need to place it in its own stylesheet for these purposes. Thanks

Re: [css-d] Import Directive in StyleSheet

2007-05-01 Thread Lori Lay
Ingo Chao wrote: Lori Lay wrote: Hi, When you use an import directive in a style sheet, which rules come first? The imported rules or the rules defined in the style sheet itself? CSS2.1 6.4.1 Cascading order http://www.w3.org/TR/CSS21/cascade.html#cascading-order ... 4

[css-d] Width on Unordered List Bug in IE 7

2007-05-01 Thread Lori Lay
Hi, According to my searches there's a bug in IE 7 that causes it to render an unordered list improperly when you define a width on the UL. Unfortunately I can't find a solution anywhere, so I was wondering if anyone is aware of this and has a solution. Here's a mock-up of a page showing the

Re: [css-d] An 'hours open' schedule

2007-05-01 Thread Lori Lay
David Anderson wrote: Hi, ... snipped ... Here's after: http://aperture.cit.buffalo.edu/test/sched-fixedemw.html I'm using a css reset stylesheet; the tables won't be flush left in the final version. Your thoughts? Thanks! David Anderson Well the new version is certainly

Re: [css-d] Width on Unordered List Bug in IE 7

2007-05-01 Thread Lori Lay
Bruno Fassino wrote: Lori Lay wrote: Here's a mock-up of a page showing the problem: http://www.goethebooks.com/gentest/unordered_list_test.html This seems to work ok in most browsers (FF, Safari, Opera), including IE 6! However in IE 7, the list is not centred in the blue area

Re: [css-d] Opera question

2007-05-01 Thread Lori Lay
Shelly wrote: Thanks Denis. Good idea - but didn't work (However, if I set the body with position:absolute; it does - but the whole thing shoots to the left. but this may be an idea I can work with...) Someone else emailed me offlist and suggested I use padding-top for the main area,

Re: [css-d] Width on Unordered List Bug in IE 7

2007-05-01 Thread Lori Lay
Bruno Fassino wrote: On 5/2/07, Lori Lay [EMAIL PROTECTED] wrote: Here's a mock-up of a page showing the problem: http://www.goethebooks.com/gentest/unordered_list_test.html [...] Yes Bruno, that works. Thanks. I'd love to remove the 100% width on the anchor, but if I do this, the list

[css-d] Vertically Aligning Text in Division - IE 6 Problem

2007-04-27 Thread Lori Lay
Hi, I would like to vertically align and centre some text at the bottom of a division. In compliant browsers, I can accomplish this by using display: table and display: table-cell with vertical-align: bottom. This works like a charm. However, in IE 6, I have an odd problem. I have read

Re: [css-d] Vertically Aligning Text in Division - IE 6 Problem

2007-04-27 Thread Lori Lay
. Changing the code as suggested above and adding left: 0; to #footwrap worked like a charm. Thanks Scott. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lori Lay Sent: Friday, April 27, 2007 5:29 PM To: CSS-discuss Subject: [css-d] Vertically

Re: [css-d] Vertically Aligning Text in Division - IE 6 Problem

2007-04-27 Thread Lori Lay
Mauricio Samy Silva wrote: Hi Lori, Try the following CSS: #footer { position: relative; width: 100%; height: 50px; clear: both; } #footwrap p { width:100%; margin:0 auto; position: absolute; bottom: 0; text-align:center; } Regards, Maurício Samy Silva

Re: [css-d] I've died and gone to CSS hell

2007-04-27 Thread Lori Lay
John Wells wrote: Guys, Don't know if your remember this or not, but back some time ago I emailed about a three-column layout that was killing me. A helpful soul suggested using display:table-cell to fix my problem, and it did!...except, not really in IE. So, I finally relented. I gave

Re: [css-d] IE6 really is dead to me. Here is why.

2007-04-26 Thread Lori Lay
Dave M G wrote: IE6 usage is dropping as people migrate to version 7, and FireFox continues to make incremental gains into Microsoft's market share: http://www.w3schools.com/browsers/browsers_stats.asp As others have stated, I think your stats are a little skewed. I think the best

Re: [css-d] Text running outside of boundary

2007-04-25 Thread Lori Lay
Dave M G wrote: Gunlaug , Thank you for responding. I considered using an h2 tag or h3, but isn't it kind of arbitrary as to which number it should be? I mean, if I do use a headline element, is there a reason to choose h2 instead of h3, or vice versa? Or h4, h5, or h6? The only one

Re: [css-d] Text running outside of boundary

2007-04-25 Thread Lori Lay
Dave M G wrote: Based on your advice, I've decided to go with an h3 tag. h1 and h2 are definitely already in use in my site, and, well... the line had to be drawn somewhere. I don't quite understand your comment here. I presume you mean that you wanted the headings on your tabs to be

Re: [css-d] how do you get rid of spacing between table cells?

2007-04-25 Thread Lori Lay
Robert Lane wrote: I put a border on some td's but am getting a gap between them. What style gets rid of that? Sounds like you need border-collapse: collapse on your table style. table {border-collapse: collapse;} for example. Lori

Re: [css-d] download ie6

2007-04-25 Thread Lori Lay
jeffrey morin wrote: anyone know how i can ie6 and get rid of ie7? with the last windows update it installed ie7 and i don't want it. is this possible? Thanks, Jeff Actually if you do a Google on uninstall ie 7, one of the first links that will come up is a very nice page from

Re: [css-d] Site check: formever.org

2007-04-25 Thread Lori Lay
~davidLaakso wrote: Dave M G wrote: CSS-d, I've settled on a design that I'm happy with, and I'd like to invite people to make comments, both technical and artistic. The site is here: http://formever.org FWIW, a level 2 heading is missing. Ditch the validation buttons? A

Re: [css-d] image shifted right

2007-04-24 Thread Lori Lay
Joel D Canfield wrote: I can't sort out why the logo in the white box at the top is shifted right 8 or 10 px http://spinhead.info/ah/one/ I've colored the background image yellow to show where the left edge is; the white background of the logo image should cover that, but leave a

Re: [css-d] IE and CC problem

2007-04-23 Thread Lori Lay
KJ'[EMAIL PROTECTED] wrote: Hi, On this page http://www.geekministry.com/test/claus/reference1.php I wonder why the CC doesn't kick in. The images are too far right in IE6. Any help appreciated. Thanks I don't think your CC is the problem. I think it's a source code issue. You are

Re: [css-d] font smoothing

2007-04-20 Thread Lori Lay
DJS wrote: I find this interesting. I work on a Mac 99% of the time doing development, but recently I've started a design for my new site. Italic text: FF Win doesn't smooth the text like IE Win does. (!?) Dare I say, the text looks better in IE Win, like it does on my Mac. I didn't find

Re: [css-d] font smoothing

2007-04-20 Thread Lori Lay
DJS wrote: Italic text: FF Win doesn't smooth the text like IE Win does. (!?) Dare I say, the text looks better in IE Win, like it does on my Mac. I don't think there's anything you can do in the browser. Font smoothing is called the ClearType Tuning tool in Windows and it

Re: [css-d] font smoothing

2007-04-20 Thread Lori Lay
DJS wrote: jeffrey morin wrote: you could even go as far as using ie conditional comments to deliver text that would look better on a pc than a mac Jeff Well, it was looking good in IE7 win, just FF win. It's the culprit. I was using georgia, which I thought I

Re: [css-d] Scroll Bar Question

2007-04-19 Thread Lori Lay
Steve LaBadie wrote: Is there a way to have the scrollbar not disappear in Firefox if the page height is less than the browser window? Set height on body to 101%. Lori __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Centering into the browser

2007-04-19 Thread Lori Lay
Dave Pierce wrote: Hello Gurus of Great Graphics, Can someone take a look at this page (I finally got to do one from scratch instead of updating old stuff! ;-) http:www.pierceartanddesign.com/testfiles/ and perhaps point me in the right direction to get the page centered into the

Re: [css-d] Centering into the browser

2007-04-19 Thread Lori Lay
Daniel Hammond wrote: Yes -- top, right, bottom, left -- which is clockwise, not counter-clockwise. Beg your pardon. Too many digital clocks :-) L __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Centering into the browser

2007-04-19 Thread Lori Lay
Richard Brown wrote: ...snipped... I think you also need to change your #body declaration to text-align: center. WinIE 5 doesn't recognise the margin: auto declaration. Can anybody confirm this please? Thanks. He has the text align on the wrapper division. Since his wrapper

[css-d] Fixed Layout in IE 6 - Standards Mode

2007-04-19 Thread Lori Lay
Hi, I have been trying to get a fixed positioning emulation to work in IE 6 and can't quite get it. Most of the layout is fine except that the header won't extend all the way across the screen. It stops short by 150px, or the width of the sidebar. I would like to get this working in

Re: [css-d] Fixed Layout in IE 6 - Standards Mode

2007-04-19 Thread Lori Lay
Gunlaug Sørtun wrote: Lori Lay wrote: I would like to get this working in standards mode, not in quirks mode. Most the of the fixes I have found for this involve putting IE in quirks mode. Is there any way to fix this in standards mode? http://www.goethebooks.com/gentest

Re: [css-d] ie6 png nightmare

2007-04-18 Thread Lori Lay
jeffrey morin wrote: hello again, i was wondering if anyone knows what is going on with this. i have been reading about png support in ie6 and am trying to not use javascript to fix it. i have my img src pointing to a blank gif like i was told and have the following in my css: * html

Re: [css-d] ie6 png nightmare

2007-04-18 Thread Lori Lay
jeffrey morin wrote: Yes I ran into this as well. It turns out that the path for the image loader is relative to the /page/ that the image is being displayed in - not the CSS file. I had to move this into a conditional comment on each page because I don't have all my pages in one directory,

Re: [css-d] TOC for Image Gallery using Ordered List CSS

2007-04-13 Thread Lori Lay
ibn Ezra wrote: Thanks... that moves the text down nicely. Funny that your solution never crossed of my mind! The only drawback is that it creates a large (invisible) link area beneath each image which could potentially compete with content in a different layout (a second row of

Re: [css-d] TOC for Image Gallery using Ordered List CSS

2007-04-13 Thread Lori Lay
PM, Lori Lay wrote: ibn Ezra wrote: Thanks... that moves the text down nicely. Funny that your solution never crossed of my mind! The only drawback is that it creates a large (invisible) link area beneath each image which could potentially compete with content in a different layout (a second

Re: [css-d] Where is this CSS coming from?

2007-04-12 Thread Lori Lay
Dave M G wrote: CSS Discuss, Today I discovered a very strange problem with my CSS. I call it strange both because it is completely perplexing to me, and also because I'm sure I'll struggle to describe it properly. This is happening on my local testing machine, which is not serving any

Re: [css-d] caption-side

2007-04-11 Thread Lori Lay
[EMAIL PROTECTED] wrote: Does caption-side even work for IE6? Nothing I can find says it doesn't, and yet . . . To paraphrase Eric's book (CSS - The Definitive Guide): Styling captions is variable. Browsers differ in their support of the caption attributes and there are also

Re: [css-d] Question regarding font sizes

2007-04-11 Thread Lori Lay
Anahita Shafa wrote: Hello CSS-D, My name is Anahita and I am new to css-d. I have been using css for the past 6-7 months only and have fallen in love with it. I have a question, which hopefully is not too simple of a question for someone to answer me? When designing web pages, which

Re: [css-d] Question regarding font sizes

2007-04-11 Thread Lori Lay
Anahita Shafa wrote: Hello CSS-D, My name is Anahita and I am new to css-d. I have been using css for the past 6-7 months only and have fallen in love with it. I have a question, which hopefully is not too simple of a question for someone to answer me? When designing web pages, which

Re: [css-d] Nav bar in Firefox on a PC

2007-04-10 Thread Lori Lay
John M Shepard wrote: The Nav Bar in Firefox on my PC is not rendering right?? http://mypracticesite.com The Heading on the editable text body is crammed as well. Looks great on a Mac though. Any ideas? Much thanks ahead. John Shepard I didn't notice too much difference between the

Re: [css-d] Web calendar

2007-04-09 Thread Lori Lay
Chris Rahe wrote: I'm pretty new to css, table-less design but I'm trying to get up to speed quickly. I had to put a calendar on the web and I tried to come up with a useful way to do it using CSS and no tables. Does anyone mind taking a look at

Re: [css-d] Site Check Request

2007-04-09 Thread Lori Lay
Robert DeLaurentis wrote: I would appreciate anyone who takes the time to look at my site and lets me know how its working on their browsers. This is my first all- CSS site. I tried to use minimal number of classes, ids for major layouy divs only, and as little non-standard cruft as

Re: [css-d] Scrollbar In Firefox adjusting layout.

2007-04-09 Thread Lori Lay
Johnny G's wrote: When the page requires a scrollbar firefox pushes the contents of the window over. There was a post a few issues back that suggest this: html { height: 100%; margin-bottom: 1px; } this does work, but it permanently adds a scrollbar that scrolls 1px to all pages

Re: [css-d] What's wrong with my line-height calculations?

2007-04-08 Thread Lori Lay
Chris Hoffman wrote: On 4/8/07, Philippe Wittenbergh [EMAIL PROTECTED] wrote: No, the computed height of the inline element (the amount of background-colour that will be applied) depends on/includes the line- height. But If I set line-height to 16px, with font-size remaining

Re: [css-d] Firefox menu has 1 less pixel...argh!

2007-04-06 Thread Lori Lay
Tom Dell'Aringa wrote: Hi there, I've mostly got my menu done, but there is one small (1 pixel small) problem. Somehow, in FireFox the menu is *1 pixel* shorter in height than in IE. I have seen this before but cannot remember, nor figure out how to fix it. I can't seem to figure what is

Re: [css-d] sliding door: trouble with image

2007-04-03 Thread Lori Lay
jeffrey morin wrote: On 4/3/07, jeffrey morin [EMAIL PROTECTED] wrote: hi everyone, i am trying the sliding door method for the the first time and i am hitting a snag. the right image keeps going over the left one causing it to not be rounded like i want. you can actually see the left

Re: [css-d] conditional statements question.

2007-03-31 Thread Lori Lay
Karl Bedingfield wrote: Hi all, I have a style sheet that works for IE5.01 5.5. How do I put up one link to cover both of these browsers or do I need to add 2 statements? By the way, I take it that using conditional statements means I have to use a full css file for each browser unlike

Re: [css-d] IE 6/7 layout issue

2007-03-30 Thread Lori Lay
Dave Goodchild wrote: URL: http://dontjustsitthere.co.uk/stage/ There is a layout issue in IE6/7 - the container holding the T-shirt content is dropping. I tried using display:inline and position:relative to appease any IE bugs to no avail. Any suggestions? Actually, all of your

Re: [css-d] css and DW MX 2004 Styles Panel

2007-03-30 Thread Lori Lay
[EMAIL PROTECTED] wrote: I'm trying to apply what I am learning from this list (which is a lot!), but having to use Dreamweaver MX 2004. I can't seem to find how to create the list selector rules suing their CSS styles panel in Deamweaver MX 2004. I'm wondering; would you advise me to code

Re: [css-d] CSS borders

2007-03-30 Thread Lori Lay
Doug Niven wrote: Hi Folks, I hate to ask such a seemingly simple question but I've spent a few hours trying to make this work and have run out of ideas. I'm trying to create table borders inside and out 1px thick, like the following: http://stinkyrat.com/css_borders.html The above is a

[css-d] Layout not quite Working in Opera

2006-12-05 Thread Lori Lay
Hello all, I have a three column layout with a fixed header and left column and a footer that sits at the bottom of the view port or content, whichever is longer. I have managed to get this working in most browsers - we don't have to worry about IE 5.x, fortunately. However in Opera 9 on Mac

Re: [css-d] hi im confused

2006-12-05 Thread Lori Lay
Yup, you found us. You may have to wait a bit for a reply though, depending on timezones and people's schedules... The contact info is displayed at the bottom of every message, with the main list id being the first address. Lori sandy. wrote: i'd like to ask a question to the community. i

Re: [css-d] Site check in Mac/Linux browsers please (was Help! CSS menu problem)

2006-09-25 Thread Lori Lay
so far. Lori Lay CSS wrote: Hello again, OK, I now seem to have solved my earlier CSS menu rollover problem in IE6 see: http://www.sfep.org.uk/newHP.asp. I decided to try and apply the background images to the a elements rather than the li elements, and after a bit of re-classing