Re: [css-d] box model difference between IE and Mozilla

2008-05-16 Thread cj
On 5/16/08, Lee Bettridge [EMAIL PROTECTED] wrote: I have an issue with the box model difference between IE and Mozilla. On Mozilla the padding is added to the width and in IE it is not, as the included example shows. With Mozilla the two boxes meet to make a flush corner, IE leaves a gap.

Re: [css-d] Special how-to request

2008-04-14 Thread cj
On 4/12/08, Alan Gresley [EMAIL PROTECTED] wrote: IE8: A disaster. Broken pieces here and there. I would say this is since you have this. just my two cents, but you might think twice about taking the time to make your site display correctly in IE8 at this point because IE8 is still in its

Re: [css-d] anchor no-hover problem

2008-03-31 Thread cj
On 3/30/08, Karen Davis [EMAIL PROTECTED] wrote: I have a page with a left side submenu navigation list. The IN THIS SECTION text is an anchor within an li, but I want to make that anchor *not* hover as the rest of the list does, and I don't know how to accomplish this. i see a couple

Re: [css-d] Prohibit Font resizing (cross browser)

2008-03-28 Thread cj
On 3/28/08, Christian Heilmann [EMAIL PROTECTED] wrote: Use a graphic? the trend with browsers seems to moving towards zoom (yuck) instead of a simple text resize, so i'm not sure how long the graphic idea would work. __

Re: [css-d] Inline list IE7 problem

2007-08-20 Thread cj
On 8/20/07, David Boddie [EMAIL PROTECTED] wrote: It's been a while since I posted. I'm having a weird problem with a inline list menu I'm building. The last li item seems to have something pushing it up about 2 pixels, thus throwing off all the padding and :hover. I've clipped it out and

Re: [css-d] Hover

2007-08-13 Thread cj
On 8/13/07, faramineux [EMAIL PROTECTED] wrote: I do not want the images which are linked to be styled the way the text links are. The code below is not working, what is wrong? TIA a:hover img { background-color: none; text-decoration: none; border-style: none; } the second snippet you

[css-d] floating right in ie7 with hasLayout

2007-07-24 Thread cj
is there any way to un-hasLayout an element that has gained it? if not (and from what i've seen and read, there isn't), is there a way to get around the trigger when it comes to floating elements? my situation is almost exactly the same as the examples at

Re: [css-d] floating right in ie7 with hasLayout

2007-07-24 Thread cj
On 7/24/07, Philippe Wittenbergh [EMAIL PROTECTED] wrote: Ok, what about this: making sure that your element has enough content in order to show your background image ? Then you don't need the 'hasLayout' trigger, min-height here. for the default text size (at least on my computer - i haven't

Re: [css-d] Bottom Chunk of Site Content Not Showing in IE6

2007-07-09 Thread cj
On 7/8/07, Jade True [EMAIL PROTECTED] wrote: I'm working on http://www.zencart137.jadetrue.com. I recently made some changes as I wanted the site to be source ordered; now I'm using some absolute positioning, and for some unbeknownst reason, IE6 isn't scrolling all the way down the page.

Re: [css-d] Please Please help

2007-05-04 Thread cj
Right I've cut this right back. The only thing here is the basic layout. So someone please help me, I can't see what is causing the problem with IE. http://www.linkhomes2000.co.uk/trials/trial-basic-index.php .wrapper { /* margin: 1% 5%; */ padding: 0; border: thin solid #7d5500; }

Re: [css-d] The Free Virtual PC IE6 Test is Dead... Now What?

2007-04-03 Thread cj
Virtual PC just announced to me that the limited version of the IE6 testing platform is about to die (by 5pm EDT). What should I do next? Run out and by the full version of Virtual PC with an XP liscence? Buy a machine just for IE6 development? Abandon the 60+ percent still using IE6? I

Re: [css-d] The Incredible Disappearing Scroll Arrow

2007-03-27 Thread cj
these aren't exactly answers to your questions, but i wanted to let you know some thing i noticed about your page. i like to cram a lot of windows on my screen at once, so my browser is almost never more than 700 to 800px wide, which made your whole page scroll horizontally for me. to read the

Re: [css-d] Starter Questions

2006-11-30 Thread cj
On 11/29/06, Tal Liron [EMAIL PROTECTED] wrote: Hello. I'm a starter at Css and was building a this page- http://www.planetnana.co.il/liricooli/pagetry.html I've got two questions: 1. Could someone please explain to me why the text in the left column pushes the middle and the right

Re: [css-d] Footer that fills to botom of browser window

2006-11-15 Thread cj
have you looked at the wiki page yet? http://css-discuss.incutio.com/?page=FooterInfo the one i use most often is from the man in blue. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7

Re: [css-d] Why is only FF giving me a 1px gap?

2006-10-27 Thread cj
i only took a quick look, but deleting the h2 declaration fixed the 1px gap for ff 1.5 on the prices page, and deleting the h1, h2, h3, and p declarations fixed the gap on the customer page. as to why or if it matters, i have no idea. i only took a quick peek.

Re: [css-d] How to define a section on a page where CSS has ZERO effect?

2006-10-24 Thread cj
[i assume this was for the list, so i'm replying back on-list for the archives.] On 10/23/06, Les Mizzell [EMAIL PROTECTED] wrote: cj wrote: if i'm reading you right, you're asking how do i reset all styling for this p so the customer has a clean slate?. I have a CSS file I use for every

Re: [css-d] Grouped ID and class selectors in IE

2006-10-24 Thread cj
i think you're running into some ie fun (aka bugs, bugs, bugs). here are some links to multiple class/id bugs. http://www.quirksmode.org/bugreports/archives/2004/12/IE_CSS_rendering_bug_with_multiple_classnames.html

Re: [css-d] How to define a section on a page where CSS has ZERO effect?

2006-10-23 Thread cj
if i'm reading you right, you're asking how do i reset all styling for this p so the customer has a clean slate?. if i got that right, in your style sheet you'll have to do a reset where you set the margin, border, width, etc back to normal. this could either be 0, auto, or none, depending on

Re: [css-d] documentation on ie's problem with multiple classes?

2006-10-06 Thread cj
On 10/5/06, jonathon bellew [EMAIL PROTECTED] wrote: am looking for some help with documentation (or workarounds) on ie's seemingly buggy interpretations of multiple class selectors. any links to documentation or discussion would be appreciated, workarounds even more so. this is all i've

Re: [css-d] Body background not working

2006-09-27 Thread cj
i'm seeing a red background on the sides (when my width is around 1200+). __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] Body background not working

2006-09-27 Thread cj
the only suggestion i have is to be sure you're declaring your style right. style type=text/css /* stuff */ /style i guess another thing might be to declare the background properties in the order set forth by the w3c. ['background-color' || 'background-image' || 'background-repeat' ||

Re: [css-d] table row highlighting?

2006-09-25 Thread cj
On 9/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have this in my css and it works in Firefox: tr.vc_row_even:hover td { background-color: #fff6bf; } tr.vc_row_odd:hover td { background-color: #fff6bf; } How do I get this to work in IE? I mean I want to highlight the table

Re: [css-d] IE7 ignoring margin in certain conditions with other rules

2006-09-18 Thread cj
On 9/15/06, Bruno Fassino [EMAIL PROTECTED] wrote: You have the problem in ie7 with min-width since this applies hasLayout. I haven't checked the details, but you could try to give hasLayout to the parent of your h2: the missing horizontal margin should come back. This will probably create

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

2006-09-15 Thread cj
i didn't look that close, but putting text-align in the #header #sponsor area aligned it right when doing a quick live css edit. #header #sponsor { float: right; margin-right: 50px; text-align: right; /* i added this */ }

[css-d] IE7 ignoring margin in certain conditions with other rules

2006-09-15 Thread cj
ok guys, i've got a weird one here. i'm taking a day to go through some of my pages to make sure they look decent in ie7, and i noticed that on one of my expandable pages that ie7 was ignoring my margin-left on an h2. i did my usually hack and slash debug method of deleting chunks of my css file

Re: [css-d] IE7 ignoring margin in certain conditions with other rules

2006-09-15 Thread cj
and i of course forget to post a link. sorry about that everyone. http://sltclan.com/cj/css-d/h2margin.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] 4 Column Layout with a Twist

2006-09-14 Thread cj
On 9/14/06, tedd [EMAIL PROTECTED] wrote: At 3:22 PM -0700 9/13/06, Ted wrote: Here is a crude rendition of what I'd like: +---+++ | 1 || 2 | | |++ | ||| | ||| +---+| 3 | || |

Re: [css-d] I want to direct link

2006-09-13 Thread cj
On 9/13/06, mindy [EMAIL PROTECTED] wrote: so, call me crazy but I want to do a direct image link (sending out a newsletter) and the CSS seems to not accept anything other than relative links. Is there a work around that I couldn't find on Google? background:

Re: [css-d] site check: squibbles

2006-09-11 Thread cj
On 9/11/06, Mike Botsko [EMAIL PROTECTED] wrote: http://www.mysquibbles.com For now the text size is fixed with PX, so I know I'm going to have problems with text sizes. at least if it's fixed (for now), it's large enough to read well (for me at least)! first, i think the site's coloring

Re: [css-d] Automatically scaling fonts

2006-09-08 Thread cj
forgive me if i'm missing something, but if you want the nav bar to stay the right size for the words inside it, what's wrong with setting the nav width in em? a personal opinion: as to a site increasing my font size when i resize my window... i would never visit that size twice. i abhore

Re: [css-d] Extra Returns

2006-09-08 Thread cj
On 9/8/06, Steve LaBadie [EMAIL PROTECTED] wrote: Is there a way to remove the extra returns or spacing after a heading tag (H5) or the extra space created above a list (ul tag)? you mean like h5 {margin-bottom: 0;padding-bottom: 0;} ul {margin-top: 0;padding-top: 0;} ?

Re: [css-d] background color issues

2006-09-08 Thread cj
the good browsers have no idea that you want #wrap to contain the floats inside, so they give #wrap a 0 height. you have already triggered haslayout in ie6, which is why it's expanding to contain the floats and the background is showing up. i'd suggest sticking in the easy clearing method to get

Re: [css-d] background color issues

2006-09-08 Thread cj
On 9/8/06, RKN Studio [EMAIL PROTECTED] wrote: Thanks cj - this seems to work. Can I assume then that I 'always' use such clear practices after using floats? I didn't know to do this. Thanks, Ron this method is the one i most prefer to both contain floats and to clear them as well

Re: [css-d] optimize css

2006-09-08 Thread cj
On 9/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I know there is a program/tool - that optimizes the css when it is live and can decompress it when you need to work on it. anybody know where this tool is? this isn't exactly automated so i'm not sure if it's what you're looking for, but...

Re: [css-d] Fixed back to top tab at bottom of screen

2006-08-29 Thread cj
not a css question, but what that button does is redirect you back to the same page and put you into position to view the bookmark (which is the # sign). for example if yahoo wanted to put such a link on their main page, it would look like http://yahoo.com/#;. that # sign is the start of a

Re: [css-d] 3-col - Oposite floats vs. Negative margins

2006-08-16 Thread cj
On 8/16/06, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Screen-resolution will only get higher, and all browsers will have to adapt to that (one way or another). So do we. keep in mind that not everyone browses web sites with an actual browser as most of us think of browsers. cell phone browsing,

Re: [css-d] Header not there on IE

2006-08-10 Thread cj
taking out the float: left from #main popped the logo right up for me. with this in mind, i suggest not even floating the #main. you don't need to from what i see. simply give #main a left margin wide enough to accomodate the left navigation. off the original topic, i get a scroll bar in my

Re: [css-d] Header not there on IE

2006-08-10 Thread cj
i don't remember what all i changed here, but you can look through it and compare it to yours. keep in mind that in order to change css on my computer i had to save the page to my machine, so your image locations are off in this paste. #header { height: 100px; left: 50px;

Re: [css-d] firefox layout bug - nested floats

2006-08-08 Thread cj
On 8/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: thx - your solution was the best solution i could come up with too - sorry 'bout the inline css - messy i realize. only problem with above is i wanted the elements within the floated right yellow div to align right as well - and that's

Re: [css-d] firefox layout bug - nested floats

2006-08-07 Thread cj
On 8/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hey all - seems firefox doesn't like nested floated divs... see: http://www.fatgraffix.com/testing/firefox_bug/test05b.hml ... any ideas ...? the item floated right needs to come first in the source. no need to float the left one left,

Re: [css-d] firefox layout bug - nested floats

2006-08-07 Thread cj
it's very hard to use firefox's handy developer tools when all the css is inline. saving the page to my own computer and taking out a ton of extraneous css, i ended up with the following relevant part, which works in ie, firefox, and opera. just add some containing code if you want that green

Re: [css-d] Centering an inline list?

2006-08-03 Thread cj
the reason it's not centering with the (correct for what you're trying to do) margins you have is because the ul is 100% width. if firefox actually had inline-block, you could set the display to that and be done, but alas... :'( to be cross-browser, try something like #mdmenu ul

Re: [css-d] Is it possible to write custormized rules for firefox?

2006-08-01 Thread cj
On 8/1/06, old9 [EMAIL PROTECTED] wrote: hi cj, thanks for your reply. I think I'd represent my problem here, well, what I need is a customized CSS rule, not a regular one, it could be something like: .class1{ -my-rule: my value; } and I want to access the -my-rule rule in javascript

Re: [css-d] Is it possible to write custormized rules for firefox?

2006-08-01 Thread cj
i'm a bit slow, but i think i understand now. :) the only fresh idea i can think of is to see if inline styles will work, but that won't be very feasible if you are needing to change it in multiple places. sorry i can't be of much help, and good luck.

Re: [css-d] list line wrap

2006-08-01 Thread cj
are you not using the list-style-image? it sounds as if your bullet picture is part of your actual html instead of a background image. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

Re: [css-d] Is it possible to write custormized rules for firefox?

2006-07-31 Thread cj
On 7/29/06, old9 [EMAIL PROTECTED] wrote: Like those rules with a -moz- prefix, is is possible to write a custormized rule like -my-rule: myValue; , which would be accessed through JavaScript later? It seem that firefox would chose to drop those unrecogonized rules, rather than ignore and

Re: [css-d] is it okay to center an image this way?

2006-07-31 Thread cj
that's certainly how i do my horizontal centering. :) side note: if you give your image a class/id, you can do away with the div tag and just style the image tag. __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Float being overlapped

2006-07-31 Thread cj
I haven't heard any responses regarding this -- could someone confirm that it's a problem? Perhaps it's a problem with my test system. it's a problem on first load for me (latest ff version) as you've explained. unfortunately i don't know how to fix it. :( sorry.

Re: [css-d] Troubleshooting Background Images

2006-07-28 Thread cj
actually what would almost guarantee you a faster and more accurate answer would be to post a link to the page in question so we can test for ourselves. :) __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Using 100% css with no tables

2006-07-26 Thread cj
this is just a mock-up (and quickly done), but perhaps it can give you a place to start. [no comments on the fast coloring!] :D !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; head

Re: [css-d] List in IE

2006-07-26 Thread cj
do you perhaps have a page we can look at then, so we're not making stabs in the dark? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] List in IE

2006-07-26 Thread cj
On 7/26/06, faramineux [EMAIL PROTECTED] wrote: http://www.ombredor.com/css/testing.html i see the bullets just fine on winxp pro sp2 ie6. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

Re: [css-d] ie6 bug ONLY when viewing 800x600

2006-07-25 Thread cj
i'm not seeing a large gap between the header and table at 800x600 in ie here. i get a little less than the I cursor's height between the header and table. winxp pro sp2 ie6 __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Customisable scrollbars with css

2006-07-25 Thread cj
On 7/25/06, David O'Neill [EMAIL PROTECTED] wrote: Is there anyway to customize scrollbars using css so that they don't default to the basic crappy windows grey ones? i kind of like my ugly grey ones. :) now, those ugly xp-style ones on the other hand... :] ew. lol. windows classic style

Re: [css-d] forms, standards accessibility vs CMS: or how I learned to start worrying and hate web apps

2006-07-25 Thread cj
On 7/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Do you know what tables are, Mandrake? The CMSes are using tables to try and infect our precious fluid body tags. -- Gen. Jack D. Ripper I have a form. Labels off to the left, fields to the right. There additional columns of fields can be

Re: [css-d] Center Aligned List, bullets are left aligned?

2006-07-24 Thread cj
On 7/22/06, Vic Rauch [EMAIL PROTECTED] wrote: My list in IE6.0 has the bullets quite a ways away from the left edge of the text. The text is centered, but I would think (silly me) that the bullets would stay with the text. FF looks great. Could someone help me get the bullets next to the

Re: [css-d] html bkgrnd image and body attachment not happy in IE

2006-07-24 Thread cj
On 7/24/06, Dave Goodchild [EMAIL PROTECTED] wrote: IE does not support background-position: fixed... it does on the body. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] Auto adjusting height of container div

2006-07-19 Thread cj
a page to look at would really help, but my guess is that you're trying to contain floats, in which case we have a wiki page just for you. :) i recommend looking at #2 first. http://css-discuss.incutio.com/?page=ClearingSpace

Re: [css-d] CSS Formatting

2006-07-17 Thread cj
On 7/17/06, Yehuda Katz [EMAIL PROTECTED] wrote: Sure it is. Adding clearing elements, and the ensuing additional CSS (or extra clearing markup), makes code less readable for, in most cases, no good reason. Since overflow: hidden or overflow: auto does the trick, the whole issue of clearing

Re: [css-d] adding ALT text to a CSS - background-image

2006-07-17 Thread cj
On 7/17/06, Maciejewski, James [EMAIL PROTECTED] wrote: It's a new standard to comply with handicap accessibility - we have to include ALT text for all images (this is for an online WebHelp system). But, you mentioned important enough that made me think...it makes since to exclude these as an

Re: [css-d] adding ALT text to a CSS - background-image

2006-07-17 Thread cj
[posting this reply back to the list. remember when you reply, select reply to all to send your response back to all the people who have given advice.] On 7/17/06, Maciejewski, James [EMAIL PROTECTED] wrote: --i wouldn't think blind people, for example, really care if you have a pink

Re: [css-d] Three column div

2006-07-14 Thread cj
On 7/14/06, Aaron Gray [EMAIL PROTECTED] wrote: Is it possible to have a three column layout with fixed width left and right columns , and variable width center column, WITH a minimum width, using div's ? Or can the minimum width center column only be done with tables. If it is possible

Re: [css-d] Three column div

2006-07-14 Thread cj
On 7/14/06, Aaron Gray [EMAIL PROTECTED] wrote: I can only find one example for a minimum width center column and that does not give working example code and the actual page code is too complicated to decypher, it uses some scripting too. i assume the scripting is because ie does not support

Re: [css-d] Best CSS Online Validator

2006-07-13 Thread cj
On 7/13/06, Brian Cummiskey [EMAIL PROTECTED] wrote: On 7/13/06, Marje Cannon [EMAIL PROTECTED] wrote: I continually get an error for specifying line-height this way: line-height: 2; and it keeps telling me that color: transparent is invalid 2 WHAT? you need a unit, px, em,

Re: [css-d] Eyes are buggin and I can't find the problem in display difference

2006-07-13 Thread cj
did you check for the double-margin bug? http://www.positioniseverything.net/explorer/doubled-margin.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] IE draws a random line through nav links issue

2006-07-12 Thread cj
On 7/12/06, Brian Cummiskey [EMAIL PROTECTED] wrote: Issue 2b: Also on this footer list, I'm using pipes as list elements, and i'd like to get away from this. ie: lione/li li|/li litwo/li I would like to maintain the pipe separator, but realize that this is poor semantics. Since the

Re: [css-d] div height problem in FF/Opera but not IE

2006-07-10 Thread cj
Trying to catch a float ... http://www.complexspiral.com/publications/containing-floats/ This must be one of the most-cited links in this list. And if not, it should be. i actually prefer method #2 in the wiki on clearing floats (though my code varies a little [1]), but they have other links

Re: [css-d] CSS Validator working right?

2006-06-22 Thread cj
i'm guessing here, but the only thing i see at a glance is that you have: @charset UTF-8; in your css. does taking that out make a difference? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] CSS Validator working right?

2006-06-22 Thread cj
On 6/22/06, cj [EMAIL PROTECTED] wrote: i'm guessing here, but the only thing i see at a glance is that you have: @charset UTF-8; in your css. does taking that out make a difference? i hit send too soon, sorry for the spam here. you should also place: type=text/css in your link

Re: [css-d] divs outstripping body background-color

2006-06-21 Thread cj
i think what you're trying to do is to contain the float, and the best way i know to do that is body:after { clear: both; content: .; display: block; height: 0; visibility: hidden; } ie, of course, has no idea what that means, which means it needs

Re: [css-d] Multiple class name support

2006-06-19 Thread cj
The wiki doesn't say there is any issue with class=one two three in IE. I use that extensively and haven't seen any problems with any browsers as far back as IE 5.0. The problem is when you try to use a CSS selector like .one.two {}, which doesn't work at all in IE. But you can certainly use

Re: [css-d] Mysterious Black Line

2006-06-19 Thread cj
On 6/19/06, tedd [EMAIL PROTECTED] wrote: It has been pointed out to me that a Mysterious Black Line appears at the top left of my web page http://www.sperling.com/examples/menuh/ when viewing the page via Firefox 1.5.0.4 running on Mac OS X 10.4.6. This line doesn't appear on any other

Re: [css-d] Hyphens in class names

2006-06-16 Thread cj
i use hyphens all the time in my css, for headers and divs as well as everything else. just to make sure i'm not blowing steam, i made a tiny little test page with a class of test-hyphen on an h1 and a div and both worked fine in ff/ie/op. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0

Re: [css-d] How do I set a table cell alignment

2006-06-14 Thread cj
if it was my page and i really had to use a table, i'd do something like: table id=news tr td class=news [link] /td td class=about [link] /td td class=graphic

Re: [css-d] Help with IE discrepancies

2006-06-13 Thread cj
to get the same box model for ie6 that all other browsers have, simply put a standards doctype on your pages. this will then give ie6 and all future versions the w3c box model and means that you only have to hack the dead (as in ie versions that are no longer supported, such as ie5 and below) to

Re: [css-d] make link on image causes layout to break

2006-06-07 Thread cj
do you need to put the styling on your a instead of your span perhaps? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ

Re: [css-d] One more and it's done!

2006-06-06 Thread cj
On 6/6/06, Dave Pierce [EMAIL PROTECTED] wrote: Ok, so now I've got this wonderful page [snip] what page? :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] One more and it's done!

2006-06-06 Thread cj
Sorry, it's http://www.lorettosedgwick.org/ would there be any reason you can't delete the width? in firefox, at least, it removes the right side empty coloring. if you wanted it a little ways away from the right margin you could always give it a margin/padding-right. #navbar ul {

Re: [css-d] IE7's treatment of height [WAS Re: Broken Layout]

2006-06-02 Thread cj
On 6/2/06, Zoe M. Gillenwater [EMAIL PROTECTED] wrote: No, IE7 now respects height. So, all those Holly Hacks with height: 1% will need to be hidden from it or altered. However, I'm not sure if IE7 supports min-height (can't remember!). yes it does and the latest beta has it :). for those

[css-d] How To: Make links work when using AlphaLoader

2006-05-26 Thread cj
found. the fix: i actually have no idea why what i did works. however you can see my fixed version alongside a non-fixed version at http://sltclan.com/images/cj/fix-ie-loader/default.html method #1 - not so great, but better than nothing: using text-align: right; on the link will work *most

Re: [css-d] how to set all elements in a div?

2006-05-26 Thread cj
that will work if the div isn't inside of something else that has had the font sized changed. for example if you had: body div class=layer1 div class=layer2 /div /div /body body {font-size: 1em;} .layer1 {font-size: .75em;} .layer2 {font-size:

Re: [css-d] CSS Browser Cache?

2006-05-26 Thread cj
does the forced refresh help at all? (holding down control while hitting f5 or the refresh button) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] Mousey!

2006-05-26 Thread cj
do you happen to have any very small repeating background graphics, such as 1px * 1px? if so, the browser has to do a lot of work to fill in the area that graphic covers, and making that background 10x10 or 20x20 or so will drastically decrease the scrolling hesitancy.

Re: [css-d] Three CSS questions re; identifier naming, auto and canceling previous rules

2006-05-24 Thread cj
these aren't going to be the perfect answers, but i'll give them a shot. :) Can you also explain to me the meaning of the attribute value 'auto', what are its implications? the only *real* thing that i know auto does is center an element that's less than 100% width. for example if you have a

Re: [css-d] Div with one absolute and one relative boundary

2006-05-24 Thread cj
have you tried something like: .menu { float: left; width: 100px; /* or whatever */ } .content { margin-left: 100px; } div class=menu /div div class=content /div __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Is it impossible to set margin to h1, h2... el ?

2006-05-24 Thread cj
this makes me sound really dumb, but are you sure you're setting the bottom margin on the right element? #cotedroit p {margin-bottom:10px} this is going to set a bottom margin on your paragraph tags, not your header tags.

Re: [css-d] 100% height

2006-05-24 Thread cj
giving a link to your current page would greatly help. otherwise my guess would be your doctype isn't getting making ie behave the way you want. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Div with one absolute and one relative boundary

2006-05-24 Thread cj
The interesting thing, though, is that it worked without the float. that's because you absolutely positioned it when it shouldn't be. :) change your content to be: #content { margin-left: 220px; height:800px; font-family: Papyrus; background-color:#FF;

Re: [css-d] Readonly textarea backround color ignored in firefox

2006-05-23 Thread cj
ff 1.5 winxp pro i see white, white, grey. i'm not sure what other info to include since i seem to be one of the rare winxp people who see it white, but if you want to know something else, just ask. __ css-discuss [EMAIL

Re: [css-d] Readonly textarea backround color ignored in firefox

2006-05-23 Thread cj
On 5/23/06, Jim Nannery [EMAIL PROTECTED] wrote: I'm running Win Xp Pro SP2 and in Firefox 1.5.0.3 I see the first and second test textarea boxes with white backgrounds and the third box with a light gray IE 6.0 is the same.. This sounds like a Google tool bar auto-fill type issue..

Re: [css-d] floats making rows, not columns.

2006-05-22 Thread cj
the problem is your width: 100%; here: .mustread{ float:left; width:100%; text-align:left; } if you tell it to be 100% width, it is going to bump down until it can take up the whole 100%. whatever width you specify needs to take into account the other columns you want.

Re: [css-d] columns streching

2006-05-17 Thread cj
the wiki has a good list of sites to visit: http://css-discuss.incutio.com/?page=AnyColumnLongest if you don't mind some javascript, here's another link i have bookmarked: http://www.ampsoft.net/webdesign-l/making-web-pages-extend-to-bottom.html

Re: [css-d] Arbitrary footer trouble.

2006-05-17 Thread cj
this probably isn't the ah ha moment answer, but i'm guessing that something is putting your footer at the bottom of the viewport instead of the bottom of the content from the position of the purple bar. i'm guessing your browser window was probably in the 1024x768 range judging by how far down

Re: [css-d] CSS onclick event?

2006-05-17 Thread cj
i think your best bet is javascript. javascript could change the css class of the tab and won't change it again until something else is clicked, in which case you take the active class away from the original one and apply it to the newly activated one.

Re: [css-d] CSS options for 100% - 50px;

2006-05-16 Thread cj
On 5/16/06, Stephen Cunliffe [EMAIL PROTECTED] wrote: Hi all, I'm looking for info on the options for providing a CSS demension that is 100% (minus X pixels) E.g. If I have a fixed height header, of 50px, and I want a body below that, that is 100% of the remaining browser viewport (e.g.

Re: [css-d] CSS options for 100% - 50px;

2006-05-16 Thread cj
On 5/16/06, Rahul Gonsalves [EMAIL PROTECTED] wrote: Note: He said *below*. i knew i must be reading something wrong, which is why i put the question mark in there. good luck! __ css-discuss [EMAIL PROTECTED]

Re: [css-d] CSS options for 100% - 50px;

2006-05-16 Thread cj
i'm not going to say this is the best answer, but it works in ff, ie, and opera. maybe it will give you a starting point. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; head

Re: [css-d] Double images in buttons?

2006-05-15 Thread cj
On 5/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to have more than one image in a button: one for a background and one for an icon? this might not be the best solution, but you could put a span around the button, use the span for the background, and then put the graphic as

Re: [css-d] Firefox adds padding in strict mode?

2006-05-10 Thread cj
i'm not able to see any differences in spacing either between firefox and ie. ff1.5 ie6sp2 winxp best of luck! __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] Hover problem in Opera 8.5

2006-05-03 Thread cj
On 5/2/06, Bill Moseley [EMAIL PROTECTED] wrote: I noticed a few people looked at this in my logs. Did anyone see the same behavior? Any ideas about the problem? i don't have a linux browser to test on, but my opera 8.54 on winxp doesn't do anything weird.

  1   2   3   >