Re: [css-d] problem with header spacing

2006-07-24 Thread Liz
Thank you all so much for your help. It's fixed and the red border is a great visual tool for when I don't know what's going on. This list is a wonderful resource. Without it I'd probably give up and go back to tables. Regards, Liz On 7/23/06 9:18 PM, francky [EMAIL PROTECTED] wrote: Liz

Re: [css-d] Counting Pixels

2006-07-24 Thread Chris Hughes
Christian Montoya wrote: MeasureIt extension for Mozilla browsers: https://addons.mozilla.org/firefox/539/ Thanks to all who replied ... I have some new tools now to play with. There's also Screen Calipers from Iconico.com. $30-worth, but very useful indeed. -- Chris Hughes Reality is

[css-d] Styling Lists

2006-07-24 Thread Richard Brown
Hi Guys I am styling a two column list here: http://wilsonsjewellery.co.uk/range.html http://www.wilsonsjewellery.co.uk/style/three.css I am using a technique explained here: http://alistapart.com/articles/multicolumnlists However, I am having two problems. Firstly, I cannot get rid of the text

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

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 in

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:

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 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] class in html tag

2006-07-24 Thread Éric Vesque
Mike A a écrit : I'm experimenting with using a class in the html tag, for example: html class=ff xmlns=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.

Re: [css-d] class in html tag

2006-07-24 Thread Éric Vesque
Mike A a écrit : I'm experimenting with using a class in the html tag, for example: html class=ff xmlns=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.

Re: [css-d] class in html tag

2006-07-24 Thread Christian Heilmann
I'm experimenting with using a class in the html tag, for example: html class=ff xmlns=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

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 the

[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

[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

Re: [css-d] class in html 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 html tag according to browser type, all this caught my interest.

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 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 div's and work on the bg images for my left link lists. The problem is this: I

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] html bkgrnd image and body 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 body. If

[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

Re: [css-d] Styling Lists

2006-07-24 Thread David Laakso
Richard Brown wrote: Hi Guys I am styling a two column list here: http://wilsonsjewellery.co.uk/range.html http://www.wilsonsjewellery.co.uk/style/three.css I am using a technique explained here: http://alistapart.com/articles/multicolumnlists However, I am having two problems. Firstly,

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] 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

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] 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: http://wilsonsjewellery.co.uk/range.html http://www.wilsonsjewellery.co.uk/style/three.css I am using a technique explained here: http://alistapart.com/articles/multicolumnlists However, I am having two problems.

Re: [css-d] html bkgrnd image and body 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] 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 h1 and h2 titles with an image to get it 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:

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 up in the

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 left

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: bull;nbsp;Then the text for the list item. This way, I am putting in the bullet (bull;) and the whole line will center. Because none of these lines were going to a second line, I

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 idea

[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] 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 be

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?

[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 menu

Re: [css-d] html bkgrnd image and body 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 either

[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

[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

Re: [css-d] html bkgrnd image and body 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? img src=whatever.gif style=position : fixed; bottom : 1%; right : 1%; alt= / Perhaps raises semantic issues, and also

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, Erik

[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