Re: [css-d] absolute positioned element does not cover tag in internet explorer

2005-07-22 Thread David Hucklesby
> On 7/22/05, medial | André Huf <[EMAIL PROTECTED]> wrote: > >> The  tag shows through the absolute positioned div that >> should be just above it. >> On Fri, 22 Jul 2005 22:13:53 +0100, Christian Heilmann replied: > > There is a hack using an IFRAME to "shield" the layer http://homepage.mac.com/

Re: [css-d] Is it possible? - 2 backgrounds images

2005-07-22 Thread Jan Brasna
No, you have to make use of some other elements (eg. paragraph in the box, heading, an artificial span etc. ...) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED] http://www.css

[css-d] Is it possible? - 2 backgrounds images

2005-07-22 Thread Abyss Information
Hiya CSS friends, Is it possible to have to have 2 background images? eg one in the top left hand corner and one in the top right hand corner of the one div? Abyss __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mai

Re: [css-d] Unorthodox vertical centering

2005-07-22 Thread Jan Brasna
Try -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] DL styled form causing odd gap in border

2005-07-22 Thread Paul Debban
Add position: relative; to #content. --- Paul Debban __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evol

[css-d] Unorthodox vertical centering

2005-07-22 Thread Leszek
I have a vertical centering problem that isn't covered in the Wiki - centering (vertically) when I know the height of the container but I don't know the height of the thing I want to center (a blockquote). Anyone got any ideas? - Leszek http://leszek.swirski.co.uk _

Re: [css-d] Re: Can float work with background-color?

2005-07-22 Thread 4css!!!!
>>3. I think you want a width on your second div as well. And float it right. Any time you use floats, make sure you add a width, or its not going to work, and you can float left or right on the second column. I have done both. Hope this helps 4css! -- No virus found in this outgoing messa

Re: [css-d] Tables or Lists - Editing

2005-07-22 Thread Paul Novitski
At 05:53 PM 7/22/2005, L Coulson wrote: Thanks again to Paul and Martin for help with laying out the products. I have been putting the parts together as both had things I needed, and this is where I am. http://www.kingfisherdesigns.com/Test/rings2.htm The problem I am seeing here is that the

Re: [css-d] Links affecting links

2005-07-22 Thread Paul Novitski
Ketan, I don't often toggle font-weight on hover between bold and medium because it changes the width of the text, affecting word-wrap and container-width and therefore layout. On the other hand, merely changing font-color by itself can be an obscure signal for people with color-blindness and

[css-d] Tables or Lists - Editing

2005-07-22 Thread L Coulson
Thanks again to Paul and Martin for help with laying out the products. I have been putting the parts together as both had things I needed, and this is where I am. http://www.kingfisherdesigns.com/Test/rings2.htm The problem I am seeing here is that the top two product descriptions don't show

Re: [css-d] absolute positioned element does not cover tag in internet explorer

2005-07-22 Thread Christian Heilmann
On 7/22/05, medial | André Huf <[EMAIL PROTECTED]> wrote: > Hello list, > > I searched the web for a while, is there a workaround for this? The > tag shows through the absolute positioned div that should be > just above it. There is a hack using an IFRAME to "shield" the layer http://homepage.ma

Re: [css-d] Links affecting links

2005-07-22 Thread Christian Heilmann
On 7/22/05, Ketan M. Vakil (518-506-6812) <[EMAIL PROTECTED]> wrote: > Thanks for the responses guys. I was thinking of another method - > especially because the items are not necessarily kept together in > their grouping. (The idea is to display a client listing with links > of categories down the

[css-d] Win Firefox extra space first time loaded

2005-07-22 Thread i lagos
weired problem: the first time http://www.ilagos.com/marco/published-work is loaded in Win Firefox there is extra space between the bottom of the box and the that has the caption. when i reload the page, the extra spacing goes away. once page is cached you can't see extra space. it only happen o

[css-d] Re: Can float work with background-color?

2005-07-22 Thread artcoder
> > I'm trying to do a simple two col layout, with one col being > background colored, and I'm perplexed to find that the bg-color is put > in both columns! > > >LEFT > > >RIGHT > > Try this... LEFTthe quickfoxjumped

RE: [css-d] absolute positioned element does not cover tagin internet explorer

2005-07-22 Thread Smith, Eric E \(EM, PTL, Kelly Services, Contractor\)
I searched for a resolution to this when designing a css drop down menu a few months ago. The best I could come up with was to use javascript to set the display property of all select boxes on the page to "none" when the drop down was dropped down... Eric -Original Message- From: [EMA

[css-d] Re: how would I add these rules to highlight this menu item?

2005-07-22 Thread !!blue
On 7/22/05, Tom Dell'Aringa <[EMAIL PROTECTED]> wrote: > I should know this but it's friday..grr. I'm using this horizontal list: > > http://css.maxdesign.com.au/listamatic/horizontal31.htm > > The "active" and "current" id's are written out for the tab to be > highlighted (like on hover) to > in

[css-d] re: Float and Inline-Blocks - IE Mac

2005-07-22 Thread Craig Snyder
Hi List Members :: [This is a repost of something I sent in couple of days ago...no responses but I'm still curious. If someone would like to give some advice on this...] I had some trouble when viewing my blog in a Mac: http://etherealcode.blogspot.com/ The layout is basic; a floated left div

[css-d] fieldset jogs over in IE/PC

2005-07-22 Thread Christy Collins
I have a page that is basically a long form: http://www.loudjoy.com/TALCSurvey/survey.html css: http://www.loudjoy.com/TALCSurvey/style.css it looks just how I want it to in Firefox and mostly right in Safari and Netscape I'm looking at IE PC on browsercam and the first fieldset is jogged

Re: [css-d] Newbie - Positioning Problem (I think)

2005-07-22 Thread Juanita
Paul Novitski <[EMAIL PROTECTED]> on Friday, July 22, 2005 at 12:02 PM -0800 wrote: >At 10:38 AM 7/22/2005, Juanita wrote: >>Different pages contain text of different lengths, and are in a container >>which expands as necessary, meaning some pages need to scroll - some >>don't. Consequently, the pa

Re: [css-d] absolute positioned element does not cover tag in internet explorer

2005-07-22 Thread David Hucklesby
Hi André On Fri, 22 Jul 2005 you wrote: > > I searched the web for a while, is there a workaround for this? The >  tag shows through the absolute positioned div I believe that depends on which browser you are using. If I remember correctly, some browsers utilize the operating system to draw some

Re: [css-d] Links affecting links

2005-07-22 Thread Ketan M. Vakil (518-506-6812)
Thanks for the responses guys. I was thinking of another method - especially because the items are not necessarily kept together in their grouping. (The idea is to display a client listing with links of categories down the side - if you hover on a category the client names that match the ty

Re: [css-d] Table Row separation

2005-07-22 Thread Glenn Nilsson
Sorry, had a deadline at my hands when I wrote that =) On 7/22/05, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: > > On 22 Jul 2005, at 4:51 pm, Glenn Nilsson wrote: > > > Each row in a table contains cells (td|th), put the margin on them > > instead. > > > > If you just need it on one row, pu

Re: [css-d] Newbie - Positioning Problem (I think)

2005-07-22 Thread Paul Novitski
At 10:38 AM 7/22/2005, Juanita wrote: Different pages contain text of different lengths, and are in a container which expands as necessary, meaning some pages need to scroll - some don't. Consequently, the pages 'jump' when switching between pages that scroll and those that don't. ... Does anyo

Re: [css-d] Can float work with background-color?

2005-07-22 Thread Paul
You also need to give the second DIV a float rule, as the background you see on the left DIV is actually on the second DIV which also goes behind it. Use Aardvark Firefox extension to see where your DIVs start and end (it can temporarily put red borders around the DIVs as you move your mouse over

[css-d] Can float work with background-color?

2005-07-22 Thread Lst Recv
Hi. I'm trying to do a simple two col layout, with one col being background colored, and I'm perplexed to find that the bg-color is put in both columns! LEFT RIGHT But, both columns are colored red! Try it, and you'll see. Why is this? More importantly, how can I acheive my

Re: [css-d] Links affecting links

2005-07-22 Thread Paul Novitski
At 10:17 AM 7/22/2005, Ketan M. Vakil (518-506-6812) wrote: I am wondering if the following is possible using CSS/Javascript, and if so, can someone point me in the right direction? If I have a list of links (items) on a page as well as a list of links that are categories, I want to be able to h

Re: [css-d] Links affecting links

2005-07-22 Thread Christian Heilmann
On 7/22/05, Ketan M. Vakil (518-506-6812) <[EMAIL PROTECTED]> wrote: > I am wondering if the following is possible using CSS/Javascript, and > if so, can someone point me in the right direction? > > If I have a list of links (items) on a page as well as a list of > links that are categories, I wan

Re: [css-d] Help centering floated list nav

2005-07-22 Thread Brian Middleton
Thanks Ron and André! That list-o-matic page is a great resource.. -b On 7/22/05, medial | André Huf <[EMAIL PROTECTED]> wrote: > Get rid of the floats in "#nav_footer li" and "#nav_footer a" and put a > "display: inline;" in the "#nav_footer li" > > > > -Ursprüngliche Nachricht- > Vo

[css-d] Newbie - Positioning Problem (I think)

2005-07-22 Thread Juanita
Hi- I'm really new to CSS, I'm currently reading Eric Meyers (More on...) with Zeldman and Zen Garden waiting in the wings. I thought the best way to learn was by doing, so I am trying a small site, and have what I think is a positioning problem. Different pages contain text of different lengths,

[css-d] Links affecting links

2005-07-22 Thread Ketan M. Vakil (518-506-6812)
I am wondering if the following is possible using CSS/Javascript, and if so, can someone point me in the right direction? If I have a list of links (items) on a page as well as a list of links that are categories, I want to be able to hover over a "category link" and have only the "item lin

[css-d] Help centering floated list nav

2005-07-22 Thread Brian Middleton
Hi - I would like to center this list nav in the colored area. Is it possible? Since everything is floated, text-align: center won't work. Here is the problem: http://brian-middleton.com/pine_css_test/nav_test.html Any ideas? Thanks! -brian __

Re: [css-d] Creating Tables

2005-07-22 Thread Paul Novitski
At 11:23 AM 7/22/2005, L Coulson wrote: http://www.kingfisherdesigns.com/Test I have managed to control everything on this page with CSS except the lists in the side borders and sketch of the table in the middle. I need to do a table that could be up to 6 - 8 rows that can vary in widths to acc

Re: [css-d] A little more IE help - 3-col layout

2005-07-22 Thread saul
saul wrote: Hello, I'm still having a bit of a problem getting IE/Win to flow this 3-col page correctly. (It works fine in FF 1.X and Safari 1.2) It is based on the ALA negative margins article and augmented with some tweaks courtesy of David Laakso (with much appreciation). However, IE

Re: [css-d] A little more IE help - IE Freezes

2005-07-22 Thread Al Sparber
From: "Ingo Chao" <[EMAIL PROTECTED]> To: "saul" <[EMAIL PROTECTED]> Cc: "CSS-D" Sent: Friday, July 22, 2005 11:32 AM Subject: Re: [css-d] A little more IE help - IE Freezes Saul, your page http://www.inventionshow.com/development/newProductScout/newProductScoutPageD.html freezes IE6/Win XP S

[css-d] DL styled form causing odd gap in border

2005-07-22 Thread Kevin Cannon
Hi, I've run up against a little prolem with a form styling via DLs. I've replicated it here: http://www.multiblah.com/exps/css/form_border_issue.html In IE there's a gap in the border of the #content div on both sides. (you may need to resize yuo browser once it's loaded to see the effect) The

[css-d] absolute positioned element does not cover tag in internet explorer

2005-07-22 Thread medial | André Huf
Hello list, I searched the web for a while, is there a workaround for this? The tag shows through the absolute positioned div that should be just above it. Thanks, André http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> form tester #posAbs {

Re: [css-d] Creating Tables

2005-07-22 Thread Martin Heiden
Louise, > Should I just live with the one table in html? > If I need to do a table in CSS, can you tell me how to get started? Is it > one "box with areas inside or would it be12 boxes next to each other? There is nothing bad about tables that contain tabular data, but for me your table looks mo

[css-d] how would I add these rules to highlight this menu item?

2005-07-22 Thread Tom Dell'Aringa
I should know this but it's friday..grr. I'm using this horizontal list: http://css.maxdesign.com.au/listamatic/horizontal31.htm The "active" and "current" id's are written out for the tab to be highlighted (like on hover) to indicate what page the user is on. I can't seem to write out the corre

Re: [css-d] Creating Tables

2005-07-22 Thread Paul Novitski
At 11:23 AM 7/22/2005, L Coulson wrote: http://www.kingfisherdesigns.com/Test I have managed to control everything on this page with CSS except the lists in the side borders and sketch of the table in the middle. I need to do a table that could be up to 6 - 8 rows that can vary in widths to acc

Re: [css-d] A little more IE help - IE Freezes

2005-07-22 Thread Ingo Chao
Saul, your page http://www.inventionshow.com/development/newProductScout/newProductScoutPageD.html freezes IE6/Win XP SP2 here when the window is resized so that the content drops. Ingo -- http://www.satzansatz.de/css.html __

Re: [css-d] horizontal "tabed" css menu - need help

2005-07-22 Thread Jono Young
Take a look here... http://www.alistapart.com/articles/slidingdoors/ ...and here for a bunch of examples http://css.maxdesign.com.au/listamatic/ Read the first article, it is all you will need; and then see other possibilities at the second link. On Jul 14, 2005, at 11:46 AM, cappellano wrot

Re: [css-d] Differences in IE and FireFox - Help plz

2005-07-22 Thread artcoder
> There seems to be a large > gap between the header div and the contentwrap div in FireFox and a > smaller one in IE 6. I don't want any gap at all ... > The test page can be viewed at http://www.rtza.net/test/index.html Hi Richard, Thanks for posting the URL so that we can access your images.

[css-d] Creating Tables

2005-07-22 Thread L Coulson
Hi, I am new to this process. Built sites for businesses in the marine industry in the dark ages (1994 - 1998) and managed 25 domains at the time. Have been away for the interviening years, so my skills are outdated. Just started CSS a week ago and DWT more recently. http://www.kingfisherdesig

re: [css-d] Funny alignment issues of top nav - no go in Firefox

2005-07-22 Thread Bryce Fields
On 7/22/05, sanjay sinha <[EMAIL PROTECTED]> wrote: > Lots of weird stuff happens like the margin on the header just > dissapears and the navigation just sits on top of content area.. > when I add a margin to #container-body to try and counter act this it > adds a margin to the top of the page?!?

[css-d] CSS background images and Macromedia

2005-07-22 Thread KavinskyC
Anyone familiar with the WYSIWYG view in Dreamweaver and Contribute not rendering background images imported via CSS properly? They render fine in the browser. I haven't had any luck finding anything on the web on it. The problem I'm having is we have content editors using Contribute (which only vi

Re: [css-d] Opera Width Problems

2005-07-22 Thread Gunlaug Sørtun
Matthew Ohlman wrote: Gunlaug Sørtun wrote: Opera is rendering 'width: 26.556%;' as 'width: 26%;'. Opera can't handle decimals on percentages at all, so those width-values will not add up to 100%. So, does it really matter if I use fixed with instead of percent. Percentages _are_ fixed whe

[css-d] Funny alignment issues of top nav - no go in Firefox

2005-07-22 Thread sanjay sinha
hello, I managed to get the header of my website all nicely lined up and formatted in IE but it didn't look right in Firefox. So I isolated just the header html and css and made it work/look perfect in both IE and Firefox (just the header). http://www.sinha.co.uk/sciencebusiness/dev_header.html

[css-d] A little more IE help - 3-col layout

2005-07-22 Thread saul
Hello, I'm still having a bit of a problem getting IE/Win to flow this 3-col page correctly. (It works fine in FF 1.X and Safari 1.2) It is based on the ALA negative margins article and augmented with some tweaks courtesy of David Laakso (with much appreciation). However, IE still does no

Re: [css-d] Table Row separation

2005-07-22 Thread Philippe Wittenbergh
On 22 Jul 2005, at 4:51 pm, Glenn Nilsson wrote: Each row in a table contains cells (td|th), put the margin on them instead. If you just need it on one row, put an id on the row, and use a similar selector: #tr td, #tr th { margin-top: 1em; } That won't work. 'margin' doesn't apply to tabl

Re: [css-d] Table Row separation

2005-07-22 Thread Glenn Nilsson
Each row in a table contains cells (td|th), put the margin on them instead. If you just need it on one row, put an id on the row, and use a similar selector: #tr td, #tr th { margin-top: 1em; } ~glenn - caffeine's in my veins On 7/22/05, Lst Recv <[EMAIL PROTECTED]> wrote: > It seems that the p