Re: [css-d] Positioning--General Question about Approach

2006-07-10 Thread francky
Michael Landis wrote: >On 7/10/06, Emily Ellis <[EMAIL PROTECTED]> wrote: > > >>Hello Everyone, >> >>I have used style sheets for a while for formatting text and that sort of >>thing. I am now experimenting with using it for positioning. I'm not >>getting how to do this without spending a

Re: [css-d] Horizontal menu (positioning)

2006-07-10 Thread francky
Alicia C wrote: >Hello =) I'm kinda new to this whole CSS thing and I tried to buid a layout, >but there's a problem: > >How can I make the horizontal menu here: >http://www.freewebs.com/highwayjunkie/blog2.htm > >Look like this? > >http://www.freewebs.com/highwayjunkie/test1.htm > >I tried to put

Re: [css-d] position: absolute -- relative to

2006-07-10 Thread Bill Moseley
On Tue, Jul 11, 2006 at 10:34:20AM +0900, Philippe Wittenbergh wrote: > >Is it possible to make it relative to the second enclosing block? > >(the instead of the ?) > > The only browser that supports what you want to do is iCab 3.0. > > CSS 2.1 has this to say on the subject: > "The effect of 'p

Re: [css-d] style the parent object?...

2006-07-10 Thread Michael Landis
On 7/10/06, Karl Jacobs <[EMAIL PROTECTED]> wrote: > As you know, in a dropdown/flyout menu, if you have a item's > background change using a:hover, once you roll off of that to the > next level of the dropdown (I currently have 3 levels). the > background change goes away. > > What I would like t

Re: [css-d] Clearing Floats and Removing Vert Space

2006-07-10 Thread Audra Coldiron
>My issue is that, when trying to clear the float, I'm getting >unnecessary >space added beneath the navbar. In IE, of course, the size of this space >doubles over what I see in Safari or Mozilla browsers. > I had that same problem in IE when clearing a floated div, and found that putting a hei

Re: [css-d] Clearing Floats and Removing Vert Space

2006-07-10 Thread Michael Landis
On 7/10/06, Anthony Baker <[EMAIL PROTECTED]> wrote about http://www.coachandgrowrich.net/template_drafts/interior_07july2006.php: > My issue is that, when trying to clear the float, I'm getting > unnecessary space added beneath the navbar. In IE, of course, the size of > this space > doubles ove

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

2006-07-10 Thread Ingo Chao
cj wrote: >> 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]) .

Re: [css-d] Positioning--General Question about Approach

2006-07-10 Thread Michael Landis
On 7/10/06, Emily Ellis <[EMAIL PROTECTED]> wrote: >Hello Everyone, > > > I have used style sheets for a while for formatting text and that sort of > thing. I am now experimenting with using it for positioning. I'm not > getting how to do this without spending a lot of time in trial and

Re: [css-d] Drop down menu not working in IE

2006-07-10 Thread francky
Portman wrote: >Hi all, > >I reworked one of my sites so that it has two columns - one on either >side of the content. I copied the drop down menu (next to the picture of >the body) straight from the original into the new version, but now it >does not work in IE. I am losing my mind trying to f

Re: [css-d] Drop down menu not working in IE

2006-07-10 Thread Steve Clason
Portman wrote: > I reworked one of my sites so that it has two columns - one on either > side of the content. I copied the drop down menu (next to the picture of > the body) straight from the original into the new version, but now it > does not work in IE. I am losing my mind trying to figure o

[css-d] position: absolute -- relative to

2006-07-10 Thread Bill Moseley
I'm using a sub-menu system that's inside a and looks like: [menu link] sub menu item 1 sub menu item 2 It's been a while, but

Re: [css-d] Content invisible in IE - shows when hovering

2006-07-10 Thread francky
Albert van der Veen wrote: >Hello list, > >Please have a look at the following page: >http://www.humanrightsimpact.org/top/search/ search for 'human' for >instance and a list of searchresults appears. However, in IE6/Win (haven't >tested other IE's) a white gap shows between search box and firs

[css-d] Horizontal menu (positioning)

2006-07-10 Thread Alicia C
Hello =) I'm kinda new to this whole CSS thing and I tried to buid a layout, but there's a problem: How can I make the horizontal menu here: http://www.freewebs.com/highwayjunkie/blog2.htm Look like this? http://www.freewebs.com/highwayjunkie/test1.htm I tried to put it in a separate div, with

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 l

[css-d] Drop down menu not working in IE

2006-07-10 Thread Portman
Hi all, I reworked one of my sites so that it has two columns - one on either side of the content. I copied the drop down menu (next to the picture of the body) straight from the original into the new version, but now it does not work in IE. I am losing my mind trying to figure out what the pr

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

2006-07-10 Thread Ingo Chao
Debbie Campbell wrote: > In this page the height of the #content div is expanding to fit the content > fine in IE, but not in FF or Opera. I've got min-height set to 440 and > that's what FF/Opera is showing - it won't do anything but 440, no matter > what goes in the div. > http://www.parallaxwebd

Re: [css-d] Content invisible in IE - shows when hovering

2006-07-10 Thread Michael Landis
On 7/10/06, Albert van der Veen <[EMAIL PROTECTED]> wrote: > Hello list, > > Please have a look at the following page: > http://www.humanrightsimpact.org/top/search/ search for 'human' for > instance and a list of searchresults appears. However, in IE6/Win (haven't > tested other IE's) a white gap

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

2006-07-10 Thread Debbie Campbell
In this page the height of the #content div is expanding to fit the content fine in IE, but not in FF or Opera. I've got min-height set to 440 and that's what FF/Opera is showing - it won't do anything but 440, no matter what goes in the div. http://www.parallaxwebdesign.com/projects/falcon/pmachi

Re: [css-d] nav problems

2006-07-10 Thread Michael Landis
On 7/9/06, Stuart King <[EMAIL PROTECTED]> wrote about http://www.thelavenderfarminlincoln.com/loo_site/index.htm: > How do I get my menu items placed neatly within the divs? The go out > of the background bar. Hi, Stuart, The only thing I see that might fit your description is what happens when

[css-d] style the parent object?...

2006-07-10 Thread Karl Jacobs
Howdy, I'm doing a standard suckerfish-style dropdown/flyout menu, but I'd like to add something. As you know, in a dropdown/flyout menu, if you have a item's background change using a:hover, once you roll off of that to the next level of the dropdown (I currently have 3 levels). the back

[css-d] the wiki [WAS Re: centering entire content in IE]

2006-07-10 Thread Zoe M. Gillenwater
Els wrote: > Christian Heilmann wrote: > >>> Simon Kerr wrote: >>> Hi all. Does anyone know if there's a way to centralize an entire page's content in the browser using IE? I've tried margin:0 auto but no luck. >>> http://locusmeus.com/html-css/centeringpage.h

Re: [css-d] my bad.... CSS issues Take three. -apology/clarification

2006-07-10 Thread Zoe M. Gillenwater
Melissa Carraway wrote: >>> http://ndc-mddev.isg.syssrc.com/html/about_overview.htm >>> >> This is the same issue. I do not understand the question with regard to >> the first paragraph cited here, or with regard to the last post of Zoe >> in one of your threads. Besides #ndc-sub-06, there i

Re: [css-d] bizarre Safari rendering

2006-07-10 Thread Ingo Chao
Greg Delisle wrote: > http://www.ebird.org/content/ > > If you don't see it right away, hit reload a couple of times. You > will eventually see the content in the right side bar rendered > multiple times on top of each other. I once made a reduction http://bugzilla.opendarwin.org/attachment.

Re: [css-d] centering entire content in IE

2006-07-10 Thread Christian Heilmann
> >>> Hi all. Does anyone know if there's a way to centralize an > >>> entire page's content in the browser using IE? I've tried > >>> margin:0 auto but no luck. > >> > >> http://locusmeus.com/html-css/centeringpage.html > > > > Why link third party sites when the WIKI has the answer? > > http://cs

Re: [css-d] centering entire content in IE

2006-07-10 Thread Els
Christian Heilmann wrote: >> Simon Kerr wrote: >>> Hi all. Does anyone know if there's a way to centralize an >>> entire page's content in the browser using IE? I've tried >>> margin:0 auto but no luck. >> >> http://locusmeus.com/html-css/centeringpage.html > > Why link third party sites when the W

Re: [css-d] centering entire content in IE

2006-07-10 Thread Els
Dave Goodchild wrote: > #wrapper { > position: relative; > left: 50%; > margin-left: -370px; > width: 740px; > } Meaning your page will start losing the left side on window widths narrower than 740px. Haven't we been here before? Yup, we have :-) http://archivist.incutio.com/viewlist/css-discus

Re: [css-d] centering entire content in IE

2006-07-10 Thread Christian Heilmann
> Simon Kerr wrote: > > Hi all. Does anyone know if there's a way to centralize an > > entire page's content in the browser using IE? I've tried > > margin:0 auto but no luck. > > http://locusmeus.com/html-css/centeringpage.html Why link third party sites when the WIKI has the answer? http://css-d

Re: [css-d] centering entire content in IE

2006-07-10 Thread Els
Simon Kerr wrote: > Hi all. Does anyone know if there's a way to centralize an > entire page's content in the browser using IE? I've tried > margin:0 auto but no luck. http://locusmeus.com/html-css/centeringpage.html -- Els http://locusmeus.com/ http://locusoptimus.com/ __

Re: [css-d] centering entire content in IE

2006-07-10 Thread Dave Goodchild
On 10/07/06, Simon Kerr <[EMAIL PROTECTED]> wrote: > > > Hi all. Does anyone know if there's a way to centralize an entire > page's content in the browser using IE? I've tried margin:0 auto but no > luck. The page has three columns that alter size in all other browsers. > For IE, I decided to keep

[css-d] centering entire content in IE

2006-07-10 Thread Simon Kerr
Hi all. Does anyone know if there's a way to centralize an entire page's content in the browser using IE? I've tried margin:0 auto but no luck. The page has three columns that alter size in all other browsers. For IE, I decided to keep the layout fixed which gets round the fact that there's no

Re: [css-d] my bad.... CSS issues Take three.

2006-07-10 Thread David Laakso
Ingo Chao wrote: > Melissa Carraway wrote: > >> Question #! again: >> 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: ... >> http://www.decisiveel

Re: [css-d] Suppressing in print

2006-07-10 Thread Skip Knox
Perfect. I never even thought about list-style: none. Didn't know it was there; didn't think to look. The border:0 is painfully obvious. Shoulda spotted that one! Anyway, thanks to Brian for the quick response. Skip Knox Boise State University [EMAIL PROTECTED] ___

Re: [css-d] my bad.... CSS issues Take three. -apology/clarification

2006-07-10 Thread Melissa Carraway
I'm sorry - I must not be very clear. Thank you for being patient with me, I'm new to this and I'll try to be clearer about my questions. >>http://ndc-mddev.isg.syssrc.com/html/about_overview.htm >This is the same issue. I do not understand the question with regard to >the first paragrap

[css-d] bizarre Safari rendering

2006-07-10 Thread Greg Delisle
Please take a look at this page with a Safari browser: http://www.ebird.org/content/ If you don't see it right away, hit reload a couple of times. You will eventually see the content in the right side bar rendered multiple times on top of each other. My best efforts at tracking down this bug

[css-d] Suppressing in print

2006-07-10 Thread Skip Knox
I generally understand how to handle a print.css, but I'm encountering two challenges that puzzle me. One I can kludge, the other I can't. 1. I have a border-right set in my main stylesheet, but I don't want it to print. My print.css of course inherits everything from main.css, so I can't just rem

[css-d] Clearing Floats and Removing Vert Space

2006-07-10 Thread Anthony Baker
Hey Folks, Am hoping someone might be able to offer a solution here. I've got a navbar I'm putting together for a template that's in progress. The navbar is inside a couple of containers, allowing me to float the navbar to the right and still have a background with the same height that spans

Re: [css-d] Help with vertical nav bar

2006-07-10 Thread David Laakso
Dave Goodchild wrote: > On 10/07/06, David Laakso <[EMAIL PROTECTED]> wrote: > >> Dave Goodchild wrote: >> >>> Hi all, please excuse the childish design of this site: >>> >>> http://www.machine-plant.co.uk/index.php >>> >>> as the client has insisted on it. However, in IE there are signific

Re: [css-d] my bad.... CSS issues Take three.

2006-07-10 Thread Ingo Chao
Melissa Carraway wrote: > Question #! again: > 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: ... > http://www.decisiveelement.com/clients/ndcsite/html

[css-d] outer DIV wont fit inner div copy. New (working) links

2006-07-10 Thread Melissa Carraway
It seems that when I uploaded my files to my computer at home, it all stopped working right and some images got lost. I uploaded it here to the servers at work, and the image problems have gone away for the most part (except for where Dreamweaver likes to make my links absolute.) The DIV text

Re: [css-d] Help with vertical nav bar

2006-07-10 Thread Dave Goodchild
On 10/07/06, David Laakso <[EMAIL PROTECTED]> wrote: > > Dave Goodchild wrote: > > Hi all, please excuse the childish design of this site: > > > > http://www.machine-plant.co.uk/index.php > > > > as the client has insisted on it. However, in IE there are significant > > spaced between the nav butto

[css-d] Color bar in Moz 1.7 and NN 7.x

2006-07-10 Thread Rebecca Mazur
Hi again everyone, We went live with our new code last week, and as always something turned up after the fact :) I fixed the primary problem and used the opening as an excuse for straightening up some other code with the result that more browsers came into line with what I wanted, but Mozilla

Re: [css-d] styling &

2006-07-10 Thread Christian Heilmann
> All, > Is it also possible to style the select en option tag ? > I have al pull down menu > > Dit is een test > Dit ook > > I know how to give them a background color but I whanna know if it is > possible to change the arrow image, border, size. Just to style the > whole select element. No. Se

[css-d] Positioning--General Question about Approach

2006-07-10 Thread Emily Ellis
Hello Everyone, I have used style sheets for a while for formatting text and that sort of thing. I am now experimenting with using it for positioning. I’m not getting how to do this without spending a lot of time in trial and error—shifting a few pixels this way and that. Is it

[css-d] my bad.... CSS issues Take three.

2006-07-10 Thread Melissa Carraway
Sorry - silly case sensitive links. It should work now :) Here are my last two questions: Question #! again: 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 issu

[css-d] styling &

2006-07-10 Thread Sander van Surksum
All, Is it also possible to style the select en option tag ? I have al pull down menu Dit is een test Dit ook I know how to give them a background color but I whanna know if it is possible to change the arrow image, border, size. Just to style the whole select element. Regards, Sande

Re: [css-d] Help with vertical nav bar

2006-07-10 Thread David Laakso
Dave Goodchild wrote: > Hi all, please excuse the childish design of this site: > > http://www.machine-plant.co.uk/index.php > > as the client has insisted on it. However, in IE there are significant > spaced between the nav buttons, which line up nicely in FF. Any ideas while > I continue to troub

Re: [css-d] blink bug

2006-07-10 Thread Portman
I don't see the blink, but the site is really weird in IE. Riva N.Sorokin wrote: > 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.Sor

Re: [css-d] Help with vertical nav bar

2006-07-10 Thread Danilo Laurindo
Have you tried removing all padding and margins using the universal selector? * { padding:0; margin:0; } Maybe that will work... __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub

[css-d] Content invisible in IE - shows when hovering

2006-07-10 Thread Albert van der Veen
Hello list, Please have a look at the following page: http://www.humanrightsimpact.org/top/search/ search for 'human' for instance and a list of searchresults appears. However, in IE6/Win (haven't tested other IE's) a white gap shows between search box and first result. The content that should

Re: [css-d] Problems in 3D :)

2006-07-10 Thread Derick
Try changing the z-index of your content DIV. Santiago Restrepo wrote: > Hi css-d: > > I'm bringing css to my work place, and they've liked it a lot, but we have a > problem. > > We went to cssplay.co.uk for a dropdown menu and (as usual) in firefox works > great, but we have a problem with the po

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

2006-07-10 Thread Blake Haswell
On 7/9/06, Micky Hulse <[EMAIL PROTECTED]> wrote: > Micky Hulse wrote: > > I do not have the link anymore, but I remember seeing one example a > while back that used transparent png's to mask the top and bottom of the > div with a fade-like effect... thought that was interesting way to > spice-up a

[css-d] Help with vertical nav bar

2006-07-10 Thread Dave Goodchild
Hi all, please excuse the childish design of this site: http://www.machine-plant.co.uk/index.php as the client has insisted on it. However, in IE there are significant spaced between the nav buttons, which line up nicely in FF. Any ideas while I continue to troubleshoot? -- http://www.web-buddh

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

2006-07-10 Thread francky
Michael B Allen wrote: >>Try this.(CSS) >>[...] >> >> >This won't work for me because I don't want margins, I want cells. There's >nothing in the cells (right now) but the background color of some is >different to give the effect of a band across the entire screen. > >What I ended up doing was

[css-d] IE - Horizontal Navigation - UL - LI - UL Background Color Missing

2006-07-10 Thread TMH Design
If someone would be so kind to help me out with this I sure would appreciate it. I've spent a couple of hours on this and thought I have got the navigation almost exactly how I want it I am having two issues. 1. The background color of the sub-menu (under Dental Services) is being ignored