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

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] 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] 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] 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] 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] 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] 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] 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] 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] 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.

[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] Question about the adjacent selector

2006-01-13 Thread cj
Actually, that formulation could well break something you don't want broken. Note that .about.home will break in IE/Win, which will apply the rule to everything with the home class, completely ignoring the about class. However, modern browsers will get it correct, and only apply the rule

Re: [css-d] 3 column table like css?

2006-01-16 Thread cj
On 1/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Well, maybe it's the knee jerk that everyone knew tables and the standards issues, so since no one responded, I've decided no borders except the th. If anyone has a better looking idea, please let me know;-) [EMAIL PROTECTED] wrote:

Re: [css-d] Odd div spacing in FF Opera, but not IE?

2006-01-16 Thread cj
On 1/15/06, John Bishop - alternative it [EMAIL PROTECTED] wrote: The problem is visible in Firefox Opera, but not IE (on Windows). Page is here: http://www2.petrescue.com.au/newindex.htm The spacing that shouldn't be visible is just below the subnav with the blue background.

Re: [css-d] Button text off-center in IE easy css-webdeveloper-tools

2006-01-16 Thread cj
And its nice to have the View Source button tool barand tons of other features as well. What a useful tool this is! Thanks again! off topic: remember to trim your post :) this last one was pretty long. if you're looking for handy css tools, the one i've found that ties with the

Re: [css-d] Question on expanding height of an a element

2006-01-16 Thread cj
I've having a problem with the height of some a elements on a page (see Free Trial and Join The Team at http://postureworks.bluelangroup.net/index.php4). You'll notice that the container spans and div have expanded in height, well past what's needed for the text. I've tried manipulating the

Re: [css-d] 3 column table like css?

2006-01-18 Thread cj
On 1/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thank you for the reply, and please don't take this as anything other then trying to find out the best for this site, but I'm probably misunderstanding you since I have cellpadding=9 cellspacing=5 which is enough that when I look at it on

Re: [css-d] problem combining static height div w/dynamic height div

2006-01-18 Thread cj
Here is a link to the entire page (currently with css embedded in the page): http://www.brianfidler.com/fh/index.php i'm not very knowledgable about absolute positioning, so i'm afraid i won't be much help to your specific problems. is there a reason why your divs all have to be positioned

Re: [css-d] Need help solving presentation issue in IE (Firefox works OK)

2006-01-18 Thread cj
On 1/18/06, Mitko Gerensky-Greene [EMAIL PROTECTED] wrote: I was wondering if anyone can help me solve the following challenge: The right-side column on this page (as any other page on this site), shows at the top of the page when viewed in Firefox but at the bottom of the page when viewed in

Re: [css-d] CSS Technique Resource

2006-01-18 Thread cj
However, if no one on the list objects, I'd be happy to rework the list's wiki to include my techniques library. Is there anyone in charge of the wiki as far as major changes are concerned? fwiw, i don't think you'd be the only one to benefit from a compact and nicely organized resource

Re: [css-d] Having a width and min-width in IE

2006-01-24 Thread cj
On 1/18/06, Jonathan Carter [EMAIL PROTECTED] wrote: I've seen people use the IE min-width hack, but I'm wondering if it's possible to have a percentage width, and a static min-width: #Container { width: 70%; min-width: 600px; } That way when the user's browser grows the

Re: [css-d] Horizontally scrolling pane pain

2006-01-24 Thread cj
If you look at the accompanying css file (test.css) you will see that I've got it working by adding: width: 2000px ; to the #picturecontainer div. Clearly as more (or less) pictures are in the pane the width will change, and the width of the picturecontainer div should adjust automatically

Re: [css-d] Float breaking on page

2006-01-24 Thread cj
I could use some perspective. I have the same 3 column pages for my site, but on the top12 page the div id=rightcolumn with the book link breaks to the bottom middle of the page. http://www.thetravelingmarathoner.com/test/top121.html The other pages with the same css work ok.?

Re: [css-d] How to hold a vertical browser space ?

2006-01-24 Thread cj
On 1/20/06, Reynier Perez Mira [EMAIL PROTECTED] wrote: Hi list: In a web page I'm programming I have a table and I need that this table hold the vertical space in a browser. This is my CSS: [long code cut out] the code works just fine for me in both ff1.5 and ie6, though i didn't experiment

Re: [css-d] Floats Not Behaving in IE

2006-01-24 Thread cj
Page: http://www.springfieldmogov.org/egov/planning_development/planTest2.html CSS with the float rules in question: http://www.springfieldmogov.org/css/plan.css Additional CSS Page: http://www.springfieldmogov.org/css/pw_oper.css Problem: Three floated divs at page bottom should be

Re: [css-d] weird rendering problem in IE 6

2006-01-24 Thread cj
i don't know a fix, but i can add more details from when i looked at the page (ie6, winxp). after a first page view of this page, a hover from me over any part of the #will div brought the bg color up. after a refresh, i had to hover over a *link* to get any bg to show up, and then it only

Re: [css-d] [how to] tr background-image or block inheritance ?

2006-01-25 Thread cj
this might work for you (but won't in ie. not sure how important that one is to you) tr.close { background: #dadada; background-image: url(./images/icon_close.gif); background-repeat: no-repeat; } tr.open { background: #f0f0f0; background-image: url(./images/icon_open.gif);

Re: [css-d] Inconsistent unordered list

2006-01-25 Thread cj
this might or might not be your problem, but have you tried putting the /li after the nested list? ul lix/li li ul lix/li /ul /li /ul __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Breaking Apart issue with Firefox

2006-01-25 Thread cj
have you tried min-width? div#shell { min-width: 760px; } i wouldn't recommend setting the min-width lower than 760 or so, otherwise people viewing in 800x600 will have horizontal scrolling 100% of the time. __ css-discuss

Re: [css-d] Using display: inline; for navigation lists

2006-01-26 Thread cj
from what i understand, one newbie to another, is that you can *either* float or display, but both don't happen at the same time (unless you consult with IE). if you float, it means that display is effectively ignored by standards-comliant browsers. floating means that the li no longer has a

Re: [css-d] two colored headers

2006-01-27 Thread cj
i think spans are the way to go for this situation, but i think you'll find that naming your classes something meaningful (such as first-name and last-name) is a better practice than naming them by color. h1span class=first-nameLerrroyy/spanspan class=last-nameJenkins/span/h1 hth

Re: [css-d] Firefox and IE differences with coloured backgrounds

2006-01-27 Thread cj
I'm not sure I described that very well, but the demo is at: http://www.wdam.co.uk/clients/CEP/new-website/demo.shtml In IE this looks fine but in Firefox the dark blue background stretches only as far as the end of each link word, so the edges don't line up. Also, the margin above and below

Re: [css-d] Firefox and IE differences with coloured backgrounds

2006-01-27 Thread cj
Apologies for being a novice, but at least I'm learning! you're exactly the audience eric meyers was targeting when he created css-d. ;) welcome to the list. -- eric meyers: css-discuss is meant for beginning and experienced authors both, but I'm actually more

[css-d] menu not showing borders in IE

2006-01-27 Thread cj
threw a hissy fit and no longer showed the borders at all. while trying to figure out what was going on, i discovered that if i put any text at all in front of the link, IE would work again. i put both a with-spaces and without-spaces test page together. http://sltclan.com/images/cj/menu-problem

Re: [css-d] defining multiple tags

2006-01-27 Thread cj
On 1/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am using the suckerfish menu but also need regular list items on the same page. How do I differentiaite between the two LI tags?? what I have turns every list item into a vertical manu item. you're on the right track. just wrap your

Re: [css-d] Inline style works, Class does not

2006-01-27 Thread cj
my guess would be that your image is no longer referenced correctly. make sure the url in your css is relative to the css file's location. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] Problem with Width setting in IE Firefox

2006-01-30 Thread cj
without a live page to look at, i would guess that you put one of the following on the same element that you made width 100% (in this case body): - right or left margin - right or left padding - right or left border since the box model the w3c decided to go with makes the *content* part of the

Re: [css-d] centering drop down menu or not

2006-01-31 Thread cj
On 1/31/06, Ian Young [EMAIL PROTECTED] wrote: I have used the drop down menu from http://koivi.com/css-menus/ Looks fine in FF and Opera. Also managed to change the colour of upper menu using a class on the a href. However, cannot get it to centre in IE. Any thoughts?

Re: [css-d] centering drop down menu or not

2006-01-31 Thread cj
this isn't a fix for your ie problem (which i can't see), The menu isn't centred in IE but almost is, you need to look closely http://sltclan.com/images/cj/dinghy.png but the page took well over 10 seconds to show up in firefox, and on first view in ie it actually timed out. a refresh

Re: [css-d] Stop the cascade

2006-02-01 Thread cj
On 2/1/06, Brian Ogden [EMAIL PROTECTED] wrote: Is there a way to do this: div style=text-align:centerSome Content div id=this one must be nested in the one above style=text-align:none/div /div In other words how do I stop the cascade? the only two ways i know how to do this are: -

Re: [css-d] multi columns layouts in the Zen Garden, floating and positioning

2006-02-03 Thread cj
On 2/2/06, Christian Collins wrote: Does anyone know of a Zen Garden layout that floats the linkList div to the left or right of the main content? I've looked through 5 or 6 two-column layouts so far and they all use the position: absolute method. does it have to be zen garden layouts? if

[css-d] z-index? content menu hiding behind header

2006-02-06 Thread cj
show up, as nothing in the menu area has a background that should be filling that area in. ie6 shows the menu where i'd like it to be. html and css validate except for a css line-height error that i don't understand. http://sltclan.com/images/cj/z-index-problem.html

Re: [css-d] z-index? content menu hiding behind header

2006-02-07 Thread cj
[cj] html and css validate except for a css line-height error that i don't understand. [francky] - The css-error means that you didn't give a unit for the amount of the line-height: Without units some browsers don't know what to measure: px or em or miles. ;-) [dL] Leading (line-height

Re: [css-d] z-index? content menu hiding behind header

2006-02-07 Thread cj
[cj] - how can i move my background globe picture up 1-2em so that it clears the footer? it needs to stay on the body element(?), though. [francky] - body {background: transparent url(graphics/bg-service-1.png) no-repeat fixed right 80%; } if i use a percent, resizing the window makes

Re: [css-d] Help: Table disappears under DIV

2006-02-07 Thread cj
On 1/19/06, Joe Otten [EMAIL PROTECTED] wrote: site url: http://posting.sba.udayton.edu/rise/academic.asp css url: http://posting.sba.udayton.edu/rise/style.css In IE, the schedule (a table) disappears under the footer DIV. Note to FF users: This page may not display correctly for you - I'm

Re: [css-d] Repost: tool tips + IE(6) = mess

2006-02-07 Thread cj
On 2/7/06, Joelle Tegwen [EMAIL PROTECTED] wrote: Title? I didn't think that a had a title attribute. Am I missing something? a href=link.html title=this actually pops up as a tool tip when you hover over a link, though if it's too long some browser will cut it off. it's not as customizable as

Re: [css-d] z-index? content menu hiding behind header

2006-02-08 Thread cj
thanks so much for sticking with me francky; i really appreciate it. the reason the css is hopelessly complex is that different parts of it get pulled into different pages depending on what theme and what layout is chosen. it's as simple as i know how to make it given what i need it to do. On

[css-d] IE Developer Toolbar b2 released

2006-02-09 Thread cj
the ie developer toolbar beta 2 was released. direct link: http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038displaylang=en blog: http://blogs.msdn.com/ie/ [no, i don't work for ie.] :)

Re: [css-d] Constructive Critisism, Please

2006-02-09 Thread cj
On 2/9/06, Donna [EMAIL PROTECTED] wrote: Thank you in advance to all who feel inclined to help! Here's the link: http://sswd51.accountsupport.com/index.html these are probably personal preferences, so feel free to take them as such! - the navigation looks weird to me with a background

Re: [css-d] On Testing IE7 beta 2

2006-02-09 Thread cj
if anyone was interested in what the ie7 experts had to say in the live chat today, i went through the answers after the session and tried to copy/paste all the css-related questions into one page. http://sltclan.com/images/cj/ie7.html very quick summary: - haslayout still exists, but they hope

Re: [css-d] z-index? content menu hiding behind header

2006-02-10 Thread cj
Oops, the % was in the direction, but I was too much in a hurry. - A (bottom-2em) is indeed impossible AFAIK, but what you can do is to hang the bg-img in the footer, and then push him upwards: it can't be in the footer. the only place i have to put it is in the body because of other css

[css-d] any column tallest, with border and bg image

2006-02-10 Thread cj
div and set the background image here. is there another solution if this is impossible? what my page looks like without the equal columns css: http://sltclan.com/images/cj/column-page.png trimmed down page of the columns (i turned the containing div .wrapper-three green): http://sltclan.com/images

Re: [css-d] z-index? content menu hiding behind header

2006-02-13 Thread cj
as to being able to move my content area and menu up on the pages that have that sub menu (which is my biggest concern and most baffling question), it seems that this is impossible with css. Hi, I think I've got him!

[css-d] fixed background image hidden on scroll

2006-02-14 Thread cj
i have a background globe graphic that i want to stay fixed in the bottom right of the viewport. it works correctly when i don't have fixed declared, but after i add that part, scrolling creates a grey screen that covers it up. i tried to make a minimal test case: http://sltclan.com/images/cj

Re: [css-d] fixed background image hidden on scroll

2006-02-15 Thread cj
On 2/14/06, francky [EMAIL PROTECTED] wrote: In FF Developers mode (edit css): (1) without fixed for the bg-image there is also the grey under part - because of the fixed 100% height of the .master-form (outer container). The min-height of the inner .pagecontainer then doesn't help (doesn't

Re: [css-d] fixed background image hidden on scroll

2006-02-15 Thread cj
On 2/15/06, cj [EMAIL PROTECTED] wrote: On 2/14/06, francky [EMAIL PROTECTED] wrote: In FF Developers mode (edit css): (1) without fixed for the bg-image there is also the grey under part - because of the fixed 100% height of the .master-form (outer container). The min-height of the inner

Re: [css-d] fixed background image hidden on scroll

2006-02-16 Thread cj
. - And more: ... the globe isn't cut off at the right side anymore! See adapted testpage http://home.tiscali.nl/developerscorner/css-discuss/cj-background-nw1.htm. the globe does finally fit there. :) for some reason, when i first view the page in 1024x768 and then maximize to my full resolution

Re: [css-d] Horizontal scroll in IE (6/7 Beta 2)

2006-02-17 Thread cj
On 2/3/06, Martin Espericueta [EMAIL PROTECTED] wrote: Hello All, This is driving me nuts! Why does my page get a horizontal scroll bar in IE7, and even in IE6 for that matter, when you view the site at 800x600? Firefox/Opera are fine. The XHTML/CSS validate, as well as AAA. On 2/17/06,

Re: [css-d] Clearing internal floats

2006-02-20 Thread cj
do you by chance have a live page that we could play with? __ 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] how to keep footers at the bottom

2006-02-21 Thread cj
the best footer solution i've seen is from http://www.themaninblue.com/experiment/footerStickAlt/ and doesn't require absolute positioning. make sure you view *his* examples, which are the bottom two he lists (Alt). the first two show the footer code he started from, which was buggy.

Re: [css-d] CSS Navigation formatting issues and overall page structure issue

2006-02-21 Thread cj
On 2/8/06, K Husbands [EMAIL PROTECTED] wrote: 1. Black line appears under the nav tab, which I don't want. The goal is for the tabs to sit flush on the div holding the image (i.e. div desc) when i delete this part, the line disappears: #nav { background: url(images/greypx.gif) repeat-x

Re: [css-d] YAL (Yet Another Layout)

2006-02-23 Thread cj
do you have a live page up that we could look at? __ 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] Gmail's CSS for expanding subject lines

2006-02-23 Thread cj
overflow: hidden; 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 -- http://css-discuss.incutio.com/ Supported

Re: [css-d] Displaying two a href's on two lines

2006-02-27 Thread cj
another solution (though note i didn't say better) would be to set those two links to display: block;, which gives them all the properties of a block element, including 100% width. __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Site Check and Specific Issues

2006-02-27 Thread cj
i didn't do any in-depth testing, but perhaps this will help. i) why the top menu won't sit flush with the header image; it doesn't sit up to the image in either ff or ie for me. the reason for this might be that you never close your header div. ii) how I might go about eliminating the

Re: [css-d] Applying basic CSS to form items

2006-02-28 Thread cj
perhaps this page will help: http://css-discuss.incutio.com/?page=FormElements __ 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] margin/padding-bottom relative to canvas bottom

2006-03-06 Thread cj
On 3/6/06, Frank Van Damme [EMAIL PROTECTED] wrote: http://vandamme.homeunix.net/~frank/html-tryouts/smallwindow.html the example i linked to doesn't do this? __ css-discuss [EMAIL PROTECTED]

Re: [css-d] margin/padding-bottom relative to canvas bottom

2006-03-07 Thread cj
with negative margins when you could just position things abolutely, but the advantage is that your footer can take up all of the bottom space, which i *think* is what you want. works just fine in ff1.5, opera8.52, and ie6. http://sltclan.com/images/cj/css-d/scrolling-content.html hopefully i

Re: [css-d] Can you shrink wrap a div round another?

2006-03-08 Thread cj
here's a good place to start looking. it's helped me out, at least a little. :) http://css-discuss.incutio.com/?page=CenteringBlockElement look for the don't know the width section, or you can do a search for shrink. __

Re: [css-d] height 100% XHTML

2006-03-09 Thread cj
i think i know just the solution for you. note that to allow any element within the page a 100% height, both body and html need to be given some height property, which may be why yours wasn't working. http://www.themaninblue.com/experiment/footerStickAlt/ taken from

Re: [css-d] Clearing in IE6

2006-03-10 Thread cj
On 3/9/06, Bruce MacKay [EMAIL PROTECTED] wrote: Some IE 6 users of one of my sites are experiencing problems with the following page http://107writing.massey.ac.nz/test.htm Specifically, the yellow column is extending past the bottom of their browser and they cannot scroll to read the

Re: [css-d] tools for determining results of the cascade

2006-03-13 Thread cj
On 3/11/06, David McFarland [EMAIL PROTECTED] wrote: I'm trying to find CSS tools that help you determine the results of inheritance and the cascade for elements on a Web page. Are there any other tools out there that you're using (besides your brains) that help you figure out the results of

Re: [css-d] tools for determining results of the cascade

2006-03-13 Thread cj
On 3/13/06, cj [EMAIL PROTECTED] wrote: do you have firefox? if so, this extension is invaluable to me: useless link deleted it doesn't compute em values in a cascade, but it shows you the order of the css getting applied. sorry about that everyone; i posted the wrong link. one more try

Re: [css-d] Where did my background go?

2006-03-14 Thread cj
On 3/14/06, Michelle Tarby [EMAIL PROTECTED] wrote: Actually, I'm not sure if this is possible or not, but I have a background image in my content div, but when I add the divs to hold my page layout, the background image disappears on Firefox and IE. Here's the sample page:

Re: [css-d] ideas for this site

2006-03-14 Thread cj
on the bottom or not, but if it does check the wiki for good links on how to do that. http://sltclan.com/images/cj/css-d/bentonindex.html let me know if that helps. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Bottom margin on page, can't figure out how to get rid of it

2006-03-15 Thread cj
On 3/15/06, Tina Vance [EMAIL PROTECTED] wrote: The url for the site is http://www.refreshcleveland.org. i think it might have something to do with where you apply clearfix. deleting that css got rid of the gap on my firefox.

Re: [css-d] Reordering top of page elements without altering structure

2006-03-16 Thread cj
On 3/16/06, David Pratt [EMAIL PROTECTED] wrote: cj wrote: i asked a question very similar to this a few months ago, and thierry came up with a nice article about it. http://www.tjkdesign.com/articles/liquid.asp Hi cj! This is a very nice article indeed and very close to the issue

Re: [css-d] Applying A Border To tr

2006-03-22 Thread cj
On 3/22/06, Zoe M. Gillenwater [EMAIL PROTECTED] wrote: Michael Warkentin wrote: I'm having an issue with styling a table. Everything is working great, but when I try to apply a border to the tr elements, nothing shows up. If I view the element in the IE DOM inspector, it shows that there

Re: [css-d] horizontal Scrolling

2006-03-27 Thread cj
deleting the widths over 100%, such as width: 110%, helps quite a bit. :) __ 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] Problem with background color change on hover

2006-03-28 Thread cj
delete the padding from you li, as this is going to make the links not fill the entire li area. then change your link code to: #navigationlinks li a { display: block; padding: 4px; } this will give you the padding you took off the li, and it will make the link a block

Re: [css-d] min-height in IE

2006-04-05 Thread cj
On 4/5/06, Martyn [EMAIL PROTECTED] wrote: Hi I know that the min-height property is not supported in IE, but does any one have an idea how I can best get round this problem? one method: /* this style gets sent to all browsers, but ie doesn't get it */ .class-name {min-height: 10em;} /* the

Re: [css-d] Targeting DIV question

2006-04-05 Thread cj
On 4/5/06, Steve Rachels [EMAIL PROTECTED] wrote: I know there must be a way, but being new to css, I don't have the slightest clue as to how to make a graphic come up in a given layer (div?) when a button is pressed.. Example of what I'm after:

Re: [css-d] newbie CSS on Firefox problem

2006-04-05 Thread cj
On 4/5/06, Bill Walton [EMAIL PROTECTED] wrote: Hi Ron, Thank you very very much. That was driving me crazy. The W3C CSS validator requires a URL. Is there one for the desktop you'd recommend? I'd sure like to avoid this in the future, if possible. you're in luck! they don't require a

Re: [css-d] Scrolling divs and named anchors

2006-04-06 Thread cj
On 4/5/06, Martyn [EMAIL PROTECTED] wrote: Hi, I have a page with a scrolling div is containing information on technical terms from A through to Z and using named anchors for navigation of the technical terms, only the problem I seem to have is when I click on a link it takes you to the right

Re: [css-d] White border showing in FireFox and Opera

2006-04-06 Thread cj
On 4/6/06, Tom Rogers [EMAIL PROTECTED] wrote: I'm fairly new to the list, would appreciate advice on how to get my style sheet to work better with FireFox and Opera. The site address is http://www.power2u.org/ It looks good with IE, but when you view with the latest version of FireFox

Re: [css-d] Simple navigation acting up in IE

2006-04-07 Thread cj
On 4/6/06, Joanie Mae [EMAIL PROTECTED] wrote: I am working on a website with a simple navigation in two columns in the right upper side of the heading. The index page is a combo of fixed and fluid and the inside pages fluid. Everything works fine in Firefox and Netscape, however, in IE when

Re: [css-d] (no subject)

2006-04-10 Thread cj
On 4/10/06, David Merwin [EMAIL PROTECTED] wrote: The issue is in IE for Windows. The menu on the left, extra padding and when you roll over it resets correctly. site: http://www.madeblue.com css: http://www.madeblue.com/wp-content/themes/pbv2/style.css I really want to stay with em and not

Re: [css-d] borders, text, and wide tables

2006-04-11 Thread cj
again, not the answer you're looking for (and hopefully someone else might be able to do what you're specifically asking), but taking out the... #body {display:table;} and adding... table {background-color: rgb(224,224,173);} ...makes it look better to me, personally, but i'm weird. :)

Re: [css-d] wrapping long URLs in Firefox? possible?

2006-04-11 Thread cj
hopefully you've found the other threads mentioning long urls, but if not, the first one on this search will help you i believe. http://www.google.com/search?q=site%3Ahttp%3A%2F%2Farchivist.incutio.com+long+urlstart=0ie=utf-8oe=utf-8client=firefox-arls=org.mozilla:en-US:official

Re: [css-d] table layout to css conversion

2006-04-12 Thread cj
On 4/12/06, ~davidLaakso [EMAIL PROTECTED] wrote: I am converting this site http://www.rackemann.com/ from tables to css; and, I'm a little reluctant to go further without some feedback. Your comments on any aspect will be appreciated. There is only one clickable link: Read on... (bottom of

Re: [css-d] IE incorrectly positions static content following floats with clears

2006-04-13 Thread cj
On 4/13/06, Zoe M. Gillenwater [EMAIL PROTECTED] wrote: Georg! Why didn't you say that you were checking a local version of my page?! I said a couple times that I saw the bug in my live version, but you never mentioned that the reason you didn't see it was because you were checking an entirely

Re: [css-d] List mail signature

2006-04-14 Thread cj
replying on list so someone else will be able to search the archives and see this. On 4/14/06, Mathaba Net [EMAIL PROTECTED] wrote: At bottom of Emails is http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 link but clicking it produces no such list - members should have an easy way to

Re: [css-d] CSS 4 printing

2006-04-19 Thread cj
On 4/19/06, Prabhath Sirisena [EMAIL PROTECTED] wrote: On 4/19/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there anyway to force background colors, images, and the like to show up on a printed page when printed from a web browser? Defining them in a print stylesheet (linked with

Re: [css-d] What are these weird classifiers?

2006-04-20 Thread cj
well, i can give it a shot at least! On 4/20/06, Reese [EMAIL PROTECTED] wrote: Earlier today, while reviewing the Web site of a potential client, I saw in the HTML source code several classifier names that looked wrong to me. These are copied from the potential client's HTML page: div

Re: [css-d] How do I make this div its text start at the top?

2006-04-27 Thread cj
this isn't this is the solution per se, but more of this is part of the problem. if you'll notice in ie, a horizontal scroll bar appears on narrower screens as well as the div getting pushed down. usually ie will shove stuff below other stuff when it's too wide to fit the screen, so going

Re: [css-d] How do I make this div its text start at the top?

2006-04-27 Thread cj
On Apr 27, 2006, at 3:55 PM, cj wrote: if you'll notice in ie, a horizontal scroll bar appears on narrower screens as well as the div getting pushed down. usually ie will shove stuff below other stuff when it's too wide to fit the screen, so going through your code and checking for box

Re: [css-d] Remove inherited background image?

2006-04-28 Thread cj
this might sound silly, but are you *sure* it's inheriting the background? keep in mind that your sub-li are displayed *inside* the parent li, which has a background. when the sub-li are clear of backgrounds, the parent's background shows through.

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   >