473,385 Members | 1,506 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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.
Jul 20 '05 #1
7 2201
On 28 Jan 2004 14:40:06 -0800, barry womb <ba*******@yahoo.com> wrote:
Hello-
I've created a page and have a table with a no repeating background.
Works in all but Opera.


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
Jul 20 '05 #2
Opera versions 5-7
the page is here http://www.visionbydesign.net

"Rijk van Geijtenbeek" <ri**@opera.com> wrote in message news:<op**************@news.individual.net>...
On 28 Jan 2004 14:40:06 -0800, barry womb <ba*******@yahoo.com> wrote:
Hello-
I've created a page and have a table with a no repeating background.
Works in all but Opera.


Which Opera, which page?

[..]

Jul 20 '05 #3
Figured it out!
I dropped the tag into the TR instead of the TD.
DUH!
Thanks.

"Rijk van Geijtenbeek" <ri**@opera.com> wrote in message news:<op**************@news.individual.net>...
On 28 Jan 2004 14:40:06 -0800, barry womb <ba*******@yahoo.com> wrote:
Hello-
I've created a page and have a table with a no repeating background.
Works in all but Opera.


Which Opera, which page?

[..]

Jul 20 '05 #4

[Please don't post upside down.]

barry womb wrote:
"Rijk van Geijtenbeek" <ri**@opera.com> wrote in message
news:<op**************@news.individual.net>...
On 28 Jan 2004 14:40:06 -0800, barry womb <ba*******@yahoo.com> wrote:
> Hello-
> I've created a page and have a table with a no repeating background.
> Works in all but Opera.


Which Opera, which page?


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


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

Jul 20 '05 #5
On Thu, 29 Jan 2004 15:58:48 +0000, Jim Dabell <ji********@jimdabell.com>
wrote:

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


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...
Jul 20 '05 #6
ba*******@yahoo.com (barry womb) wrote:
On 28 Jan 2004 14:40:06 -0800, barry womb <ba*******@yahoo.com> wrote:
> I've created a page and have a table with a no repeating background.
> Works in all but Opera.

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


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 <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #7
On Thu, 29 Jan 2004 11:23:16 -0500, Neal <ne*****@spamrcn.com> wrote:
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...


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/
Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Michael Winter | last post by:
I have the familiar 'thumbnail' scenario. I want to place a small border around the image when the cursor hovers above it. I use a 1 pixel, solid border around the image that changes between normal...
2
by: Wim van Iersel | last post by:
I hope somebody knows what I´m doing wrong here I have a page with two stylesheets: - default.css media="screen, print" http://www.tilburg.nl/development/stylesheets/default2.css - print.css...
24
by: Thomas Mlynarczyk | last post by:
Hi, Here's what I have: <div> <img ...><br> Caption text </div> The div is floated left and has no width set, the content is centered, there are no margins or padding on the <img> (just a...
4
by: William Tcherust | last post by:
I'm volunteering for this site using CSS, but Safari 1.2.4 and Opera 6.0 are not rendering my stylesheet as intended. Even though I did most of the job, there's still a bug that I just can't work...
10
by: Andrew | last post by:
I'm developing a site using CSS layout. One of the main divs contains the content, another contains the side bar. I want the content next to the sidebar so the content is floated left and the...
18
by: Francois du Toit | last post by:
Can someone confirm this: http://www.purpleray.za.net/opera_bug.html
1
by: VK | last post by:
Formally it may appertain to a CSS newsgroup, but from the other side it is *dynamic* plus it is JavaScript based. Anyway I had a customer who wanted cross-browser full-Aqua (Office XP style) so...
7
by: kmw | last post by:
Page is www.oldvillagemasterpainters.com/about.aspx I have validated both the html and the css. Css gives me warnings about background colors but passes. My problem is this: There is a ul menu...
13
by: BMc | last post by:
I just want to take a moment to say thank you to so many of you who posted a response to my request for help about the problem with THE GAP (see below?)! Your suggestions were not only a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.