[css-d] How to CENTER the content of this structure?

2006-05-06 Thread ANONYMOUS
Here is a snippet of the code: html head titleSome Title/title style type=text/css body { background-color: #00; margin-top: 0; } #root { width: 70%; display: block; background-color: #55; padding: 2%; float: left; } #left { width: 70%; float: left;

Re: [css-d] How to CENTER the content of this structure?

2006-05-06 Thread Prabhath Sirisena
Setting text-align: center won't affect the floated elements inside a container. Try this: body { text-align: center; /* for IE */ } #root { margin: 0 auto; /* to center the stuff */ text-align: left;/* fix text aligning */ width: 70%; padding: 2%; background: #555;

[css-d] opera: strange behaviour with p selector

2006-05-06 Thread Patrick Ehrlich
Hi, perhaps someone is able to explain why opera does not display my text formatting regarding the P selector? Hard to explain, you can take a look at it - just use opera (my version is 8.54) http://werksentwurf.infosion.de The text p should have 125px margins to the left. IE and Firefox have

[css-d] two menu on the same row are conficting

2006-05-06 Thread Rick van Dalen
The menus on two rows are confilcting with each other! You can see my example here: http://www.studio-pit.nl/ish/menu/topmenu/dubbelmenu.html I tried, z-index but that did not work. I tried another solution. If you click on a item on the top row, two items on the bottom row will disapear.

Re: [css-d] opera: strange behaviour with p selector

2006-05-06 Thread Gunlaug Sørtun
Patrick Ehrlich wrote: Hi, perhaps someone is able to explain why opera does not display my text formatting regarding the P selector? Hard to explain, you can take a look at it - just use opera (my version is 8.54) Probably because Opera 8+ chokes on the non-valid @import rule just

Re: [css-d] opera: strange behaviour with p selector

2006-05-06 Thread Ingo Chao
Patrick Ehrlich wrote: http://werksentwurf.infosion.de Patrick, your css does not validate http://werksentwurf.infosion.de/common/css/style.css There is a @import following body; probably a copypaste mistake. Ingo -- http://www.satzansatz.de/css.html

Re: [css-d] two menu on the same row are conficting

2006-05-06 Thread Ingo Chao
Rick van Dalen wrote: http://www.studio-pit.nl/ish/menu/topmenu/dubbelmenu.html Rick, the idea is to set position:relative on the li:hover state only, and not on li in menuVER.css and menuHOR.css Ingo -- http://www.satzansatz.de/css.html

Re: [css-d] opera: strange behaviour with p selector

2006-05-06 Thread Patrick Ehrlich
Thanks for that info. I must admit that I didn`t know that it is not allowed to have a @import following the body. There are still some errors within the css - my origin opera problem has been solved. BTW howto use the background shorthand? I am getting a lot css errors but I do not know how

Re: [css-d] two menu on the same row are conficting

2006-05-06 Thread Bill Brown
The menus on two rows are confilcting with each other! You can see my example here: http://www.studio-pit.nl/ish/menu/topmenu/dubbelmenu.html I tried, z-index but that did not work. I tried another solution. If you click on a item on the top row, two items on the bottom row will

Re: [css-d] opera: strange behaviour with p selector

2006-05-06 Thread francky
francky wrote: [...] The only thing I can imagine (but no Opera-specialist), is that in some circumstances the computing of a mix of margins in px and em can be problematic.[...] Message can to trash ... lack of imagination! ;-) - Did not see the other / earlier posts (always some time

[css-d] Help: One Image rollover

2006-05-06 Thread Mark Fellowes
Side note - for those that saw my original post about this the other day (using a liquid layout), I've opted for a centered fixed. I'm using this tutorial as the basis for my side navigation: http://tutorials.alsacreations.com/rollover_unique/ I've altered the a:hover's to adjust for the

Re: [css-d] opera: strange behaviour with p selector

2006-05-06 Thread Gunlaug Sørtun
Patrick Ehrlich wrote: BTW howto use the background shorthand? I am getting a lot css errors but I do not know how to use this the right way... Most, if not all, of those validating-errors are related to mix of 'numeric values' and 'keywords' for background-position. Example from your

Re: [css-d] Fun and interesting border issue no issue more for modern browsers!

2006-05-06 Thread Design Groups
Thanks so much for this - I'll be picking it apart very soon - what fun! ~Shelly __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7

Re: [css-d] Help: One Image rollover

2006-05-06 Thread Mark Fellowes
 Bill, not sure which tags you are referring to: Mark -Original Message- From: [EMAIL PROTECTED] Sent: Saturday, May 6, 2006 1:59 PM -07:00 To: 'Mark Fellowes' [EMAIL PROTECTED] Subject: [css-d] Help: One Image rollover Hey Mark... At the end of your CSS, you've listed a few rules

Re: [css-d] Help: One Image rollover

2006-05-06 Thread Mark Fellowes
Actually I take that back, I made the corrections to the html but now I need to get the menu items down centered in the box. The problem is , trying li padding through the graphic off. http://pamshop.com/Template1/exp8.html Mark -Original Message- From: [EMAIL PROTECTED] Sent:

Re: [css-d] Help: One Image rollover

2006-05-06 Thread Els
Mark Fellowes wrote: Actually I take that back, I made the corrections to the html but now I need to get the menu items down centered in the box. The problem is , trying li padding through the graphic off. http://pamshop.com/Template1/exp8.html I see you are changing your code while I'm

Re: [css-d] Help: One Image rollover

2006-05-06 Thread Mark Fellowes
 Sorry Els about the code changes. Still struggling though. When you say that the use of negative margins will effect narrower windows. We talking about less then 800px ? Mark -Original Message- From: [EMAIL PROTECTED] Sent: Saturday, May 6, 2006 4:40 PM -07:00 To: Mark Fellowes

Re: [css-d] Help: One Image rollover

2006-05-06 Thread francky
Mark Fellowes wrote: Side note - for those that saw my original post about this the other day (using a liquid layout), I've opted for a centered fixed. I'm using this tutorial as the basis for my side navigation: http://tutorials.alsacreations.com/rollover_unique/ Here is the page:

Re: [css-d] A couple of page checks?

2006-05-06 Thread Dave Pierce
I've just completed a hand-coded version of the home page on this site. Is this any better on your browsers? I see that IE/Mac still pushes the picture and text below the header waaay off to the right...but the other Mac browsers actually look good. For a laugh, compare the source of the

[css-d] Rounded-Corner Boxes.

2006-05-06 Thread Mark D Hiatt
( Sorry about not changing the Subject: line, earlier! ) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ --

[css-d] Content Missing in IE

2006-05-06 Thread Scott Sauyet
Hi folks. Some of you may remember me from when I was active on this list several years ago. Been off doing other things, but I now have a problem that I hope you good people might help me resolve. I have some content missing in IE6. It works fine in FF and Opera, so I'm guessing it's an IE

[css-d] Content Missing in IE

2006-05-06 Thread Holly Bergevin
Welcome back, Scott. (yeah, I remember) From: Scott Sauyet [EMAIL PROTECTED] I have some content missing in IE6. It works fine in FF and Opera, so I'm guessing it's an IE problem. Of course IE is the one browser in which it absolutely *has* to work.

Re: [css-d] Content Missing in IE

2006-05-06 Thread Gunlaug Sørtun
Scott Sauyet wrote: http://scott.sauyet.com/CSS/Test/MissingImage/ If you look at it in Firefox or Opera, you will see an icon and the name Fred Ames to the right of the tabs. If you look at it in IE, it's missing. It sure is... at least in my IE6 on win2K. I usually solve that type of

Re: [css-d] Content Missing in IE

2006-05-06 Thread Els
Scott Sauyet wrote: http://scott.sauyet.com/CSS/Test/MissingImage/ If you look at it in Firefox or Opera, you will see an icon and the name Fred Ames to the right of the tabs. If you look at it in IE, it's missing. I'm pretty sure the relevant CSS is at the top of the stylesheet:

Re: [css-d] * SOLVED * (well, kind of) How to get inline li to fill 100% width.

2006-05-06 Thread Bill Moseley
On Fri, May 05, 2006 at 02:31:38PM -0700, Bill Moseley wrote: Here's what I'm trying to implement: http://2006.infopeople.org/ how to get the inline li to fill 100% on an enclosing box. I'm surprised nobody jumped on this one. My solution was to simply float the li elements and then

Re: [css-d] Content Missing in IE

2006-05-06 Thread Gunlaug Sørtun
Follow-up... http://scott.sauyet.com/CSS/Test/MissingImage/ If you look at it in Firefox or Opera, you will see an icon and the name Fred Ames to the right of the tabs. If you look at it in IE, it's missing. I usually solve that type of 'AP' related problems in IE/win by not 'AP' the

Re: [css-d] Content Missing in IE

2006-05-06 Thread Scott Sauyet
Gunlaug Sørtun wrote: (RE: http://scott.sauyet.com/CSS/Test/MissingImage/) I usually solve that type of 'AP' related problems in IE/win by not 'AP' the element. Instead I'd use 'removed floats'... floats that do not occupy any area :-) Well, that certainly fixes it. My head no longer needs