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

2006-02-18 Thread Kelly Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try giving IE a height equal to the min-height you give to the other browsers. IE doesn't understand min-height, but generally it treats height as if it were min-height. Martin Davis III wrote: | I am having a problem with min-height in IE.I need the

[css-d] IE min-height problem

2006-02-18 Thread Martin Davis III
I am having a problem with min-height in IE.I need the entire background picture to show up. Any suggestions? The address for the site is: http://swilly.tk/~swilly/2ndpres/ Thanks, Martin __ css-discuss [EMAIL PROTECTED] http://w

Re: [css-d] using a "current" class on page links

2006-02-18 Thread Erin Spangler
Thanks David! This was the ah-hah! moment I needed. I think I know just enough CSS to make me dangerous! :) Erin Spangler http://www.thedogsonline.com Web Design and Hosting for the Dog Enthusiast > > This seems to me to be a classic case of "specificity[1][2]". It's a > situation I think w

Re: [css-d] nested divs with ul inheritence or not

2006-02-18 Thread Roger Roelofs
Michelle, On Feb 2, 2006, at 8:26 PM, Michelle W wrote: > Hi, > > I have nested divs with uls > #left column > #nav > ul > #tablist > ul > > I am trying to get the #tablist width to be the same as #nav. > > http://www.thetravelingmarathoner.com/test/top12.html > http://www.thetravelingmarathoner.

Re: [css-d] Can I put a link on an image in CSS?

2006-02-18 Thread Peter Snow Cao
Els wrote: > Ah, didn't get you the first time. You can have an invisible gif > in the element, or even just a   if you set the > element to display:block;. Just position this link with > position:absolute; over the background image that's there. That > way it won't mess up any of the rest of

Re: [css-d] Font size and box sizing

2006-02-18 Thread Bill Moseley
On Sat, Feb 18, 2006 at 07:54:13PM -0500, Felix Miata wrote: > > Assuming that many (most?) users don't > > change their default font sizes, is there a list of what the > > different browsers use for their defaults? > > This should be about as close as you'll find anywhere: > IE most 12pt (16px) >

Re: [css-d] Print CSS

2006-02-18 Thread Roger Roelofs
Angus, On Feb 17, 2006, at 6:00 PM, Angus at InfoForce Services wrote: > I am trying to figure out how to make a print link for the following. > So > when the visitor presses the print button their printer prints every > thing > from the name (angus D. F. MacKinnon) to the end on two pages with

[css-d] De-applying :focus for radio buttons

2006-02-18 Thread Iorhael
Does anyone know if there is any way to set up :focus for input, textarea, and select in forms without having it applied to the radio buttons? I tried input:focus.radio and specifying the background color of the form but that did not work. Debbie http://www.drkdesign.com/debscards/cards_form.p

[css-d] Swollen picture frames

2006-02-18 Thread Cam
Hi All, List newbie so apologies in advance for any mis-steps. I have a problem getting my picture frames to stop swelling to the width of the container. I've extracted the relevant part of my problem page, pulled the reqiured CSS into the same page, and put it up at http://www.camnem.com/tes

Re: [css-d] Font size and box sizing

2006-02-18 Thread Felix Miata
Bill Moseley wrote Sat, 18 Feb 2006 16:17:20 -0800: > http://www.networksecuritytoolkit.org/nst/tools/css_examples.html > That 1 inch box is a bit larger that 1 1/8 inch on my display. I'm > wondering why. Is it 1" on your display? That's entirely dependant on the accuracy of the working D

[css-d] Font size and box sizing

2006-02-18 Thread Bill Moseley
http://www.networksecuritytoolkit.org/nst/tools/css_examples.html That 1 inch box is a bit larger that 1 1/8 inch on my display. I'm wondering why. Is it 1" on your display? Assuming my display was setup incorrectly, I checked my monitor size and resolution : 1280x960 and 19.75" diagona

Re: [css-d] CSS wildcards

2006-02-18 Thread Christian Montoya
On 2/18/06, Paul Novitski <[EMAIL PROTECTED]> wrote: > Would you really want to be able to write CSS rules like this? > > d(iv|l)(.|#)cont(act|ent) (p(re){0,1}|dt) > { > border(-.+){0,1}: 1px solid #000; > } Do you know how much slower CSS would get if w

Re: [css-d] using a "current" class on page links

2006-02-18 Thread David Hucklesby
Hi Erin, Welcome to the list. You asked: > > I've tried using a class like this one: > > .current { > color: #fff; > background: #80; > } > But because of inheritance or some reason, it's not showing up. The > rest of the relevent CSS is below. Any ideas would be appreciated. This se

[css-d] Expanding height in my page

2006-02-18 Thread Brian Gottier
It's been so long since I worked with CSS. Please Help. I have built two rounded corner type boxes on this page: http://www.iamsentme.com Yes they are rather like tables, but they work except for one thing I'd like to fix, I would like to be able to add content, and have BOTH boxes expand in hei

Re: [css-d] IE6 list hover background error

2006-02-18 Thread Mikolaj Misiurewicz
> > ... 1) When I hover over menu_1 or menu_2, which are menus with > > background-images changing on :hover, using IE6, they blink - before > > the "hover" image is applied, all images dissapear for a second. > > Sounds like the IE6 flicker > http://www.fivesevensix.com/studies/ie6flicker Wow,

Re: [css-d] CSS wildcards

2006-02-18 Thread Paul Novitski
At 08:30 AM 1/25/2006, Stephen R Laniel wrote: >Just to be clear, it's a totally reasonable thing to expect >from CSS. It would be nice to be able to define > >h[0-9] { > font-family: Verdana, sans-serif; >} > >instead of the ungainly > >h1, h2, h3, h4, h5, h6, h7, h8, h9 { > font-f

Re: [css-d] IE6 list hover background error

2006-02-18 Thread Ingo Chao
Garet Jax / Mikolaj Misiurewicz wrote: > ... http://www.psychologia.pl/projekt/NSW/ > > with subpages, for example, here: > http://www.psychologia.pl/projekt/NSW/badania.php > > ... 1) When I hover over menu_1 or menu_2, which are menus with > background-images changing on :hover, using IE6, they

[css-d] IE6 list hover background error

2006-02-18 Thread Mikolaj Misiurewicz
Hi, I am designing a site: http://www.psychologia.pl/projekt/NSW/ with subpages, for example, here: http://www.psychologia.pl/projekt/NSW/badania.php and it have almost no errors, related to css handling by different browsers, except: 1) When I hover over menu_1 or menu_2, which are menus with

Re: [css-d] Can I put a link on an image in CSS?

2006-02-18 Thread Els
Peter Snow Cao wrote: > Els wrote: > >> No, you have to add the link code http://locusmeus.com/ http://locusoptimus.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http:

Re: [css-d] Can I put a link on an image in CSS?

2006-02-18 Thread Peter Snow Cao
Els wrote: > No, you have to add the link code 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 by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] using a "current" class on page links

2006-02-18 Thread Ingo Chao
Erin Spangler wrote: > www.thedogsonline.com/highland/index.html > http://www.thedogsonline.com/highland/highland-main.css > > Only the links on the right side of the page are active at the moment > and the "current" class is attached to the "What we believe" link. rh-col ul li.current a { sho

Re: [css-d] using a "current" class on page links

2006-02-18 Thread Erin Spangler
Thanks for the ideas, but I'm still not getting it to work. :( Actually, the more I think about it, it's probably not a good idea anyway as the five links on the right side all lead to the same page, just different locations using internal links. However, I'd love to know what I'm doing wr

Re: [css-d] Buttons shifting in form in IE

2006-02-18 Thread Iorhael
Ingo, I found your previous post and tried apply the width...and it worked!!! Thank you so much and I'm sorry I missed it before! Debbie - Original Message - From: "Ingo Chao" <[EMAIL PROTECTED]> To: "Iorhael" <[EMAIL PROTECTED]> Cc: Sent: Saturday, February 18, 2006 2:05 AM Subject: R

Re: [css-d] Can I put a link on an image in CSS?

2006-02-18 Thread Els
Peter Snow Cao wrote: > I want to put a link to my homepage on the logo image that is > in the upper > left-hand corner of every page put there by the CSS file > (snippet below): > > http://bikechina.com/ > > #header { > background-color: #091c5a; > background-image: url(images/bc-logosm.gif); >

[css-d] Can I put a link on an image in CSS?

2006-02-18 Thread Peter Snow Cao
I want to put a link to my homepage on the logo image that is in the upper left-hand corner of every page put there by the CSS file (snippet below): http://bikechina.com/ #header { background-color: #091c5a; background-image: url(images/bc-logosm.gif); background-repeat: no-repeat; background-att

[css-d] css menu problem

2006-02-18 Thread Erman OLCA
hi all, I saw a css menu system at http://www.cssplay.co.uk/menus/dropdown.html. I copied it (he says it's free). but its submenus are getting under my web controls like textbox selectbox or button. how can i solve this problem. Both ie and firefox shows its submenus under controls so i can no

Re: [css-d] using a "current" class on page links

2006-02-18 Thread francky
Paul Novitski wrote: > [...] > At 07:24 PM 2/17/2006, francky wrote: > >> #left-top-nav li .current a { color: #fff; background: #80; } > > francky, I think you mean li.current not li .current > [...] Oops, you are right! As a penance I made a testpage

Re: [css-d] Buttons shifting in form in IE

2006-02-18 Thread Ingo Chao
Iorhael wrote: > Hi, am still wondering if anyone knows I can prevent the Submit and Reset > buttons from shifting when clicked in this form: Did you try my suggestion? Ingo -- http://www.satzansatz.de/css.html __ css-discuss

Re: [css-d] using a "current" class on page links

2006-02-18 Thread Paul Novitski
At 06:11 PM 2/17/2006, Erin Spangler wrote: >I've tried using a class like this one: > >.current { > color: #fff; > background: #80; >} >But because of inheritance or some reason, it's not showing up. At 07:24 PM 2/17/2006, francky wrote: >#left-top-nav li .current a { color: #fff; backgr

[css-d] li gap doesn't show up in Safari, Mac IE

2006-02-18 Thread Shoshanna Love
Hi all, I know this has been discussed a lot but I must be missing something important, because nothing I've tried has really worked. I have a list of image links in a list with no white space between the li's in the HTML. In Win IE and Firefox a gap appears around the images. In Safari and

Re: [css-d] Buttons shifting in form in IE

2006-02-18 Thread Philippe Wittenbergh
On Feb 18, 2006, at 4:18 PM, Iorhael wrote: > Hi, am still wondering if anyone knows I can prevent the Submit and > Reset buttons from shifting when clicked in this form: > > http://www.drkdesign.com/debscards/cards_form.php > > The code for the buttons: > > input[type=submit], input[type=reset