[css-d] no padding on a links in ie

2006-07-09 Thread Cole Kuryakin
Hello all - First, the link: http://www.x7m.us/_clients/ukf/dev/ If you look at this in FF, and mouse-over the horizontal nav bar, you'll see the effect I'm trying to achieve in IE - the background image comes up on hover. I've tested in Netscape and Opera and all is well there. Now, look at it

Re: [css-d] overflow:auto; Used for scrolling other conent... Techniques, likes, dislikes?

2006-07-09 Thread Micky Hulse
Micky Hulse wrote: > Hi all. :) > > Does anyone know of good examples of using "overflow: auto" on a div > used for scrolling other content (divs, spans, paragraphs, images)? > > I have tried a few things that work well in Firefox, but IE seems to > ignore the overflow and the layout blows-up.

[css-d] blink bug

2006-07-09 Thread N.Sorokin
Hi all! I have some crazy bug on my site: http://sorokin.cc/indexx.html When you click on the menu which is located in left corner, you have blink in right corner. Can somebody help me? Cheers, N.Sorokin __ css-discuss [EMAIL PR

Re: [css-d] How do you make columns reach the bottom?

2006-07-09 Thread Blake Haswell
On 7/9/06, Tammy Grossbauer <[EMAIL PROTECTED]> wrote: > I'm trying to make a column background color go all the way to the footer > without content filling the div. > This is the solution I have found multiple times on the internet: > > background: #003399 url(images/blue.jpg) repeat-y; > > Now th

[css-d] Firefox and generated content

2006-07-09 Thread Uwe Kaiser
Hi list Firefox DATA: Firefox: 1.5 Windows 2000 Version: 1.8.20051.6 My Firefox crashes or freezes every time I use the following styles and the graphic is not existing (available): .contents p a[href]:before { content: url(./incx/extern.png)" "; } My question is: Is this a know

Re: [css-d] overflow:auto; Used for scrolling other conent... Techniques, likes, dislikes?

2006-07-09 Thread Christian Montoya
On 7/8/06, Micky Hulse <[EMAIL PROTECTED]> wrote: > Hi all. :) ... > What are your thoughts on using overflow:auto for content > (likes/dislikes... why)? I avoid this for one reason: the keyboard can't be used to scroll these divs. On a webpage I can scroll the body scrollbar with the arrow keys.

[css-d] AlphaImageLoader - no height or absolute positioning

2006-07-09 Thread Tom Anthony
I am removing the tables from a site and replacing with a pure css solution. I use AlphaImageLoader for opaque pngs in the design. However, in moving from a table solution to a div solution, I am having trouble making them work. I understand that AlphaImageLoader needs a div to have a set h

[css-d] nav problems

2006-07-09 Thread Stuart King
How do I get my menu items placed neatly within the divs? The go out of the background bar. url: http://www.thelavenderfarminlincoln.com/loo_site/index.htm thank you. --s __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o

[css-d] Please Help w/ Horizontal Drop Down

2006-07-09 Thread TMH Design
Using this resource - http://www.csscreator.com/menu/multimenu.php I am attempting to duplicate the menu you see on this page www.tmhdesign2.com I would like three or four items to drop down under Services. For the life of me I can't figure this code out. Look at thi

Re: [css-d] position fixed width col in center of screen?

2006-07-09 Thread Michael B Allen
> Try this.(CSS) > > > body{ > background-color:your choice; > color:your choice; > text-align:center;} > > #content{ > width:680px; > margin-left:auto; > margin-right:auto; > color:your choice; > padding:0 20px 0 20px; > text-align:left;} > > body text-align center and #content text-align lef

[css-d] blink bug

2006-07-09 Thread Bart Feenstra
What exactly do you mean with 'blink'? I cannot see any extraordinary things when I click on one of the links in the menu. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http

Re: [css-d] overflow:auto; Used for scrolling other conent... Techniques, likes, dislikes?

2006-07-09 Thread Micky Hulse
Christian Montoya wrote: > I avoid this for one reason: the keyboard can't be used to scroll > these divs. On a webpage I can scroll the body scrollbar with the > arrow keys. If any inner elements have scrollbars, they can only be > scrolled with the mouse. A, great point. I have found that bo

[css-d] Suckerfish Woes & Frustrations

2006-07-09 Thread TMH Design
Can someone please tell me why my attempt to integrate a sucker fish drop down menu is not working on this page - www.tmhdesign2.com There should be a dropdown menu under the services link. ___

[css-d] AlphaImageLoader - no height or absolute positioning

2006-07-09 Thread Tom Anthony
I am removing the tables from a site and replacing with a pure css solution. I use AlphaImageLoader for opaque pngs in the design. However, in moving from a table solution to a div solution, I am having trouble making them work. I understand that AlphaImageLoader needs a div to have a set h

[css-d] margin-top: imbalances in IE6 vs. FF1.5

2006-07-09 Thread Ian
Hi all, Hopefully this won't generate a RTFA message ;) I recently spent some time cleaning up the css for my site, simple though it is, for now. In the process of relearning all this stuff (been away from the whole web site thing for a few years), I've had my share of frustrations, to be sure.

Re: [css-d] Suckerfish Woes & Frustrations

2006-07-09 Thread Al Sparber
From: "TMH Design" <[EMAIL PROTECTED]> > www.tmhdesign2.com You have a javascript syntax error (as well as a couple of CSS errors). -- Al Sparber - PVII http://www.projectseven.com Popup Menus | Image Galleries | CSS Tutorials & Templates ---

Re: [css-d] Suckerfish Woes & Frustrations

2006-07-09 Thread Steve Clason
TMH Design wrote: > Can someone please tell me why my attempt to integrate a sucker fish drop > down menu is not working on this page - > www.tmhdesign2.com > There should be a dropdown menu under the services link. There's no second-layer navigation list under

Re: [css-d] margin-top: imbalances in IE6 vs. FF1.5

2006-07-09 Thread Steve Clason
Ian wrote: > > The issue in question is margin-top settings. I've two columns on the page > and right now, both are set to zero. That is to say, I don't have them > declared at all. That means you are depending on the default margins on browsers to be the same. You would be better off declarin

Re: [css-d] margin-top: imbalances in IE6 vs. FF1.5

2006-07-09 Thread David Laakso
Ian wrote: > > So, > how can I bring that right margin up the one- or two-percent so it's dead > even with the hr as in IE? > My guess is add to add margin-top: 0; to the h5 selector? > > www.k5zm.com > > -Ian > > I've seen a couple of incidences here where someone will ask the group to > loo

[css-d] [QUESTION] Can't get my text to wrap part 2

2006-07-09 Thread Melissa Carraway
Hey all :) I posted earlier last week about some absolutely positioned DIVs and wrapping text. I figured that issue out by using a float and margins (yay! - thanks all :) ) My NEW issue is this: I have all of my elements nested within one main DIV called "table01". My problem is that on pages

[css-d] [QUESTION[ Mac Mozilla issues?

2006-07-09 Thread Melissa Carraway
ugh... how frustrating - I've been working on this all week on a PC and it looked pretty much fine, except for the issues I mentioned earlier... This one has me baffled though. My images won't show up at all on the homepage when I view it on my mac at home. What is it doing differently? How sh

Re: [css-d] AlphaImageLoader - no height or absolute positioning

2006-07-09 Thread Ingo Chao
Tom Anthony wrote: > I understand that AlphaImageLoader needs a div to have a set height/ > width, or be positioned absolute. I can make neither of these > solutions work without breaking my design though. This is not complete, even if the MSDN article [1] could be read so. An element needs la

Re: [css-d] [QUESTION] Can't get my text to wrap part 2

2006-07-09 Thread Els
Melissa Carraway wrote: > My NEW issue is this: I have all of my elements nested within > one main DIV called "table01". My problem is that on pages > with a lot of text, the outer DIV doesn't get taller to fit > the copy. Instead it pokes out the bottom. Check it out here: > > http://www.decisive

Re: [css-d] [QUESTION[ Mac Mozilla issues?

2006-07-09 Thread Els
Melissa Carraway wrote: > ugh... how frustrating - I've been working on this all week on > a PC and it looked pretty much fine, except for the issues I > mentioned earlier... > > This one has me baffled though. My images won't show up at all > on the homepage when I view it on my mac at home. What

Re: [css-d] no padding on a links in ie

2006-07-09 Thread Ingo Chao
Cole Kuryakin wrote: > http://www.x7m.us/_clients/ukf/dev/ ... > > The background image is partially there (on hover), but it doesn't span the > height of the LI - as though IE is ignoring the vertical portion of my > a:link padding rule (9px). Add position:relative to the link. Ingo -- http:/