Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 10:30 PM
barry womb
Guest
 
Posts: n/a
Default Opera and No Repeat

Hello-
I've created a page and have a table with a no repeating background.
Works in all but Opera.

Any ideas?

Here's the style sheet:
..tdnavbg {
background-color: #000000;
background-image: url(images/nav_bg.gif);
background-repeat: no-repeat;
}
..tdbgtopmain {
background-image: url(images/creating_header.gif);
background-repeat: no-repeat;
}
..copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
text-align: center;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #FFFFFF;
text-align: justify;
white-space: normal;
}
..pcenter {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
color: #FFFFFF;
white-space: normal;
background-position: center;
}

Thank you.
  #2  
Old July 20th, 2005, 10:30 PM
Rijk van Geijtenbeek
Guest
 
Posts: n/a
Default Re: Opera and No Repeat

On 28 Jan 2004 14:40:06 -0800, barry womb <barrywomb@yahoo.com> wrote:
[color=blue]
> Hello-
> I've created a page and have a table with a no repeating background.
> Works in all but Opera.[/color]

Which Opera, which page?

[..]

--
Rijk van Geijtenbeek

The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen
  #3  
Old July 20th, 2005, 10:30 PM
barry womb
Guest
 
Posts: n/a
Default Re: Opera and No Repeat

Opera versions 5-7
the page is here http://www.visionbydesign.net

"Rijk van Geijtenbeek" <rijk@opera.com> wrote in message news:<opr2ic6uu4icz8n2@news.individual.net>...[color=blue]
> On 28 Jan 2004 14:40:06 -0800, barry womb <barrywomb@yahoo.com> wrote:
>[color=green]
> > Hello-
> > I've created a page and have a table with a no repeating background.
> > Works in all but Opera.[/color]
>
> Which Opera, which page?
>
> [..][/color]
  #4  
Old July 20th, 2005, 10:30 PM
barry womb
Guest
 
Posts: n/a
Default Re: Opera and No Repeat-

Figured it out!
I dropped the tag into the TR instead of the TD.
DUH!


Thanks.

"Rijk van Geijtenbeek" <rijk@opera.com> wrote in message news:<opr2ic6uu4icz8n2@news.individual.net>...[color=blue]
> On 28 Jan 2004 14:40:06 -0800, barry womb <barrywomb@yahoo.com> wrote:
>[color=green]
> > Hello-
> > I've created a page and have a table with a no repeating background.
> > Works in all but Opera.[/color]
>
> Which Opera, which page?
>
> [..][/color]
  #5  
Old July 20th, 2005, 10:30 PM
Jim Dabell
Guest
 
Posts: n/a
Default Re: Opera and No Repeat


[Please don't post upside down.]

barry womb wrote:[color=blue]
> "Rijk van Geijtenbeek" <rijk@opera.com> wrote in message
> news:<opr2ic6uu4icz8n2@news.individual.net>...[color=green]
>> On 28 Jan 2004 14:40:06 -0800, barry womb <barrywomb@yahoo.com> wrote:
>>[color=darkred]
>> > Hello-
>> > I've created a page and have a table with a no repeating background.
>> > Works in all but Opera.[/color]
>>
>> Which Opera, which page?[/color]
>
> Opera versions 5-7
> the page is here http://www.visionbydesign.net[/color]

Looks fine here (Opera 7.23/Linux).

In the debugging process, validation comes before asking others for help.

<URL:http://diveintomark.org/archives/2003/05/05/why_we_wont_help_you>


--
Jim Dabell

  #6  
Old July 20th, 2005, 10:30 PM
Neal
Guest
 
Posts: n/a
Default ciwas FAQ? WAS: Re: Opera and No Repeat

On Thu, 29 Jan 2004 15:58:48 +0000, Jim Dabell <jim-usenet@jimdabell.com>
wrote:

[color=blue]
> <URL:http://diveintomark.org/archives/2003/05/05/why_we_wont_help_you>
>
>[/color]

Maybe we need to post a message with a big FAQ in it every once in a
while, basically telling folks stuff like:

Q.
How should I ask a question here in c.i.w.a.s.?

A.
1) Validate your HTML (http://validator.w3.org/) and your CSS
(/jigsaw.w3.org/css-validator/) to help eliminate structural errors.
2) Triple-check your code and CSS for obvious errors.
3) Search this newsgroup
(http://groups.google.com/groups?&gro...ng.stylesheets)
for recent discussion of the issue.
4) If you still cannot find the solution, post:
a. the URL of a page showing the problem (either the actual page or a
dummy setup if the actual page isn't for public view)
b. describe the problem as you see it
c. describe what you're intending to happen that isn't happening
d. tell us in what specific browsers you are seeing the problem
5) Be patient and wait, this may be that hour we are not at the computer.
6) If, rather than a pat solution to your problem, you get an explanation
of why there's deeper problems that make this issue trivial, don't get mad
at us.
7) If we start arguing about the proper solution, pour your favorite
beverage, sit back and enjoy the show.


Feel free to edit if I've forgotten something in my
less-than-adequately-caffienated state...
  #7  
Old July 20th, 2005, 10:30 PM
Steve Pugh
Guest
 
Posts: n/a
Default Re: Opera and No Repeat

barrywomb@yahoo.com (barry womb) wrote:[color=blue][color=green]
>> On 28 Jan 2004 14:40:06 -0800, barry womb <barrywomb@yahoo.com> wrote:
>>[color=darkred]
>> > I've created a page and have a table with a no repeating background.
>> > Works in all but Opera.[/color]
>>[/color]
>Opera versions 5-7
>the page is here http://www.visionbydesign.net[/color]

Presumably you mean the background image right at the bottom of the
page? nav_bg.gif? Move the class from the <tr> to the <td> and don't
set the background in the HTML as well as the CSS.

However, that background image is just a white box with a black
interior that fills the entire width of the table cell. Why don't you
use CSS border intead? Less bandwidth and more flexible.

The you can concentrate on fixing the more important errors on the
page (such as no alt attributes, pixel font sizes, etc.)

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
  #8  
Old July 20th, 2005, 10:31 PM
Stephen Poley
Guest
 
Posts: n/a
Default Re: ciwas FAQ? WAS: Re: Opera and No Repeat

On Thu, 29 Jan 2004 11:23:16 -0500, Neal <neal413@spamrcn.com> wrote:
[color=blue]
>Maybe we need to post a message with a big FAQ in it every once in a
>while, basically telling folks stuff like:
>
>Q.
>How should I ask a question here in c.i.w.a.s.?
>
>A.
>1) Validate your HTML (http://validator.w3.org/) and your CSS
>(/jigsaw.w3.org/css-validator/) to help eliminate structural errors.
>2) Triple-check your code and CSS for obvious errors.
>3) Search this newsgroup
>(http://groups.google.com/groups?&gro...ng.stylesheets)
>for recent discussion of the issue.
>4) If you still cannot find the solution, post:
> a. the URL of a page showing the problem (either the actual page or a
>dummy setup if the actual page isn't for public view)
> b. describe the problem as you see it
> c. describe what you're intending to happen that isn't happening
> d. tell us in what specific browsers you are seeing the problem
>5) Be patient and wait, this may be that hour we are not at the computer.
>6) If, rather than a pat solution to your problem, you get an explanation
>of why there's deeper problems that make this issue trivial, don't get mad
>at us.
>7) If we start arguing about the proper solution, pour your favorite
>beverage, sit back and enjoy the show.
>
>
>Feel free to edit if I've forgotten something in my
>less-than-adequately-caffienated state...[/color]

That seems to cover the main points. You might also include a line or
two on what is on-topic in c.i.w.a.s, and what other related newsgroups
are available.

Now all you need to work out is how to get the offenders to read it ...

You could try posting it once a week or so, to see if it helps.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles