[css-d] Link hovering wierdness in IE

2006-03-20 Thread Iorhael
Hi, I have a really strange thing going on when hovering over menu links in IE in this web site. I just added a background image for the menu links on hover...it works fine in Firefox and Opera, but in IE, hovering over and clicking on the links causes really strange things to happen, including

[css-d] Getting info to vertically align to the center of a div

2006-03-20 Thread Joanne
I have the following css code: #fooddivs{ background-color: #ff; border: 1px dotted #CC; padding: 3px; margin-top: 8px; height: 130px; } #foodimage{ float: left; } #foodinfo{ float: inherit; margin-left: 200px;} and the following html: text will be going in here The information is vert

[css-d] IE Highlighting Bug

2006-03-20 Thread Colin Sheaff
I'm sure I could suss this out with enough hours of research and trial-and-error tweaking of the site, but I would love to resolve this quicker so I ask for your help. http://www.canastamusic.com/press For some reason when using the mouse to highlight text (to copy text to the clipboard) IE 6.0 wi

Re: [css-d] accessible rounded tab menu - recommendations

2006-03-20 Thread Christian Heilmann
> Hi > > Can someone recommend an accessible /rounded tab menu/ (not drop down)? > There are so many out there with varying degrees of 'downsides'. Has > someone used one that's worked well? I've done that one for a friend and she is rather happy with it: http://icant.co.uk/articles/flexible-css-m

Re: [css-d] CSS One Line Horizontal Drop Down Menu Problems

2006-03-20 Thread Roger Roelofs
Scott, On Mar 20, 2006, at 10:41 PM, Scott Moore wrote: > I'm having trouble getting the following menu - > http://216.70.102.208/nav/ > to play nice in Windows IE 6/5.5/5 and Windows & OS X Firefox. > Safari however, seems to be good. - can't help with ie/win right now. > And then in Firefox, i

[css-d] CSS One Line Horizontal Drop Down Menu Problems

2006-03-20 Thread Scott Moore
I'm having trouble getting the following menu - http://216.70.102.208/ nav/ - to play nice in Windows IE 6/5.5/5 and Windows & OS X Firefox. Safari however, seems to be good. In IE, the drop down menu gains vertical size compared to Firefox and the drop down menu for Contact Us doesn't appear

Re: [css-d] Moved down a line?

2006-03-20 Thread Cole Tuininga
On 3/20/06, lirys Ca <[EMAIL PROTECTED]> wrote: > Hi Eveeyone i havent posted before so hope this is right *smiles* Well, it's right enough to work for me! 8) Thanks. -- Cole Tuininga http://www.tuininga.org/ __ css-discuss [EM

[css-d] Freeze Grid Header + Grid Header Scrolls Horizontally ?

2006-03-20 Thread Albert Kam
Hi, i'm a newcomer and newbie, my name is Albert Kam. Nice to meet you all ! And i've got this problem about freezing grid header + horizontal scrolling for the grid header .. Do you guys by any chance have any solutions that work for firefox, or better if it also works in netscape and IE ? You ca

Re: [css-d] accessible rounded tab menu - recommendations

2006-03-20 Thread francky
Virtuallee wrote: >Hi > >Can someone recommend an accessible /rounded tab menu/ (not drop down)? >There are so many out there with varying degrees of 'downsides'. Has >someone used one that's worked well? > >Thanks! >Lee > > Hi Lee-Ann, I think it depends on what you want with the tabs: is it

[css-d] Keeping a background gradient aligned with text expansion

2006-03-20 Thread David Pratt
Hi there. Can anyone provide any hints on keeping a background gradient aligned as text size is expanded. Let's say I have a global menu with a top to bottom gradient that is lighter at the center and darker at the edges and start with 80% font size. I want to enlarge the text by some % but I w

Re: [css-d] list item style difference in IE6 / FF

2006-03-20 Thread Philippe Wittenbergh
On Mar 21, 2006, at 7:18 AM, Gunlaug Sørtun wrote: > Paul Kaye wrote: >> I've styled the list items on this page to have padding-bottom of >> 3px; they look fine in DW8 and FF 1.5.0.1, but there's too much of a >> space between list items in IE6. I just can't work out why. Can >> anyone help? >

Re: [css-d] two background images in h1

2006-03-20 Thread francky
Gunlaug Sørtun wrote: >> >Give that page a few [+]steps font-resizing in Firefox. You'll see that >the headline-text is growing downwards - even before splitting into two >lines. Ideally (from my point of view), a better alig

Re: [css-d] CSS puzzle: variable column layout

2006-03-20 Thread ~davidLaakso
Johnson, Mark (NIH/NLM/NCBI) [C] wrote: > This should be simple, but I find nothing googling. Perhaps you can help? > > I'd like a single CSS 1-, 2-, or 3- column layout, where the number of columns > depends on presence/absence of a div. I'd prefer liquid center, > and fixed-width left and right,

Re: [css-d] Background image covers text

2006-03-20 Thread Holly Bergevin
From: Bryan Husk <[EMAIL PROTECTED]> >If I apply a background image to the nested div (it's "feature" channel >in the side column), the text in that area is covered by the background >image. The link text will appear when you roll over it, but it's no >visible on load. > >The problem appears to

[css-d] CSS puzzle: variable column layout

2006-03-20 Thread Johnson, Mark \(NIH/NLM/NCBI\) [C]
This should be simple, but I find nothing googling. Perhaps you can help? I'd like a single CSS 1-, 2-, or 3- column layout, where the number of columns depends on presence/absence of a div. I'd prefer liquid center, and fixed-width left and right, and a footer that stretches across the bottom. S

Re: [css-d] Moved down a line?

2006-03-20 Thread lirys Ca
Hi Eveeyone i havent posted before so hope this is right *smiles* made the title float left insted of text-alaign works in my firefox and ie #title { float: left; vertical-align: middle; width: 80%; margin: 0; padding: 0 0 0 1em; font-size: 16px; white-space: nowrap; border: 2px solid #009

Re: [css-d] Moved down a line?

2006-03-20 Thread Brian Funk
on 3/20/2006 3:48 PM Cole Tuininga said the following: > > The page in question: http://ce.tuininga.org:12345/ > > for some reason the little logo is being > shifted down a line and I can't seem to figure out why? > > The css (http://ce.tuininga.org:12345/css/web.css) try floating the #titleb

[css-d] Moved down a line?

2006-03-20 Thread Cole Tuininga
Ok - I'm pretty sure I'm doing something boneheaded, but I can't seem to figure out how. The page in question: http://ce.tuininga.org:12345/ The effect is supposed to be somewhat akin to a terminal. At the moment I'm playing with the title bar. If you notice, the text comes up aligned correctly

Re: [css-d] list item style difference in IE6 / FF

2006-03-20 Thread Gunlaug Sørtun
Paul Kaye wrote: > I've styled the list items on this page to have padding-bottom of > 3px; they look fine in DW8 and FF 1.5.0.1, but there's too much of a > space between list items in IE6. I just can't work out why. Can > anyone help? > > http://www.pavolk.net/cyclingthevistula/resources.ht

Re: [css-d] (no subject)

2006-03-20 Thread Steve Frost
You have just learnt your first lesson of designing using CSS. IE is not standards compliant, when coding CSS use firefox for previewing your site, once you have it how you want, then view in IE and apply conditional comments to fix it. Steve Frost Frank Rees wrote: > Hi All, > > I have recentl

[css-d] list item style difference in IE6 / FF

2006-03-20 Thread Paul Kaye
I thought I was a fast-improving beginner, but this has stumped me. I've styled the list items on this page to have padding-bottom of 3px; they look fine in DW8 and FF 1.5.0.1, but there's too much of a space between list items in IE6. I just can't work out why. Can anyone help? http://www.pa

[css-d] (no subject)

2006-03-20 Thread Frank Rees
Hi All, I have recently built my first CSS-dependent website. When it is rendered by MSIE it looks good; however, when rendered by Netscape it completely breaks down. Does anyone have any ideas how I could hack the CSS styling to make it work in Netscape. I never viewed the site in any of the

Re: [css-d] Including List Bullets Inside Links

2006-03-20 Thread Duckworth, Nigel
Les Mizzell: "I'm using an image for bullets on a list of links. Client want you to be able to click the bullet as well as the link." To make the bullet "clickable" I would put the bullet on the background of the link and pad that area to give the bullet space, like so: Link 1 .

Re: [css-d] Text resize to Largest breaks site display in IE

2006-03-20 Thread Jeremy Snider
Thx Georg - the overflow-x: hidden in my IE-specific stylesheets seems to have fixed my problem with overflowing text bumping my floated divs. (At 'Largest' text size setting in IE this doesn't actually cut off any text, so it seems fine to use.) Also, I found your recent suggestion to ad

[css-d] Background image covers text

2006-03-20 Thread Bryan Husk
Hello, I have a page layout where a nested div is inside a floating column div. If I apply a background image to the nested div (it's "feature" channel in the side column), the text in that area is covered by the background image. The link text will appear when you roll over it, but it's no vi

Re: [css-d] Float jumping horizontally in IE on click-drag

2006-03-20 Thread Ingo Chao
Eric Shepherd wrote: > http://www.fisher-price.com/fp.aspx?st=2182&e=product&pid=34783 On a local copy, this seems to stabilize it /* PRODUCT INFO */ * html #product-info { display: inline; position: relative; } but not live via DomExplorer. Ingo -- http://www

Re: [css-d] Text resize to Largest breaks site display in IE

2006-03-20 Thread Al Sparber
From: "Gunlaug Sørtun" <[EMAIL PROTECTED]> > One solution - add... > > #menu, #sidebar {overflow-x: hidden;} > > ...preferably for IE/win only. > > You should also look at methods for auto-breaking such text-lines > when > necessary - at least in IE/win. Have a look back for similar case(s) > on

Re: [css-d] Text resize to Largest breaks site display in IE

2006-03-20 Thread Gunlaug Sørtun
Jeremy Snider wrote: > I am having a problem in which resizing the text size to 'Largest' > (through the browser) causes my floated main content to jump down > under my left navigation in IE 5/6. www.snider-web.com/GEO_new/ #menu (and also #sidebar) grows in width in IE because there are some un

Re: [css-d] Calling different navigation colours for different divs

2006-03-20 Thread Don - htmlfixit.com
Richard Brown wrote: > Hi > > Is it possible to name different navigation colours for different divs > please? The site in question is: > > style.css> > > If you notice the botto

Re: [css-d] Float jumping horizontally in IE on click-drag

2006-03-20 Thread Eric Shepherd
I'm a moron. Here's the link: http://www.fisher-price.com/fp.aspx?st=2182&e=product&pid=34783 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?

Re: [css-d] Frame is empty in IE

2006-03-20 Thread Ingo Chao
Piotr Zalewa wrote: > > http://test.bandwagon.co.uk/iframe.html (.../frame.html) > Welcome Piotr, The page that doesn't show up inside the iframe, http://test.bandwagon.co.uk/forums/ has this rule * html { position: relative; } by removing it via IEDomExplorer toolbar, the iframe renders more

Re: [css-d] two background images in h1

2006-03-20 Thread Gunlaug Sørtun
>>> > > >> I've included a slight improvement in the styles above, by adding a >> padding-top on h1. It'll always be a compromise though, since I >> didn't want to change the source-code or the background image. > > > I'm curious.. as to your

[css-d] Calling different navigation colours for different divs

2006-03-20 Thread Richard Brown
Hi Is it possible to name different navigation colours for different divs please? The site in question is: If you notice the bottom set of boxes are surrounded by a colo

Re: [css-d] Including List Bullets Inside Links

2006-03-20 Thread Piotr Zalewa
On Mon, 2006-03-20 at 11:54 -0500, Les Mizzell wrote: > I'm using an image for bullets on a list of links. > Client want you to be able to click the bullet as well as the link. > > Short of setting the list with no bullets and including the image like: > > Link Text 1 Here > Link Text 2 Here li

[css-d] Frame is empty in IE

2006-03-20 Thread Piotr Zalewa
Hi It's my first post on this list. I stuck on a problem: I need to do a iframed (or framed) version of the site. I included a CSS file which just sets [display: none] to divs with header, ads and footer. It worked perfectly in FF, but IE displays just the blank screen. I changed the code to remo

Re: [css-d] Including List Bullets Inside Links

2006-03-20 Thread Jesse Skinner
> I can do this and include the image bullet in my CSS: > > Link Text 1 Here > Link Text 2 Here > > ...which I'm 100% sure *ain't* legal, but does work. > > Other suggestions? Try something like this (adjusting to fit the width of the bullet image): li a { position: relative; left: -20px; padding

[css-d] Text resize to Largest breaks site display in IE

2006-03-20 Thread Jeremy Snider
Hi, I am having a problem in which resizing the text size to 'Largest' (through the browser) causes my floated main content to jump down under my left navigation in IE 5/6. This doesn't seem to happen in FF/Safari/NN (unsurprisingly). My development site is at: www.snider-web.com/GEO_new/

[css-d] Including List Bullets Inside Links

2006-03-20 Thread Les Mizzell
I'm using an image for bullets on a list of links. Client want you to be able to click the bullet as well as the link. Short of setting the list with no bullets and including the image like: Link Text 1 Here Link Text 2 Here ...which is pretty nasty I can do this and include the image bull

[css-d] Float jumping horizontally in IE on click-drag

2006-03-20 Thread Eric Shepherd
The page is here: http://fpdev/fp.aspx?st=2182&e=product&pid=34783 This site just went live. The bug isn't activated on hover, it happens when you click-drag the links without following them. Only in IE, of course. To see the bug: Alternatively click-drag the logo in the top left corner and the "

Re: [css-d] two background images in h1

2006-03-20 Thread Brian Funk
Gunlaug Sørtun wrote: > Brian Funk wrote: >> > I've included a slight improvement in the styles above, by adding a > padding-top on h1. It'll always be a compromise though, since I didn't > want to change the source-code or the background image.

Re: [css-d] How to disable entries in a select list for IE

2006-03-20 Thread Peter Neu
Well, I'm doing a demo version of a regular application. The regular application needs selection lists because there are way too many entries to be rendered in check boxes/radio buttoms. And I also need to display non-selectable elements. This has nothing to do with reason just marketing. :o/

Re: [css-d] How to disable entries in a select list for IE

2006-03-20 Thread James MacLeod
If its a select list I am guessing that you want to select more than one, so maybe a list of checkboxes, rather than radio buttons. The other option is if you are dynamically producing the contents of the list, then just leave out the unavailable elements rather than disabling them. James

Re: [css-d] How to disable entries in a select list for IE

2006-03-20 Thread Christian Heilmann
> Hello, > > I need to disable certain entries in a select list. Unfortunately IE does > not support this feature. Is there any way to do this? Can I get by with an > htc file? If yes how? More interesting: Why? If the browser does not support something there is normally a reason for it. Maybe you

[css-d] How to disable entries in a select list for IE

2006-03-20 Thread Peter Neu
Hello, I need to disable certain entries in a select list. Unfortunately IE does not support this feature. Is there any way to do this? Can I get by with an htc file? If yes how? Cheers, Pete __ css-discuss [EMAIL PROTECTED] ht

[css-d] Default form styling

2006-03-20 Thread subs
I recently read Eric Meyer's excellent article and comments on undoing html.css: http://www.meyerweb.com/eric/thoughts/2004/09/15/emreallyem-undoing-htmlcss/ The site I'm working on needs to have a whole raft of CSS "zeroed-out", as a lot of content is shared with partners. My problem is styling

Re: [css-d] two background images in h1

2006-03-20 Thread Gunlaug Sørtun
Brian Funk wrote: > > Can one put two background images in 1 header element? No. Only one background image can go on each element > On the following page I would like to have the h1's background image > to also show on the right side with the t

[css-d] Problem with hover functionality & htc file

2006-03-20 Thread Peter Neu
Hello, I would like to use the hover functionality for the li elements. In Eric's book there is this example where you hover over a li element and a submenu opens. I reused the htc file which is used by the book for this purpose. But I get this securtiy alert from IE with the htc file (because of