[css-d] How to put 3 layers...

2006-07-24 Thread Pedro de la Lastra
Hi guys, I have been all night trying to put 3 white layers horizontaly aligned inside a container black layer but not success. I have tryed 2 solutions. 1. just put the 3 layers inside container. Result: the 3 layers get verticaly aligned 2. Put 3 layers floating. Result: The 3 layers goes out

Re: [css-d] Problem with vertically aligning an image

2006-07-24 Thread Erik Domingo
Thanks, cj - locating the float first worked :) I had the image within the h3 tag just as part of an attempt to solve the top margin issue; placing it before the h3 tag worked as well, so that's how I've left the CSS. Thanks again, Erik On 7/24/06, cj <[EMAIL PROTECTED]> wrote: > > On 7/24/06, E

Re: [css-d] bkgrnd image and attachment not happy in IE

2006-07-24 Thread David Sharp
> > >> I'm having an IE-specific problem regarding a background image in the html >> and a background attachment in the body. >> >> >> > > Can you move the image into the HTML? Perhaps raises semantic issues, and also doesn't address the problem of *why* the previous method doesn't w

[css-d] Left Vertical Menu Updates Right Column Content...

2006-07-24 Thread Spencer Ivery
CSS List: When using frames I can use a vertical menu list in the "left-frame" that will display content in the "right-frame" using HTML "href". How can do the same thing with CSS without using the HTML "href" call? Thanks, Spencer __

[css-d] Removing Scroll Bar on A Div

2006-07-24 Thread Don Miller
http://www.dgmservices.com/test/Test4.html Can a div have a scroll bar but be visible only if the content overflows in Y? Also, the contents div is centered between the nav and the edge of the table on my computer but is against the edge when uploaded. Any idea why. The css is on the page for

Re: [css-d] bkgrnd image and attachment not happy in IE

2006-07-24 Thread Cole Kuryakin
Mike, Dave, CJ, anyone else - Have played around a bit more with this and have found that it IS the background element in the HTML that is causing the body attachment to act as "scroll" rather than "fixed" in IE. If I remove them BOTH from the HTML, my logo acts as intended in IE. If I keep eithe

[css-d] Horizontal menus

2006-07-24 Thread Tom Keenan
I have a horizontal menu. It's based on the drop down menu from "More Eric Meyer On CSS". The issue I am having is that when I use the drop down - it disappears after the second item. That is as soon as the cursor gets slightly past the second item the menu drop down menu vanishes. The men

Re: [css-d] CSS only Popups and Dropdown menus 2 Questions...

2006-07-24 Thread francky
Christian Heilmann wrote: >Could you please mention the two questions in the subject? That would >make it easier to search the archive. > > >>Spencer Ivery wrote: >>(1) [...] >> >[...] > > >>(2) Where is a good place to get information how vertical cascade menus are >>built in CSS? >> >>

Re: [css-d] New Wiki page for z-index and overlapping

2006-07-24 Thread francky
Michael Landis wrote: >Hi, folks, > >I've written up a tome on the Wiki about z-index: > >http://css-discuss.incutio.com/?page=OverlappingAndZIndex > >It seems like there have been some recent questions and suggestions >about increasing the z-index of positioned elements, and I thought it >might b

[css-d] IEMac multiple weirdness

2006-07-24 Thread bj
Page here: http://kickasswebdesign.com/test/daltonpublishing/ CSS here: http://kickasswebdesign.com/test/daltonpublishing/style.css http://kickasswebdesign.com/test/daltonpublishing/iestyle.css The lower portion of the stylesheet is mostly blogstuff that isn't yet applying in the html, and I've

Re: [css-d] Misplaced bullet within UL/LI with IE

2006-07-24 Thread Vic Rauch
Vic asked: >I have a list of individual items to be displayed. In FireFox, the displayed >list is just how I want it, but in IE, the bullet shows up on the last line >of a mulitiple line list item. Of course it should show up on the first line >of a single or multiple line list item. >Any id

Re: [css-d] Center Aligned List, bullets are left aligned?

2006-07-24 Thread Vic Rauch
Vic asked (said): >> I found the answer, Don't use a centered list! I went back to the way >> I was doing it: >> "• Then the text for the list item." >> This way, I am putting in the bullet (•) and the whole line will >> center. Because none of these lines were going to a second line, I >

Re: [css-d] Image not aligning correctly in IE

2006-07-24 Thread Michael Landis
On 7/24/06, Janet Chang <[EMAIL PROTECTED]> wrote about http://www3.law.northwestern.edu/macarthur: > Sorry, hope you don't mind me asking another similar image-related > question > > The picture inside the content area is supposed to line up with the first > sentence of the paragraph to the l

Re: [css-d] Image not aligning correctly in IE

2006-07-24 Thread David Laakso
Janet Chang wrote: > At 02:31 PM 7/24/2006, Michael Landis wrote: > >> On 7/24/06, Janet Chang <[EMAIL PROTECTED]> wrote: >> >>> I'm still chugging along on coding this site: >>> http://www3.law.northwestern.edu/macarthur/ >>> Janet, The background-color #333 is /not/ being picked

Re: [css-d] CSS only Popups and Dropdown menus 2 Questions...

2006-07-24 Thread Christian Heilmann
Could you please mention the two questions in the subject? That would make it easier to search the archive. > (1) Recently, I have seen these sleek looking pop-ups being used more and > more in Web sites. Does anyone know much about them and where can I get some > example source code? > The fo

[css-d] Misplaced bullet within UL/LI with IE

2006-07-24 Thread Vic Rauch
I have a list of individual items to be displayed. In FireFox, the displayed list is just how I want it, but in IE, the bullet shows up on the last line of a mulitiple line list item. Of course it should show up on the first line of a single or multiple line list item. Any idea how to get IE to

Re: [css-d] Center Aligned List, bullets are left aligned?

2006-07-24 Thread Vic Rauch
>My list in IE6.0 has the bullets quite a ways away from the left edge of the >text. The text is centered, but I would think (silly me) that the bullets >would stay with the text. FF looks great. I found the answer, Don't use a centered list! I went back to the way I was doing it: "• Then

Re: [css-d] Image not aligning correctly in IE

2006-07-24 Thread Janet Chang
At 02:31 PM 7/24/2006, Michael Landis wrote: >On 7/24/06, Janet Chang <[EMAIL PROTECTED]> wrote: >>I'm still chugging along on coding this site: >>http://www3.law.northwestern.edu/macarthur/ >> >>But now I'm having an image alignment issue. I replaced the header and >> titles with an image to get

Re: [css-d] Image not aligning correctly in IE

2006-07-24 Thread Michael Landis
On 7/24/06, Janet Chang <[EMAIL PROTECTED]> wrote: > I'm still chugging along on coding this site: > http://www3.law.northwestern.edu/macarthur/ > > But now I'm having an image alignment issue. I replaced the header and > titles with an image to get it to display the fonts in the way we > wanted

[css-d] 2 Questions...

2006-07-24 Thread Spencer Ivery
List Readers: (1) Recently, I have seen these sleek looking pop-ups being used more and more in Web sites. Does anyone know much about them and where can I get some example source code? The following URL has an example of these pop-ups. See the double underline text. http://www.cssplay.c

[css-d] Image not aligning correctly in IE

2006-07-24 Thread Janet Chang
I'm still chugging along on coding this site: http://www3.law.northwestern.edu/macarthur/ But now I'm having an image alignment issue. I replaced the header and titles with an image to get it to display the fonts in the way we wanted (I realize this means the text can't be sized up or down, b

Re: [css-d] Want to force wrapper to span length of page

2006-07-24 Thread cj
On 7/24/06, M S <[EMAIL PROTECTED]> wrote: > Hello, > > My confusion is over this page: > > http://www.beatcleaver.com/portfolio/index.html > > which I want to look more like this: > http://www.beatcleaver.com/portfolio/print1.html > > The light blue background with yellow borders is > supposed to

Re: [css-d] Problem with vertically aligning an image

2006-07-24 Thread cj
On 7/24/06, Erik Domingo <[EMAIL PROTECTED]> wrote: > Hi all, > > I cannot get an image within a header (H3) element aligned correctly. I'm > trying to have the top of the image aligned with the top of the text ("The > Roblin Advantage") in the H3 element, but the image is too low. Is the > problem

Re: [css-d] bkgrnd image and attachment not happy in IE

2006-07-24 Thread cj
On 7/24/06, Dave Goodchild <[EMAIL PROTECTED]> wrote: > IE does not support background-position: fixed... it does on the body. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub

Re: [css-d] Styling Lists

2006-07-24 Thread Paul Novitski
At 12:22 AM 7/24/2006, Richard Brown wrote: >I am styling a two column list here: > > > >I am using a technique explained here: > > >However, I am having two

Re: [css-d] links not working

2006-07-24 Thread Ian Young
links not working Whoops. I forgot to do that - distracted by a hungry stomach. Here's the URL: http://www.ehcweb.ehc.edu/facstaff/outdoors/15.html It's the top links that aren't being acknowledged. As you can see in the source code, the href attribute = "#" for all links, even the ones in

Re: [css-d] Highlight Nav Links (again)

2006-07-24 Thread Dave Pierce
Joseph asked, > In a previous message I mentioned how I was attempting to find a way > to use CSS to highlight the navigation of my current. Zoe gave me the > following tutorials to do that: > > http://www.hicksdesign.co.uk/journal/highlighting-current-page-with-css > http://www.456bereastree

Re: [css-d] links not working

2006-07-24 Thread Arnold Jonathan E.
Whoops. I forgot to do that - distracted by a hungry stomach. Here's the URL: http://www.ehcweb.ehc.edu/facstaff/outdoors/15.html It's the top links that aren't being acknowledged. As you can see in the source code, the href attribute = "#" for all links, even the ones in the left hand nav,

Re: [css-d] Styling Lists

2006-07-24 Thread David Laakso
Richard Brown wrote: > Hi Guys > > I am styling a two column list here: > > > > I am using a technique explained here: > > > However, I am having two prob

[css-d] Problem with vertically aligning an image

2006-07-24 Thread Erik Domingo
Hi all, I cannot get an image within a header (H3) element aligned correctly. I'm trying to have the top of the image aligned with the top of the text ("The Roblin Advantage") in the H3 element, but the image is too low. Is the problem related to the use of the :first-letter pseudo element? The p

[css-d] Want to force wrapper to span length of page

2006-07-24 Thread M S
Hello, My confusion is over this page: http://www.beatcleaver.com/portfolio/index.html which I want to look more like this: http://www.beatcleaver.com/portfolio/print1.html The light blue background with yellow borders is supposed to continue to the vertical end of the browser, not the document

Re: [css-d] bkgrnd image and attachment not happy in IE

2006-07-24 Thread Dave Goodchild
On 24/07/06, Michael Landis <[EMAIL PROTECTED]> wrote: > > On 7/23/06, Cole Kuryakin <[EMAIL PROTECTED]> wrote about > http://www.x7m.us/_clients/terapad/framework/index.htm: > > > I'm having an IE-specific problem regarding a background image in the > html > > and a background attachment in the bo

Re: [css-d] links not working

2006-07-24 Thread Jeralyn Merideth
Maybe you could forward your page link so we could take a look in order to help you better :-) Jeralyn "Arnold Jonathan E." <[EMAIL PROTECTED]> wrote: Hey gang, I'm using (embedded, for now) CSS to layout a webpage that I'm working on. I'm near completion - just need to code main content and

Re: [css-d] links not working

2006-07-24 Thread Dave Goodchild
On 24/07/06, Arnold Jonathan E. <[EMAIL PROTECTED]> wrote: > > Hey gang, > > > > I'm using (embedded, for now) CSS to layout a webpage that I'm working > on. I'm near completion - just need to code main content and footer > 's and work on the bg images for my left link lists. > > > > The problem is

Re: [css-d] bkgrnd image and attachment not happy in IE

2006-07-24 Thread Michael Landis
On 7/23/06, Cole Kuryakin <[EMAIL PROTECTED]> wrote about http://www.x7m.us/_clients/terapad/framework/index.htm: > I'm having an IE-specific problem regarding a background image in the html > and a background attachment in the body. > > If you look at this link in FireFox, you'll see how it's sup

[css-d] links not working

2006-07-24 Thread Arnold Jonathan E.
Hey gang, I'm using (embedded, for now) CSS to layout a webpage that I'm working on. I'm near completion - just need to code main content and footer 's and work on the bg images for my left link lists. The problem is this: I added a of links in my header . The link text is rendering how I

Re: [css-d] Highlight Nav Links (again)

2006-07-24 Thread Scott Sauyet
Joseph Lorenzini wrote: > [Using] CSS to highlight the navigation of my current [page]. > [ ... ] > they require the html to have a body id tag. This doesn't work for my > site since the body is part of an uneditable region in my template. > In other words, I can only set the id in the template

Re: [css-d] Please have a look: cssliquid.com

2006-07-24 Thread Christian Montoya
On 7/24/06, Felix Miata <[EMAIL PROTECTED]> wrote: > On 06/07/24 00:04 (GMT+0200) Christian Montoya apparently typed: > > > Hello list. Site-check please for http://www.cssliquid.com > > > I'm pretty sure it's fine in Win IE 6, FF 1.5, and Opera 8. Need > > Linux/Mac support, and if anyone could ve

Re: [css-d] class in tag

2006-07-24 Thread Christian Heilmann
> Respect what you say Christian - very much my thinking for I already build > using no-hack no-JS cross-browser sites. However, once I saw a recent post > (forget where) that remarked on dynamically separating styles by modifying > the tag according to browser type, all this caught my interest.

[css-d] Highlight Nav Links (again)

2006-07-24 Thread Joseph Lorenzini
Hey all, In a previous message I mentioned how I was attempting to find a way to use CSS to highlight the navigation of my current. Zoe gave me the following tutorials to do that: http://www.hicksdesign.co.uk/journal/highlighting-current-page-with-css http://www.456bereastreet.com/archive/2005

[css-d] New Wiki page for z-index and overlapping

2006-07-24 Thread Michael Landis
Hi, folks, I've written up a tome on the Wiki about z-index: http://css-discuss.incutio.com/?page=OverlappingAndZIndex It seems like there have been some recent questions and suggestions about increasing the z-index of positioned elements, and I thought it might be helpful to explain some of the

Re: [css-d] class in tag

2006-07-24 Thread Mike A
From: "Christian Heilmann" <[EMAIL PROTECTED]> > > All I'm playing around with here is a method of removing the need for CSS > > hacks by implementing different classes according to sniffed browser - in > > this case by calling a PHP sniffer at the top of the page. I'm particularly > > keen to see

Re: [css-d] class in tag

2006-07-24 Thread Christian Heilmann
> All I'm playing around with here is a method of removing the need for CSS > hacks by implementing different classes according to sniffed browser - in > this case by calling a PHP sniffer at the top of the page. I'm particularly > keen to see it's use in various accessibility scenarios. Woohoo an

Re: [css-d] class in tag

2006-07-24 Thread Mike A
From: "Christian Heilmann" <[EMAIL PROTECTED]> > > It works fine in Firefox and IE but doesn't validate (XHTML 1.0 Strict) - > > validation fails immediately after the "class=" declaration. I've searched > > without luck for information on this. > > In addition to the information pointed out in the

Re: [css-d] Center Aligned List, bullets are left aligned?

2006-07-24 Thread cj
On 7/22/06, Vic Rauch <[EMAIL PROTECTED]> wrote: > My list in IE6.0 has the bullets quite a ways away from the left edge of > the text. The text is centered, but I would think (silly me) that the > bullets would stay with the text. FF looks great. > > Could someone help me get the bullets next to

Re: [css-d] class in tag

2006-07-24 Thread Christian Heilmann
> > I'm experimenting with using a class in the tag, for example: > > > > http://www.w3.org/1999/xhtml"; xml:lang="en" > > lang="en"> > http://www.w3.org/TR/xhtml1/#dtds In addition to the information pointed out in the other posts in this thread there's also the semantic idea: - a class is to

Re: [css-d] class in tag

2006-07-24 Thread Éric Vesque
Mike A a écrit : > I'm experimenting with using a class in the tag, for example: > > http://www.w3.org/1999/xhtml"; xml:lang="en" > lang="en"> > > It works fine in Firefox and IE but doesn't validate (XHTML 1.0 Strict) - > validation fails immediately after the "class=" declaration. I've search

Re: [css-d] class in tag

2006-07-24 Thread Éric Vesque
Mike A a écrit : > I'm experimenting with using a class in the tag, for example: > > http://www.w3.org/1999/xhtml"; xml:lang="en" > lang="en"> > > It works fine in Firefox and IE but doesn't validate (XHTML 1.0 Strict) - > validation fails immediately after the "class=" declaration. I've search

Re: [css-d] Simple CSS issue (for you guys anyways)

2006-07-24 Thread Gunlaug Sørtun
Chris C wrote: > This very, very basic layout looks fine in firefox, but the "order > list" defined as a CSS style inserts massive breaks in-between each > list item in IE? I was just curious if anyone could see off hand what > the issue is? > http://rideaubuslines.lead2gold.org It's IE/win's

Re: [css-d] Simple CSS issue (for you guys anyways)

2006-07-24 Thread Chris C
Dave & Denise, Thank you both very much! Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Goodchild Sent: Monday, July 24, 2006 8:44 AM To: Chris C Cc: CSS List Subject: Re: [css-d] Simple CSS issue (for you guys anyways) On 24/07/06, Chris C

Re: [css-d] Simple CSS issue (for you guys anyways)

2006-07-24 Thread Dave Goodchild
On 24/07/06, Chris C <[EMAIL PROTECTED]> wrote: > > This very, very basic layout looks fine in firefox, but the "order list" > defined as a CSS style inserts massive breaks in-between each list item > in IE? > I was just curious if anyone could see off hand what the issue is? > > The site: > http:/

Re: [css-d] Issues with Alignment

2006-07-24 Thread Yazmin Media
David - Thank you! I don't know why I didn't think about using a negative value. :/ On 7/24/06, David O'Neill <[EMAIL PROTECTED]> wrote: > > Hey Yazmin, > > I am by far the best person to be telling you how to do this as I am a > newbie at this myself, but I just played with it for a few mins and

[css-d] Simple CSS issue (for you guys anyways)

2006-07-24 Thread Chris C
This very, very basic layout looks fine in firefox, but the "order list" defined as a CSS style inserts massive breaks in-between each list item in IE? I was just curious if anyone could see off hand what the issue is? The site: http://rideaubuslines.lead2gold.org

Re: [css-d] class in tag

2006-07-24 Thread Nick Fitzsimons
Mike A wrote: > I'm experimenting with using a class in the tag, for example: > > http://www.w3.org/1999/xhtml"; xml:lang="en" > lang="en"> > > It works fine in Firefox and IE but doesn't validate (XHTML 1.0 Strict) - > validation fails immediately after the "class=" declaration. I've searched

Re: [css-d] class in tag

2006-07-24 Thread Mike A
I'm experimenting with using a class in the tag, for example: http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> It works fine in Firefox and IE but doesn't validate (XHTML 1.0 Strict) - validation fails immediately after the "class=" declaration. I've searched without luck for information

Re: [css-d] Combine Stylesheets Dynamically?

2006-07-24 Thread Richard Grevers
On 7/21/06, Alex Foley <[EMAIL PROTECTED]> wrote: > Here's the question... I've got one static stylesheet that should be the > same for every page of my site, but then I have specific stylesheets > that only apply to specific sections or subsections. My solution now is > to have a single dynamic s

[css-d] Styling Lists

2006-07-24 Thread Richard Brown
Hi Guys I am styling a two column list here: I am using a technique explained here: However, I am having two problems. Firstly, I cannot get rid of the