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

2007-01-07 Thread Andrew Gregory
pera when browser > expands? I did earlier on today, but I'm guessing you've fixed that? -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ > __ css-discuss [EMAIL PROTECTED] http://

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

2007-01-06 Thread Andrew Gregory
If you're not running 9.10, update and check again. HTH, -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ > __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listi

Re: [css-d] Opera - continuing woes

2006-12-13 Thread Andrew Gregory
ng to fiddle with the CSS. Short answer: fix the XHTML so it validates! I got it down to only complaining about the embed and an onchange attribute. HTH, -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ > ___

Re: [css-d] Lists in browsers

2006-11-19 Thread Andrew Gregory
going on? I would have thought 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, mailto:[EMAIL PROTECTED] > ht

Re: [css-d] mir help

2006-11-17 Thread Andrew Gregory
gin:0; > padding:0; > } > > This is MIR. 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&#x

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

2006-10-01 Thread Andrew Gregory
load "styles/main_includes.css" (and later on "styles/shfb_basic_white.css"). You have multiple DOCTYPE and sections - validate and fix up the errors and you should be right. HTH, -- Andrew Gregory,

Re: [css-d] background-repeat:no-repeat support in Opera 9?

2006-07-27 Thread Andrew Gregory
rmed by copying-and-pasting into an image editor. It looks like Opera is repeating the actual image data to fill the specified global GIF image size. Try rebuilding the image, or using different software to make it. HTH,

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

2006-06-30 Thread Andrew Gregory
styles: img { 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, mailto:[EMAIL

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.bru

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

2006-06-27 Thread Andrew Gregory
.html> > In Op9 there is a sort 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 Ope

Re: [css-d] Site-check

2006-05-28 Thread Andrew Gregory
splaying the menu right, any idea why? You're floating #navlist so #navcontainer shrinks and #navcontainer's overflow:hidden hides it. I moved the to just inside #navcontainer after #navlist, and that fixed Opera. HTH, -- Andrew Gregory, mailto:[EMAIL PROTEC

Re: [css-d] Problem with Firefox

2006-05-22 Thread Andrew Gregory
expanding your 4px height to fit the text. The solution 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, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ >

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

2006-05-22 Thread Andrew Gregory
t of time juggling things until I was happy. HTH, -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ > __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

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

2006-05-19 Thread Andrew Gregory
o. If I take it out, then the sidebar does > the same thing Opera does. If a leave it in, Opera centers the sidebar > in the browser 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 Fire

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

2006-04-22 Thread Andrew Gregory
profile page is basically all tables, I'd be tempted to just drop funfacts from that page, unless someone smarter than me can come up with something! HTH, -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ > _

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

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

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

2006-04-03 Thread Andrew Gregory
xact margins/padding actually required. I couldn't see any text repeating, or any font issues? -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ > __ css-discuss [EMAIL PROTECTED] htt

Re: [css-d] Opera & IE bugs?

2006-02-25 Thread Andrew Gregory
dd" but not around "dd a:link" and > there's padding left and right on "dd a:link" but no width > specifications involved. Try adding display:block to ".switcher dd a:link". Checke

Re: [css-d] Opera & IE bugs?

2006-02-23 Thread Andrew Gregory
ey ain't much, I'll grant you, but is that any reason to throw 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, --

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

Re: [css-d] Opera adds space

2006-02-13 Thread Andrew Gregory
re/index.html > The CSS is http://www.rocky-hills.com/sample/gofigure/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 #mainwra

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

2006-01-27 Thread Andrew Gregory
(and earlier) requires 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, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ >

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, mailto:[EMAIL PROTECTED] > http://www.scss

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

2005-11-17 Thread Andrew Gregory
leaving a white thick > 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, -- And

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

2005-11-10 Thread Andrew Gregory
fixed! display:inline-block may work too, but would need testing, especially in IE. -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ > __ css-discuss [EMAIL PROTECTED] http:

Re: [css-d] Missing background in opera

2005-11-07 Thread Andrew Gregory
rogeeks/styles/content.css > > 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 &q

Re: [css-d] A hack for all Opera browsers ?

2005-10-20 Thread Andrew Gregory
) I'd really be much more interested in why you think you need to target all Opera browsers in the first place? If we knew what you were trying to do, we might be able to offer a better solution. HTH, -- Andrew Gregory, mailto:[EMAIL PROTECTED] > h

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

2005-10-19 Thread Andrew Gregory
There's no workaround I'm aware of, apart from disabling the printing of page backgrounds. -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ > __ css-discuss [EMAIL PROTECTED] h

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

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

Re: [css-d] perplexing opera issue with flyout nav menu

2005-10-18 Thread Andrew Gregory
of display:none/block for that sort of thing, and it resolves your display problems (for me anyway). Testing using Opera 8.5. HTH, -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ >

[css-d] Browser specific CSS

2005-10-14 Thread Andrew Gregory
s.com.au/family/andrew/webdesign/uacss/> Feedback/comments are welcome. -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ > __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mai

Re: [css-d] Opacity in Suckerfish

2005-10-11 Thread Andrew Gregory
('create_src.php') no-repeat top left; } #crop_area { background: transparent url(halfscreen.png) repeat; } HTH, -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/family/andrew/ > __ css-discuss [EMAIL P

Re: [css-d] Opacity in Suckerfish

2005-10-07 Thread Andrew Gregory
ound-color: rgba(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, mailto:[EMAIL PROTECTED] > http://www.s

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://w

[css-d] Safari problem

2005-09-23 Thread Andrew Gregory
. The relevant styles are in: <http://www.scss.com.au/styles/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 reso

[css-d] Poor CSS work processes

2005-09-22 Thread Andrew Gregory
they are to fix. That applies to web design too. I hope more of you might consider earlier testing. I expect the result would be happier web designers, and more robust cross-browser designs. Thanks for reading! -- Andrew Gregory, mailto:[EMAIL PROTECTED] > http://www.scss.com.au/fam

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

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

Re: [css-d] Suckerfish / Opera woes

2005-08-28 Thread Andrew Gregory
n, especially 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, mailto:[EMAIL PROTECTED

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

2005-08-25 Thread Andrew Gregory
t:left and set 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, mailto:[

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, mailto:[EMAIL PROTEC

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

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

[css-d] Inheritance and computed value question

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