The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Opera igores rules="none" in the frame element
Kiran
post Dec 31 2008, 07:55 AM
Post #1





Group: Members
Posts: 2
Joined: 31-December 08
Member No.: 7,436



Hi there,

For some strange reason, only Opera ignores rules="none" attribute in the frame element. Does anyone know how to fix this?
Also the border in some web browser displays as black rather than grey.

Here is an example page from my website:

http://www.tuxclub.co.uk/data.php

Help would be appreciated.

Thanks.

EDIT: Noticed I had spelt ignores wrong in title!

This post has been edited by Kiran: Dec 31 2008, 07:59 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 31 2008, 08:14 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE(Kiran @ Dec 31 2008, 01:55 PM) *

For some strange reason, only Opera ignores rules="none" attribute in the frame element.


I think you mean the TABLE element. Sadly, Opera has broken the support for 'rules' in later versions. IIRC it was fine earlier.

Just use 'border="0" or control borders with CSS.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Kiran
post Dec 31 2008, 08:44 AM
Post #3





Group: Members
Posts: 2
Joined: 31-December 08
Member No.: 7,436



QUOTE(pandy @ Dec 31 2008, 01:14 PM) *

I think you mean the TABLE element. Sadly, Opera has broken the support for 'rules' in later versions. IIRC it was fine earlier.

Just use 'border="0" or control borders with CSS.


Thank for your reply.
Yes, I did mean Table rather than Frame.
Using border="0" would remove the outside border as well, wouldn't it.
Am I right in thinking that CSS shows up differently in some browser?
How would I control the borders in CSS?

This post has been edited by Kiran: Dec 31 2008, 08:44 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 31 2008, 09:19 AM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE
Using border="0" would remove the outside border as well, wouldn't it.

Yes, but you don't have one anyway.

QUOTE
Am I right in thinking that CSS shows up differently in some browser?


Support may differ, but for this there isn't any problems.

QUOTE
How would I control the borders in CSS?


With the border property or individual declarations for border-left, border-right and so on.
http://htmlhelp.com/reference/css/box/border.html
http://htmlhelp.com/reference/css/box/

CSS treats tables differently than HTML. You have to declare borders for TABLE and TD separately. As you understand from the above, you can also put a border on only one side of the table or a td. Or two or three. They can also have different colors, styles and width.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 23rd April 2024 - 01:10 AM