Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What Going On With This Page, Not Displying Correctly

4 views
Skip to first unread message

Bernie Bildman

unread,
Jan 7, 2010, 3:47:17 AM1/7/10
to

http://www.typicallyspanish.com/

Works in IE

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Lange

unread,
Jan 7, 2010, 2:49:30 PM1/7/10
to
On 7/01/2010 9:47, Bernie Bildman wrote:
>
> http://www.typicallyspanish.com/
>
> Works in IE
>

Works in FireFox, IE, Chrome, Safari but not in Opera as it seems.
Now if there is one browser i like the most then it's Opera (top in
layout, easy of use etc) but it has problems showing some webpages which
other browsers show with no problem. This is one of them.
Also, a lot of commercial websites don't support Opera 100% which gives
problems while ordering or doing online banking... :(

--
Lange, Air Ops 666th Black Brigade

ge...@none.net

unread,
Jan 7, 2010, 3:34:55 PM1/7/10
to
On Thu, 07 Jan 2010 09:47:17 +0100
"Bernie Bildman" <bbil...@teranews.com> wrote:

Just looking at the Error Console - Tools > Advanced > Error Console -
I see three errors reported:

------
JavaScript - http://www.typicallyspanish.com/scripts/stseff.js
Linked script not loaded

CSS - http://www.typicallyspanish.com/
Inlined stylesheet
Invalid value for property: cursor
Line 1:
ighslide img {cursor: url(../highslide/graphics/zoomin.cur), pointer !
important;

CSS - http://www.typicallyspanish.com/
Inlined stylesheet
Invalid value for property: cursor
Line 1:
ighslide img {cursor: url(../highslide/graphics/zoomin.cur), pointer !
important;
--------

My suggestion is to let the site's webmaster know, and to file a bug
report with Opera (Help > Support - look on right for filing bug
reports).

Gene

Andrew Gregory

unread,
Jan 7, 2010, 9:42:19 PM1/7/10
to
On Thu, 07 Jan 2010 16:47:17 +0800, Bernie Bildman <bbil...@teranews.com>
wrote:

I can fix the problem with Opera by changing a style command in:

http://www.typicallyspanish.com/stylesheets/2011.css

Specifically, the style starting with:

#dropline li a {display:inline-block; width:100%;

Remove the "width:100%;":

#dropline li a {display:inline-block;

Interestingly, I can remove the same style with IE, Firefox and Safari
without introducing any problems. It seems to be a completely unecessary
style. It might be an Opera bug, but Opera's behavior looks correct to me
- the links *are* 100% wide in Opera, while the other browsers appear to
be ignoring that command.

It's a simple fix, perhaps the site will be willing to make the change if
you let them know?

--
Andrew

Nisse Engström

unread,
Jan 8, 2010, 9:26:44 AM1/8/10
to
On Thu, 7 Jan 2010 13:34:55 -0700, ge...@none.net wrote:

> Just looking at the Error Console - Tools > Advanced > Error Console -
> I see three errors reported:
>
> ------
> JavaScript - http://www.typicallyspanish.com/scripts/stseff.js
> Linked script not loaded
>
> CSS - http://www.typicallyspanish.com/
> Inlined stylesheet
> Invalid value for property: cursor
> Line 1:
> ighslide img {cursor: url(../highslide/graphics/zoomin.cur), pointer !
> important;

I think that's actually a bug in Opera. The rule
'cursor: url(...), pointer'
seems perfectly valid to me, according to current CSS 2.1 and
CSS 3 specifications.

[Of course, it's hard to tell when there is no definitive CSS
specification around. As I can recall, CSS 2 was never implemented
by browsers, CSS 2.1 was better implemented, but was then yanked
back to draft status and modified. And CSS 3 isn't here yet. Or
something along those lines... It seems that 2.1 is now a
Candidate Recommendation again, whatever that means.]


/Nisse

Message has been deleted

Rijk van Geijtenbeek

unread,
Jan 12, 2010, 4:39:59 AM1/12/10
to
Op Fri, 08 Jan 2010 15:26:44 +0100 schreef Nisse Engstrᅵm
<news.NOSPA...@luden.se>:

> On Thu, 7 Jan 2010 13:34:55 -0700, ge...@none.net wrote:
>
>> Just looking at the Error Console - Tools > Advanced > Error Console -
>> I see three errors reported:
>>
>> ------
>> JavaScript - http://www.typicallyspanish.com/scripts/stseff.js
>> Linked script not loaded
>>
>> CSS - http://www.typicallyspanish.com/
>> Inlined stylesheet
>> Invalid value for property: cursor
>> Line 1:
>> ighslide img {cursor: url(../highslide/graphics/zoomin.cur), pointer !
>> important;
>
> I think that's actually a bug in Opera. The rule
> 'cursor: url(...), pointer'
> seems perfectly valid to me, according to current CSS 2.1 and
> CSS 3 specifications.

Sure, but it is not supported by Opera yet.

> [Of course, it's hard to tell when there is no definitive CSS
> specification around. As I can recall, CSS 2 was never implemented
> by browsers, CSS 2.1 was better implemented, but was then yanked
> back to draft status and modified. And CSS 3 isn't here yet. Or
> something along those lines... It seems that 2.1 is now a
> Candidate Recommendation again, whatever that means.]

The CSS 2.1 spec is nowadays very close to describing what actually works
in modern browsers. Except for selectors, here the CSS3 Selectors spec
describes pretty much what you can do in browsers that are not IE.

See also:
http://a.deveria.com/caniuse/

--
Rijk van Geijtenbeek
Opera Software ASA, Documentation & QA
Tweak: http://my.opera.com/Rijk/blog/

"The most common way to get usability wrong is to listen to what users
say rather than actually watching what they do." - J.Nielsen

Nisse Engström

unread,
Jan 13, 2010, 3:00:33 AM1/13/10
to
On Tue, 12 Jan 2010 10:39:59 +0100, Rijk van Geijtenbeek wrote:

> The CSS 2.1 spec is nowadays very close to describing what actually works
> in modern browsers. Except for selectors, here the CSS3 Selectors spec
> describes pretty much what you can do in browsers that are not IE.

That's pretty much what I expected. Have to go and
re-read the specs one of these days...

> See also:
> http://a.deveria.com/caniuse/

Interesting page. Thanks.


/Nisse

Bernie Bildman

unread,
Jan 13, 2010, 3:51:44 PM1/13/10
to
On Sat, 09 Jan 2010 06:23:49 +0100, Ian Anderson <an...@127.0.0.1.invalid>
wrote:

> On Thu, 07 Jan 2010 09:47:17 +0100, "Bernie Bildman"
> <bbil...@teranews.com> wrote:
>
>>
>> http://www.typicallyspanish.com/
>>
>> Works in IE
>

> Works in Opera 10.10 too.

Not in MY Opera 10.10

Message has been deleted

Ed Jay

unread,
Jan 14, 2010, 1:28:46 AM1/14/10
to
Ian Anderson wrote:

>On Wed, 13 Jan 2010 21:51:44 +0100, "Bernie Bildman"


><bbil...@teranews.com> wrote:
>
>>On Sat, 09 Jan 2010 06:23:49 +0100, Ian Anderson <an...@127.0.0.1.invalid>
>>wrote:
>>
>>> On Thu, 07 Jan 2010 09:47:17 +0100, "Bernie Bildman"
>>> <bbil...@teranews.com> wrote:
>>>
>>>>
>>>> http://www.typicallyspanish.com/
>>>>
>>>> Works in IE
>>>
>>> Works in Opera 10.10 too.
>>
>>Not in MY Opera 10.10
>

>That's strange, why it will run in My Opera 10.10 and not another.
>
>My Opera version is Build 1893.

Mine is 1895, and it doesn't display properly.

--
Ed Jay (remove 'M' to reply by email)

Win the War Against Breast Cancer.
Knowing the facts could save your life.
http://www.breastthermography.info

David W. Hodgins

unread,
Jan 14, 2010, 3:11:39 AM1/14/10
to
On Wed, 13 Jan 2010 22:27:20 -0500, Ian Anderson <an...@127.0.0.1.invalid> wrote:

> On Wed, 13 Jan 2010 21:51:44 +0100, "Bernie Bildman"
> <bbil...@teranews.com> wrote:
>>>> http://www.typicallyspanish.com/


> That's strange, why it will run in My Opera 10.10 and not another.

It's visible, but if you compare it to firefox, the menu items
like Directory, Features, etc., all show up as separate lines
covering the material that's supposed to be shown, whereas in
firefox, they show up as tabs on one line, not covering the
material to be shown.

I'm using opera 10.20, build 4744 with Mandriva 2010.0 linux.

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)

Message has been deleted
0 new messages