[css-d] page check - deader than hell

2005-05-18 Thread Keith Burgin
Hi folks - Could I get a quick page check on http://www.deaderthanhell.com/ Only one page up, but I floated a couple things and need to make sure it works - especially in Mac browsers. Thanks, Keith __ css-discuss [EMAIL PROTECTE

[css-d] Firefox/Opera rendering hover incorrectly

2005-05-18 Thread molyblue
Hello, gang! I am working with WordPress and am trying to create a hover effect on a linked image within my website banner. Both my CSS and XHTML validate, but Firefox on Mac OS X/WinXP and Opera8 on WinXP render my code incorrectly (I think). Safari does fine as does IE6. sample page = http://tin

[css-d] Re: Re: Site check [www.petus-bulgaria.org] - especially browsers on Mac

2005-05-18 Thread Mikhail Bozgounov
Hi, I work on LCD monitor as well (17", 1280x1024), my preferred browser is Firefox, but I tested also on Opera and IE 6 and I don't see any problems with the 'font-size: small' setting for the website? Do you mean that this is very small size for Tahoma font? But, you can resize font sizes in a

[css-d] Advice Please

2005-05-18 Thread Richard Brown
Hi I am having trouble putting a site together. I am trying to learn a new technique but I don't think I am fully understanding it! I have a simple two-column site. Left, is the nav which I want to run the whole left hand side of the site and stop at the footer. The right hand side, I want to c

Re: [css-d] Advice Please

2005-05-18 Thread Richard Brown
Hi All On 18 May 2005, at 12:41, Richard Brown wrote: css at Sorry it should have been Thanks Rich __ css-discuss [EMAIL PROTECTED] http://www.css-dis

Re: [css-d] Advice Please

2005-05-18 Thread Schalk Neethling
Richard First two things I notice is that you do have a closing tag but no opening tag. Second, you wrap the site in a div called 'container' but there are no reference to this in your style sheet. Also you wrap the nav in a "nav" div but in the stylesheet it is named "navcontainer". These m

Re: [css-d] Tabular tables broke in css div

2005-05-18 Thread Gunlaug Sørtun
donstrack wrote: I have hundreds of pages with tabular tables, and now that I have converted from table layout to two-column, header, footer css layout, they are all broke in IEWin. All is okay in Firefox, but the right content box gets split vertically to be below the left menu box when there is a

Re: [css-d] Advice Please

2005-05-18 Thread Schalk Neethling
Richard Have a look at the changes made below, they get you close to where you are going: body { margin-top: 5px; padding: 0; font-family: georgia, times, "times new roman", serif; color: #000; background-color: #ddd; } #container { width: 700px; margin: auto; background-c

Re: [css-d] Advice Please

2005-05-18 Thread Paul Jinks
Hi Rich I think the CSS for your page is actually at: http://www.lamaison.org.uk/pages2.css If you put within the "content" div, that will do the trick. It looks like you may not need the banner div at all, you could just style h1 directly in your stylesheet. Cheers Paul ___

Re: [css-d] Advice Please

2005-05-18 Thread Richard Brown
Hi On 18 May 2005, at 13:05, Schalk Neethling wrote: Richard Have a look at the changes made below, they get you close to where you are going: That fixed it - thanks a lot. Rich __ css-discuss [EMAIL PROTECTED] http://www.css-disc

Re: [css-d] Advice Please

2005-05-18 Thread Schalk Neethling
Some more changes: #banner { background-color: #e0; float:right; width:530px; } #banner h1 { margin: 0; padding: .5em; } #nav { float: left; width: 160px; margin:0; margin-left: 10px; padding:0; padding-top: 1em; } AND #content { padding:

[css-d] Win (2k?) IE 5+ odity

2005-05-18 Thread Michael Wilson
Hi, I posted this issue to another, broader scoped list (Webdesign-L) yesterday to try and get a handle on what my issue is and I believe it may be CSS related, so I thought I would seek help here as well. Overview: I ran a site I'm working on through BrowserCam and noticed that on Widows 2000 i

Re: [css-d] selectors question

2005-05-18 Thread Alastair Campbell
Philippe Wittenbergh wrote: I'm not sure if any browser supports E:empty decently. FF appears to, but for things with literally nothing inside, e.g. . Perhaps also for just whitespace, but I'd need to check that. AFAIK that's what the spec says, which is a shame, because then you can't target t

[css-d] Image map pop ups with css

2005-05-18 Thread Vicky Etherington
Hi I have trawled through the list, and found reference to several css image map questions and solutions, but none of them really meet my needs, and I'm wondering if anyone can cast any light on a good method for producing an image map with rollovers which prompt text in a certain area of a page.

Re: [css-d] Win (2k?) IE 5+ odity

2005-05-18 Thread Ingo Chao
Michael Wilson schrieb: I ran a site I'm working on through BrowserCam and noticed that on Widows 2000 in IE 5.01-6.0 the floated sidebar on one of the pages [01] was missing from the captures. Before posting elsewhere, I believed this issue to be prevalent only in a 800x600 resolution, but it see

Re: [css-d] Image map pop ups with css

2005-05-18 Thread Mike Thirlwell (CBJ Digital Ltd)
Hi Vicky, Try this ... http://www.alistapart.com/articles/imagemap/ Mike Vicky Etherington wrote: Hi I have trawled through the list, and found reference to several css image map questions and solutions, but none of them really meet my needs, and I'm wondering if anyone can cast any light on a good

Re: [css-d] Win (2k?) IE 5+ odity

2005-05-18 Thread Keith Burgin
in fact, I think I would be better off it it is a Windows + IE problem rather than a Windows 2K + IE problem. I would appreciate any feedback, screen shots, or information on a known bug or error in my CSS [02] that might be causing this problem. I don't currently have Windows 2K installed, so

RE: [css-d] Image map pop ups with css

2005-05-18 Thread Aaron Keating
Vicky, Have you tried the ALA's CSS Sprites solution? It might be just what your looking for. http://www.alistapart.com/articles/sprites/ I am about to implement it on an upcoming project. Hope it helps. Aaron www.NinjaBomb.com - Entertainment, Comedy, and Ramblings for the Masses -Origin

[css-d] Re: Site check [www.petus-bulgaria.org] - especially browsers on Mac

2005-05-18 Thread Adam Kuehn
Mikhail Bozgounov wrote: Do you mean that this is very small size for Tahoma font? Personally, I had no trouble reading the site "as is", although it was smaller than my chosen preferences. However, for those who might have trouble, you should be aware that the "BG EN" links overlap with the me

Re: [practices] Re: [css-d] unreadable source

2005-05-18 Thread Linda H
I use the "scrap book" extension in FF for saving webpages to inspect their code each day. You are right, though I don't know what you mean by the scrapbook extension. The choices I had for saving in FF were 'web page complete', web page HTML only', and 'text.' When I saved it as html in FF I w

[css-d] Re: Mac site check

2005-05-18 Thread Mikhail Bozgounov
Hi, Rhett! First, let me thank you for the site check of www.petus-bulgaria.org on your Apple Mac! :-))) I am glad that I managed somehow to bring the design to be decent on Mac browsers, too ( I am not sure, how, but... ;-) As to the slow loading times in specific browsers - maybe this is due

Re: [css-d] Win (2k?) IE 5+ odity

2005-05-18 Thread Michael Wilson
Ingo Chao wrote: Michael Wilson schrieb: I ran a site I'm working on through BrowserCam and noticed that on Widows 2000 in IE 5.01-6.0 the floated sidebar on one of the pages [01] was missing from the captures. I'd also like to know if this can be confirmed on a Windows XP box. [01]

Re: [css-d] Inheritance Blocking with CSS

2005-05-18 Thread Zoe M. Gillenwater
David Boccabella wrote: This is my first CSS post so apologies on any 'errors' re protocol. Didn't see any, but our list policies and wiki are always there to guide you should you have questions about using the list. Or you can always email [EMAIL PROTECTED] if you want to make sure somethin

[css-d] Re: Re: [2] Site check [www.petus-bulgaria.org] - especially browsers on Mac

2005-05-18 Thread Mikhail Bozgounov
Hi, Adam! Thank you for your feedback, too! I *was aware* of the issue when you resize text to 150%, but just didnt' pay much attention to it. However, as maybe every one of us should pay very good attention to detail, I went into it and some 15 minutes later have found a way to solve the issue:

[css-d] aligning li items

2005-05-18 Thread Keith Sader
Greetings. We've got a requirement to align some li items. The list items are basically expaining acronyms. ABC- Alpha Beta Charlie DFQG - Delta Fox Quarrel Gamma However the alignment requirement is such that the acronym explanations are all lined up at the dashes. I've thought of struct

[css-d] IE won't float

2005-05-18 Thread Marcelo Wolfgang
Hi list, I'm having a problem in IE, on a page I'm developing. You can check the page here : http://work.grillo.tk/elementn/009/media-centre.html In the main content area, the content should be on the right (floated) and the menu on the left. It works 100% in firefox, but not in IE, and I can't

Re: [css-d] aligning li items

2005-05-18 Thread Schalk Neethling
Keith Give this a try: ABC- Alpha Beta Charlie ABC- Alpha Beta Charlie Then your styles: .acronym { width:200px; } .acr-explain { width:400px; text-align:left; } Let me know if this helps. . Keith Sader wrote: Greetings. We've got a requirement to align some li items. The list i

Re: [css-d] Inheritance Blocking with CSS

2005-05-18 Thread Adam Kuehn
Zoe M. Gillenwater wrote: The Editors Style sheet is different from our main templates one and anything that is displayed with the DIV is subject to interaction from the page in general Is there a way to set a style sheet in the DIV and have the DIV process anything that is within it using this sty

Re: [css-d] aligning li items

2005-05-18 Thread Keith Sader
Thanks to everyone who has replied so far. I tried Schalk's suggestion and it didn't work, the Acronyms and definitions didn't separate. We are using the transitional 4.01 HTML - would this affect the browser's styling? thanks, On 5/18/05, Schalk Neethling <[EMAIL PROTECTED]> wrote: > Keith >

Re: [css-d] aligning li items

2005-05-18 Thread Justin Reid
Keith: > li span { >width: 200px; > } > > but this doesn't give me a 'default' box area to keep the acronyms in. > Any suggestions? Have you also tried making the span block level in that scenario? -Justin Reid __ css-di

[css-d] float with negative margin

2005-05-18 Thread Rick Pasotto
I have a 3-col layout with the left and right columns floated. What I'm trying to do is to float-right an item that's in the center column so that it actually displays in the right-floated column. This works using negative right margin on the floated item except that the size of the negative right

Re: [css-d] IE won't float

2005-05-18 Thread Gunlaug Sørtun
Marcelo Wolfgang wrote: http://work.grillo.tk/elementn/009/media-centre.html In the main content area, the content should be on the right (floated) and the menu on the left. It works 100% in firefox, but not in IE, and I can't figure out why. Can anyone share some light on the problem, pretty pleas

[css-d] Re: Re: Site check [www.petus-bulgaria.org] - especially browsers on Mac

2005-05-18 Thread David Laakso
On Wed, 18 May 2005 04:01:52 -0400, Mikhail Bozgounov <[EMAIL PROTECTED]> wrote: I work on LCD monitor as well (17", 1280x1024), Then this addition may help the page shift: html {min-height: 100%;margin-bottom: 1px;} my preferred browser is Firefox, but I tested also on Opera and IE 6 and I don't

Re: [css-d] float with negative margin

2005-05-18 Thread Rick Pasotto
On Wed, May 18, 2005 at 12:37:40PM -0400, Rick Pasotto wrote: > I have a 3-col layout with the left and right columns floated. What I'm > trying to do is to float-right an item that's in the center column so > that it actually displays in the right-floated column. This works using > negative right

Re: [css-d] aligning li items

2005-05-18 Thread Schalk Neethling
Keith If Justin's does not do the trick try to float the acronym div left and the other right. Then your styles: .acronym { float:left; width:200px; } .acr-explain { float:right; width:400px; text-align:left; } Justin Reid wrote: Keith: li span { width: 200px; } but this doesn't g

Re: [css-d] IE won't float

2005-05-18 Thread Marcelo Wolfgang
Hi Georg, Thank you very much that almost made it work 100%, now the menu corretcly floats, but it is bottom-aligned you can see it at the same adress: http://work.grillo.tk/elementn/009/media-centre.html Any clues ? Grillo On 5/18/05, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Marcelo Wolfga

[css-d] Tab style horizontal menu for Mac IE5

2005-05-18 Thread Erwin Heiser
Hi all, I¹m looking for a menu like the one in this ³alistapart² article: http://www.alistapart.com/d/hybrid/hybrid-4.html ,but one that¹ll work in Mac IE5. I know it's becoming fashionable to drop support for this browser but the client demands it. The only one I've found so far that gives me

RE: [css-d] Inheritance Blocking with CSS

2005-05-18 Thread Leszek
> Is there a way to set a style sheet in the DIV and have the DIV process > anything that is within it using this style sheet REGARDLESS of what the > Main page style sheet is set to. > > So as style sheets go - the DIV is totally separate from the page style. > The problem here is that if such

[css-d] testing NS

2005-05-18 Thread Sarah Atkinson
Just seeing if I can post to the list. Last 2 post have not shone up. Sarah __ 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

[css-d] CSS to format table for printing

2005-05-18 Thread Sarah Atkinson
I have a table that is 5 rows by 7 columns. I want a user to be able to print it off so it fills up a 8.5x11(horizontal) sheet of paper. how exactly do I do this? do I have the table set in a div and then set the div width and height? and what would I set it at? can you use inches or would it be

Re: [css-d] Site check [www.petus-bulgaria.org] - Mac-- captures

2005-05-18 Thread David Laakso
On Tue, 17 May 2005 11:15:13 -0400, Mikhail Bozgounov <[EMAIL PROTECTED]> wrote: Hi to everyone on this great list!:) I just launched new website. It has versions in two languages (incl. English - link is at the top right). The link: http://www.petus-bulgaria.org These Mac captures look good.

[css-d] parse error

2005-05-18 Thread Judy Benedict
Does anyone have a clue about why I am getting a parse error on this page? http://www.addison-homes.com/error.php It appears to work fine is if I put this on top: "; ?> instead of: Here is what the page is supposed to look like: http://www.addison-homes.com/aboutus.php However, people are tell

RE: [css-d] aligning li items

2005-05-18 Thread Duckworth, Nigel
Keith, Do you have to use ? It makes more sense to use , something like this: dl { width: 440px; } dt { float: left; width: 100px; text-align: right; clear: both; } dd { float: right; width: 300px } term 1 - Term 1 is the very first term in the list. term 2 -

Re: [css-d] aligning li items

2005-05-18 Thread Keith Sader
We're trying both. The DL makes more sense to me, but we need the bullet decorations. Is there a way to decorate DLs that makes it look like a list? thanks to everyone who's helped so far! On 5/18/05, Duckworth, Nigel <[EMAIL PROTECTED]> wrote: > Keith, > > Do you have to use ? It makes more s

Re: [OT] [css-d] parse error

2005-05-18 Thread Brian Cummiskey
Judy Benedict wrote: Does anyone have a clue about why I am getting a parse error on this page? http://www.addison-homes.com/error.php It appears to work fine is if I put this on top: "; ?> instead of: This is a php question, not a CSS question. Thus i've marked it as OT. further php and other

[css-d] Getting footer at the bottom

2005-05-18 Thread OwlService
Hi all, I am getting a little clueless here, been online too long today :) Why won't my footer sit at the bottom of my page? It happens when main content is shorter than sidebar content. Here is my site: http://www.elyonline.co.uk/ and here is the css: http://phpfi.com/62394 Any suggestions? I

[css-d] Specifying a width for list items

2005-05-18 Thread Mike Stickel
I'm working on a new project and the horizontal navigation is a pretty strict size - each item should be about 88px wide so that the navigation fills the width of the page. I thought using a list would work but I can't figure out how to specify the width for list items and I'm hoping someon

RE: [css-d] aligning li items

2005-05-18 Thread Duckworth, Nigel
> Is there a way to decorate DLs that makes it look like a list? Sure, use a background image of a bullet on the dt. -Nigel -Original Message- From: Keith Sader [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 3:03 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] aligning l

Re: [css-d] Getting footer at the bottom

2005-05-18 Thread Schalk Neethling
Have a look at the following article: http://www.alistapart.com/articles/footers OwlService wrote: Hi all, I am getting a little clueless here, been online too long today :) Why won't my footer sit at the bottom of my page? It happens when main content is shorter than sidebar content. -- Kind

[css-d] Help with a menu

2005-05-18 Thread Richard Brown
Hi All Could anybody, please explain to me why I have a box to the left of the menu on the following site: Thanks Rich __ css-discuss [EMAIL PROTECTED] http://ww

Re: [css-d] aligning li items

2005-05-18 Thread Doug Ferguson
I took Schalk's code and enhanced it a bit. As mentioned earlier, for bullets just use a background image on the acronym class (with some left padding). .section { margin-top:15px; display:block; clear:both; } .acronym { float:left; width:100px; border:1px solid gr

Re: [css-d] float with negative margin

2005-05-18 Thread Gunlaug Sørtun
Rick Pasotto wrote: Near the bottom of the page is what I'm talking about. Using -13em works perfectly on mozilla but shoves it off the screen on IE. Using -6.5em works perfectly in IE but is too far left in mozilla. (Hmmm. 2*6.5=13 -- is that a clue?) How do

Re: [css-d] IE won't float

2005-05-18 Thread Marcelo Wolfgang
Hmmm, The menu it's at it's right place now, I think that was a cache problem or something like that with IE When I went to another page and come back the menu was at the correct place. Thanks Gunlaug for catching the error; []´s GriLLo On 5/18/05, Marcelo Wolfgang <[EMAIL PROTECTED]> wrote: >

Re: [css-d] Help with a menu

2005-05-18 Thread Doug Ferguson
Add -30px to the fourth line in this class: #navlist { width: 7em; /* to display the list horizontaly */ font-family: sans-serif; margin: 0 0 0 -30px; padding: 0; border-top: 1px #000 solid; border-left: 1px #000 solid; border-right: 1px #000 solid; } Richard Brown wrote: Hi All Could anybody, plea

[css-d] new to list- Newbie needs advice

2005-05-18 Thread Dida Kutz
Hello- I'm new to the list and very much a newbie to the fab world of CSS. I am currently on working on a blog for a client who desires an upside down L-shaped pane as the main content area. The web designer has been unable to do this with Tables ( i KNOW-ugh), and I'm aware that by using floats

[css-d] Line space

2005-05-18 Thread Arnie Shafer
Some members have frowned on my use of the tag to create the desirable line spaces Sometimes one, sometimes two, or possibly three line spaces are desired. Simple question: What is a better way to accomplish this other than, ,br /> Thanks for your input. Arnie Shafer Please visit the Shafe

Re: [css-d] Line space

2005-05-18 Thread Jack Keller
Arnie Shafer wrote: Some members have frowned on my use of the tag to create the desirable line spaces Sometimes one, sometimes two, or possibly three line spaces are desired. Simple question: What is a better way to accomplish this other than, ,br /> Thanks for your input. I would maybe

Re: [css-d] Specifying a width for list items

2005-05-18 Thread jack fredricks
you can't give a width to an inline element like an . Turn your s into block elements using a { display:block; width:auto; } li { width:88px } that should do the trick On 5/19/05, Mike Stickel <[EMAIL PROTECTED]> wrote: > I'm working on a new project and the horizontal navigation i

RE: [css-d] CSS to format table for printing

2005-05-18 Thread Jean Korte
I have successfully used inches to size printed output in my print style sheet. If the requirement is as simple as it sounds, you can size the table itself: table {border: 1px solid black; width: 7.5in; height: 10in; margin: .5in; } td {border: 1px solid black;} I have successfully used inche

[css-d] Position:relative jump

2005-05-18 Thread Leszek
On my site, http://leszek.swirski.co.uk/, I made a page to tabularise linear equations and perform the simplex algorithm upon them (hopefully there's at a few mathematicians here who understood that). Anyway, my problem is that I need to use subscripts for the header row. I tried the tag, but

Re: [css-d] Site Check: especially Macs please

2005-05-18 Thread Diona Kidd
Hi Justin, I took a quick look at your page on FF, IE and Safari on Mac 10.4. The footer is consistent in all three so I guess it's not supposed to be centered. The copyright is on the right, the links are on the left. The only thing I noticed was the hover nav isn't working in IE. As far as th

Re: [css-d] Specifying a width for list items

2005-05-18 Thread Mike Stickel
Thanks Jack. That makes sense and something I should have realized. Now, with the changes made to reflect the suggestion below, each list item is extending across the entire width of the parent block in a vertical order. By adding a "float: left" rule to the list item I can get the effect I

Re: [css-d] Line space

2005-05-18 Thread Arnie Shafer
Thanks to both Jacks. Good idea. Will do! Arnie - Original Message - From: "Jack Keller" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 18, 2005 5:31 PM Subject: Re: [css-d] Line space Arnie Shafer wrote: Some members have frowned on my use of the tag to create the desirable line sp

Re: [css-d] Specifying a width for list items

2005-05-18 Thread Lorin Rivers
On May 18, 2005, at 5:36 PM, Mike Stickel wrote: Thanks Jack. That makes sense and something I should have realized. Now, with the changes made to reflect the suggestion below, each list item is extending across the entire width of the parent block in a vertical order. By adding a "float: lef

[css-d] fine tuning help

2005-05-18 Thread DRE
Hi, I have this site that I've got working. I have two little niggling details that perhaps you can help me solve. My template page is http://corp.webmachineinc.sytes.net/index2.html. The first is that using the menu I found on alistapart.com, I cant seem to get images to work on the li drive

RE: [css-d] aligning li items

2005-05-18 Thread Peter Williams
> -Original Message- > From: Keith Sader > > We've got a requirement to align some li items. > > The list items are basically expaining acronyms. > > ABC- Alpha Beta Charlie > DFQG - Delta Fox Quarrel Gamma > Surely this is the job of the Definition List [dl] It uses two componen

Re: [css-d] Specifying a width for list items

2005-05-18 Thread Mike Stickel
Maybe I'm not fully understanding the comment but I'm not using images for the menu, just boxes of text. I'll probably go the float route until I have more time to fool around with different methods. On May 18, 2005, at 6:23 PM, Lorin Rivers wrote: On May 18, 2005, at 5:36 PM, Mike Stickel wro

Re: [css-d] aligning li items

2005-05-18 Thread Keith Sader
Thanks to everyone on the list for your help, turns out the biz didn't want that at all. We wound up doing something else - go figure :-\ thanks again! On 5/18/05, Peter Williams <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Keith Sader > > > > We've got a requirement to al

Re: [css-d] Help with a menu

2005-05-18 Thread Richard Brown
Hi Doug and all Thanks for that. I duly applied the -30px and you can see the result! Any ideas anyone? Thanks Rich On 18 May 2005, at 21:40, Doug Ferguson wrote: Add -30px to the fourth line in this class: #navlist { width: 7em; /* to display the list horizontaly */ font-family: sans-serif; margin

Re: [css-d] Help with a menu

2005-05-18 Thread Holly Bergevin
From: Richard Brown <[EMAIL PROTECTED]> >Any ideas anyone? >>> Could anybody, please explain to me why I have a box to the left of >>> the menu on the following site: >>> >>> start with #navcontainer - float: left; #navlist get