Re: [css-d] Opera problem with footer

2009-02-02 Thread Naveen Jain
hi #footer .logo-footer { left:0; margin:55px 0 0 12px; position:absolute; width:196px; or use #footer .logo-footer { left:0; line-height:14em; margin-left:12px; position:absolute; width:196px; } naveen 91-9818534636 On Sat, Jan 31, 2009 at 7:48 PM, Cristian Palmas wrote: > Hi all, > > I h

Re: [css-d] Opera problem with footer

2009-02-01 Thread Cristian Palmas
2009/2/1 Gunlaug Sørtun > > Regarding the original problem: > > Opera will cooperate if you... > 1: delete 'float: left;', and > 2: add 'left: 0;' > ...on #footer .logo-footer. > > Absolute positioned elements can't float. > "A:P" takes precedence, so it doesn't make sense to declare 'float' on >

Re: [css-d] Opera problem with footer

2009-02-01 Thread Gunlaug Sørtun
Cristian Palmas wrote: > > I corrected the parsing error (I forgot a comma into the code) and > the resulting validation points errors only for the CSS3 properties > and the Opera hack I let in the stylesheet (without any property > declared.) FWIW: the "Opera hack"

Re: [css-d] Opera problem with footer

2009-02-01 Thread Cristian Palmas
@Georg Gunlaug Hi Georg, I corrected the parsing error (I forgot a comma into the code) and the resulting validation points errors only for the CSS3 properties and the Opera hack I let in the stylesheet (without any property declared.) The link to the relevant code is at http://www.tecnicaed.it/s

Re: [css-d] Opera problem with footer

2009-01-31 Thread Virgilio Quilario
hi, i tried setting its container ".content" to 200px, and it worked. it must be that opera sees the container to be 0 height when it tries to position the .logo-footer. so you need to give the container a height. cheers, virgil http://www.jampmark.com On Sat, Jan 31, 2009 at 10:18 PM, Cristian

Re: [css-d] Opera problem with footer

2009-01-31 Thread Gunlaug Sørtun
Cristian Palmas wrote: > I have a problem on a client's site at the address > http://www.tecnicaed.it. > But in Opera 9.61 it does not work: the .logo-footer is position at > the top and half cut. Send link to the relevant stylesheet, as I can't find the styles you, or Opera, have problems with.

[css-d] Opera problem with footer

2009-01-31 Thread Cristian Palmas
Hi all, I have a problem on a client's site at the address http://www.tecnicaed.it. The footer has a div.logo-footer which has these properties: #footer .logo-footer { width: 196px; float: left; margin-left: 12px; margin-top: -12px; position: absolute; top: 50%; } The

Re: [css-d] Opera problem

2006-02-22 Thread Andrew Gregory
On Wed, 22 Feb 2006 12:29:30 +0800, <[EMAIL PROTECTED]> wrote: > I am testing with FireFox, IE6 and Opera on my local host. My page > displays almost correctly in FF and IE6, but fails to display a CSS menu > in Opera. A link to a demo page would be very helpful. -- Andrew Gregory, mailto:[EMAI

[css-d] Opera problem

2006-02-21 Thread dsleep
Hello, I am testing with FireFox, IE6 and Opera on my local host. My page displays almost correctly in FF and IE6, but fails to display a CSS menu in Opera. When I upload the files to the server, all of the browsers display the page about the same, ie, the menu displays. I am using ASP.NET and ha

Re: [css-d] Opera problem in menu

2005-11-05 Thread Gunlaug Sørtun
Wijnand Wiersma wrote: > http://nedbsd.nl/~wijnand/opera/ The problem is fixed in Opera 9, so better leave it as is for now. You may of course feed a correction to older Opera-versions, and correct back for the new ones. A bit quirky, I think, but may work quite stable if done right. Some bits

[css-d] Opera problem in menu

2005-11-05 Thread Wijnand Wiersma
Hi List, I have a small problem with Opera visitors, all items in the menu are positioned too much to the left. I know what rules cause this: html * .inactive { left: -30px; } html * .active { left: -30px; } But if I leave these too out, mozilla, konqueror and safari display the menu wrong. Is t

Re: [css-d] Opera problem with links in div

2005-06-26 Thread dwain
Vicki Skinner (Stebbins) wrote: Hi Ingo, Again, many thanks for your help... that was the problem, and it's now fixed. The calendar is now sitting very neatly over a big 'red' block... soon to be green. Thank you sooo much. Thanks also to Dwain who has been looking at this over the last c

Re: [css-d] Opera problem with links in div

2005-06-26 Thread Vicki Skinner (Stebbins)
At 04:25 PM 26/06/2005, Ingo Chao wrote: Vicki Skinner (Stebbins) schrieb: ... The calendar div is acting very strange... ... On this page: http://www.organicgrowers.org.au/index3.php the word 'Events' is at the top (where I want it) and the calendar links don't work. I can't see that this make

Re: [css-d] Opera problem with links in div

2005-06-25 Thread Ingo Chao
Vicki Skinner (Stebbins) schrieb: ... The calendar div is acting very strange... ... On this page: http://www.organicgrowers.org.au/index3.php the word 'Events' is at the top (where I want it) and the calendar links don't work. I can't see that this makes any sense whatsoever, but as soon as I

Re: [css-d] Opera problem with links in div

2005-06-25 Thread Vicki Skinner (Stebbins)
At 11:34 AM 26/06/2005, [EMAIL PROTECTED] wrote: Vicki Skinner (Stebbins) wrote: I made the div longer, but it made no difference... it's so weird how it will take the line EVENTS under the php but not above, I just can't see any logic in this. Any other ideas? have you tried adding a margin

Re: [css-d] Opera problem with links in div

2005-06-25 Thread dwain
Vicki Skinner (Stebbins) wrote: I made the div longer, but it made no difference... it's so weird how it will take the line EVENTS under the php but not above, I just can't see any logic in this. Any other ideas? have you tried adding a margin-top to the navTable to see if the links are be

[css-d] Opera problem with links in div

2005-06-24 Thread Vicki Skinner (Stebbins)
Hi all again, I've just about got this page working how I want it but am having trouble in Opera 8.0. The calendar div is acting very strange... On this page: http://www.organicgrowers.org.au/cal_test.php I've put the word 'Events' at the bottom of the div and the navigation links for the c