Re: [css-d] Browser testing - Opera problems and other slight variations.

2007-01-06 Thread Andrew Gregory
and check again. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

Re: [css-d] Opera - continuing woes

2006-12-13 Thread Andrew Gregory
it down to only complaining about the embed and an onchange attribute. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Lists in browsers

2006-11-19 Thread Andrew Gregory
that the display in IE7 iscorrect, so why are Firefox and Opera wrong? They're not doing anything wrong. They just use padding rather than margin. Add padding:0 to your #mainNav ul styles. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew

Re: [css-d] mir help

2006-11-17 Thread Andrew Gregory
. I thought I'd mention that big negative numbers like -9em cause things to break in Opera. This is not specific to this example, but a general issue. I think it's when CSS dimensions convert to -32768px and below. I'm sure -999em would be more than sufficient. -- Andrew Gregory, URL

Re: [css-d] Safari Opera bug, changing link color from white to red!

2006-10-01 Thread Andrew Gregory
/shfb_basic_white.css). You have multiple DOCTYPE and html sections - validate and fix up the errors and you should be right. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css

Re: [css-d] Print stylesheet/alt text

2006-06-30 Thread Andrew Gregory
{ content: attr(alt); /* optional, but may help alt text from being chopped off: */ width: auto !important; height: auto !important; } However, AFAIK only Opera supports that. For everything else, you'll need scripting of some sort. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL

Re: [css-d] Two small problems with Opera 9 and hover

2006-06-27 Thread Andrew Gregory
of jump on hover I didn't see anything jump? 2) http://www.brunildo.org/test/Op9-hover-hidden.html the area where the a.p. element is located responds to the hover even when it is hidden. Confirmed. Have you reported these to Opera? http://www.opera.com/support/bugs/ -- Andrew Gregory, URL

Re: [css-d] Two small problems with Opera 9 and hover

2006-06-27 Thread Andrew Gregory
On Wed, 28 Jun 2006 12:55:23 +0800, Bruno Fassino [EMAIL PROTECTED] wrote: Andrew Gregory wrote: Using build 8501: On Wed, 28 Jun 2006 05:04:50 +0800, Bruno Fassino [EMAIL PROTECTED] wrote: 1) http://www.brunildo.org/test/Op9-hover-margin.html In Op9 there is a sort of jump on hover

Re: [css-d] Site-check

2006-05-28 Thread Andrew Gregory
? You're floating #navlist so #navcontainer shrinks and #navcontainer's overflow:hidden hides it. I moved the br style=clear:both / to just inside #navcontainer after #navlist, and that fixed Opera. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew

Re: [css-d] Drop-down menu Safari wackiness

2006-05-22 Thread Andrew Gregory
, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com

Re: [css-d] Problem with Firefox

2006-05-22 Thread Andrew Gregory
for both (didn't check in IE), is to align the image to the top: #c_table_foot img { vertical-align: top; } HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss

Re: [css-d] Opera 8 and position:fixed

2006-05-19 Thread Andrew Gregory
window, overlapping the #wrapper div*/} My Firefox (1.5.0.3) did not need that margin. Removing that margin changed nothing in the display of my Firefox, Opera or IE. Regards, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew

Re: [css-d] JS Text box width differences

2006-04-22 Thread Andrew Gregory
that page, unless someone smarter than me can come up with something! HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] JS Text box width differences

2006-04-21 Thread Andrew Gregory
http://www.w3.org/TR/html4/loose.dtd; Then add the missing # to the background-color in your #fun-facts style (validate your CSS). HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew

Re: [css-d] Opera text repeat and font oddities

2006-04-03 Thread Andrew Gregory
? -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page

Re: [css-d] Opera IE bugs?

2006-02-23 Thread Andrew Gregory
them away completely? They aren't thrown away completely, they just occupy the full width. Maybe it's the width:100% on .switcher dd a:link? HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew

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, URL: mailto

Re: [css-d] Opera adds space

2006-02-13 Thread Andrew Gregory
/style.css I added a border to #header which showed it was extending down to the top of #mainwrap. Then I noticed the display:table in #header. I changed that to display:block and removed the margin-top:-100px from #mainwrap. That looks much better. -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED

Re: [css-d] CSS problems with Opera 8.5:

2006-01-27 Thread Andrew Gregory
a width. The current CSS 2.1 spec has removed that requirement, and I believe Opera 8 (and later) no longer need that width. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew

Re: [css-d] CSS Horizontal menu weird Firefox behavior

2005-11-17 Thread Andrew Gregory
border. Here is a test page, http://www.holdembonus.com/index_test.htm Easy, just zero out the top and bottom margin in #navcontainer ul. If you're being thorough, you'd zero out the top and bottom padding too. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au

Re: [css-d] Placing divs using css over flash files

2005-11-17 Thread Andrew Gregory
His DHTML example seems to work fine on Mac/Safai/Firefox: http://www.communitymx.com/content/source/E5141/wmodeopaque.htm Although: ▪ It also does not work on Opera ...before version 8! -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family

Re: [css-d] Doesn't Opera like nested floats?

2005-11-10 Thread Andrew Gregory
. -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] Missing background in opera

2005-11-07 Thread Andrew Gregory
The background image of #contentouter is missing in Opera. Am I just overlooking something obvious? Looks like an Opera bug that's been fixed in the v9 preview. As a workaround you can change the right center to right top or right bottom. -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-19 Thread Andrew Gregory
is disabled anyway, so it's less likely to be a problem. -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

[css-d] Browser specific CSS

2005-10-14 Thread Andrew Gregory
/ Feedback/comments are welcome. -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Opacity in Suckerfish

2005-10-11 Thread Andrew Gregory
{ background: transparent url(halfscreen.png) repeat; } HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Opacity in Suckerfish

2005-10-07 Thread Andrew Gregory
(255,255,255,0.4), but nothing (that I know of) supports that, so in practice your only option is a background PNG with an appropriate alpha transparency plus hacks for IE support. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew

[css-d] Poor CSS work processes

2005-09-23 Thread Andrew Gregory
expect the result would be happier web designers, and more robust cross-browser designs. Thanks for reading! -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL

[css-d] Safari problem

2005-09-23 Thread Andrew Gregory
/screen.css (about 100 lines down) I had a look on the cssd wiki for any Safari specific bugs and workarounds, but I couldn't find anything. Do such sites exist? Are there any workarounds or things I could try to resolve this? Thanks in advance for any hints, links, etc. -- Andrew Gregory

Re: [css-d] Safari problem

2005-09-23 Thread Andrew Gregory
On Fri, 23 Sep 2005 16:21:37 +0800, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Andrew Gregory wrote: ... Safari chops off all the menus at the right edge of the left-most drop down, although they are active for their full width even if you can't see it. Ex. http://www.scss.com.au/family

Re: [css-d] Menu positioning oddities in Opera

2005-09-20 Thread Andrew Gregory
on and off. BTW, Archived Publications/Presentations doesn't fit. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Suckerfish / Opera woes

2005-08-28 Thread Andrew Gregory
in Opera. I know that older versions of Opera require width to be specified on floats (as per the original CSS 2.0 spec). I'll also mention that when I did CSS menus for my site, I didn't use floats, just positioning. -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http

Re: [css-d] strange form layout in Opera

2005-08-25 Thread Andrew Gregory
margin-left:10px. That improved things muchly for Opera 8, and did very little to Firefox. Didn't check in anything else. BTW, setting display:inline and float:left/right is pointless. All floats are display:block. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au

Re: [css-d] Cross-Browser Issues

2005-08-01 Thread Andrew Gregory
On Tue, 02 Aug 2005 11:22:42 +0800, Matthew Ohlman [EMAIL PROTECTED] wrote: Second, in Opera 8 it looks like it's not applying the margin properties in the body declaration correctly. Opera uses padding on body, not margin. HTH, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http

Re: [css-d] Inheritance and computed value question

2005-05-25 Thread Andrew Gregory
browser developers. Cheers, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

[css-d] Inheritance and computed value question

2005-05-23 Thread Andrew Gregory
inheriting the *grandparent* element (div) width/height to the image. Comments? Cheers, -- Andrew Gregory, URL: mailto:[EMAIL PROTECTED] URL: http://www.scss.com.au/family/andrew/ __ css-discuss [EMAIL PROTECTED] http://www.css