473,748 Members | 10,649 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

css problem with background images

Hi all,
I am having problems loading background images on my pages. I have
created a css to display the images. It works just fine on my test box,
but when I tried on real pages it wont upload any images everythin else
displays just fine. I used a table and added a background image to
every row. when i call the page it shows that it is preloading images
but never displays. I have tried to place the css code on the page
itself as well. the code for my CSS.html is as follows:

..style_slice5 { background-image:url(image s/ADSS_Layout-05.jpg);
background-repeat: no-repeat }
..style_slice6 { background-image:url(image s/ADSS_Layout-06.jpg);
background-repeat: no-repeat }
..style_slice7 { background-image:url(image s/ADSS_Layout-07.jpg);
background-repeat: no-repeat }
..style_slice8 { background-image:url(image s/ADSS_Layout-08.jpg);
background-repeat: no-repeat }
On the pages I used <link href="/styles.css" rel="stylesheet "
type="text/css"> to call it.
can anyone help?

thanks in advance.

Oct 27 '05 #1
3 2037
Els
ribinha wrote:
Hi all,
I am having problems loading background images on my pages. I have
created a css to display the images. It works just fine on my test box,
but when I tried on real pages it wont upload any images everythin else
displays just fine. I used a table and added a background image to
every row. when i call the page it shows that it is preloading images
but never displays. I have tried to place the css code on the page
itself as well. the code for my CSS.html is as follows:

.style_slice5 { background-image:url(image s/ADSS_Layout-05.jpg);
background-repeat: no-repeat }
.style_slice6 { background-image:url(image s/ADSS_Layout-06.jpg);
background-repeat: no-repeat }
.style_slice7 { background-image:url(image s/ADSS_Layout-07.jpg);
background-repeat: no-repeat }
.style_slice8 { background-image:url(image s/ADSS_Layout-08.jpg);
background-repeat: no-repeat }
On the pages I used <link href="/styles.css" rel="stylesheet "
type="text/css"> to call it.
can anyone help?
I think a short look on the patient will quickly result in an accurate
diagnose ;-)
(iow: can you show a URL?)
thanks in advance.


You're welcome.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Oct 27 '05 #2
Hi Els:
I cant give out the URL cause it is a clients box. Its a secure url. I
have the images as background in the cells <td>. but the thing is when
I put the images on the cell without the css it pulls it up. the path
for the images are good and complete. Also it onle gave some problems
when I added data to the application. on the test box it worked just
fine. Thanks for the help in advance.

Oct 28 '05 #3
Els
ribinha wrote:
Hi Els:
Hi ribinha - please can you quote the relevant part of the message
you're replying to? It makes it easier (or even possible) to figure
out what you are talking about.
I cant give out the URL cause it is a clients box. Its a secure url. I
have the images as background in the cells <td>. but the thing is when
I put the images on the cell without the css it pulls it up.
No idea what you mean by that.
the path
for the images are good and complete. Also it onle gave some problems
when I added data to the application. on the test box it worked just
fine. Thanks for the help in advance.


I can't help if I don't see any code.
The above description doesn't do it for me. My guess is that either
you uploaded the images to the wrong directory, or else, the paths are
wrong. Another possibility is that there is some kind of block (by IP
or referrer maybe) which accidentally was left in the .htaccess after
development of the site.

Did it work on the client's box before you added data? If that's the
case, you should look at the differences of the pages between before
and after adding the data.

Why don't you make a copy with different images, different text, just
as an example (must have the problem in it though), and put that up
somewhere where we can see it?

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Oct 28 '05 #4

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

Similar topics

1
5016
by: RugbyTravis | last post by:
I want to have a list that is horizontal and each <li> has different images. I also want them to change on hover. I want the words to be below the images as well. Anyone of you styles gurus have any words of wisdom? Please! :-) Here is what I have so far. <!--styles--> ul#mainNav{ font: bold 80% Verdana;
0
2272
by: Ataru Morooka | last post by:
Hello, I am renewing a website using CSS and I have some problems with IE6. Following this link: http://www.ansv.it/templates/Template_Index_IT.dwt.asp you may notice that the container area has 3 colums, 1 and 3 with titles and the 2 with a big image. Well, 1 and 3 are not perfectly at the top of their column while 2 is even worst...with the image going down and down. Opera and Firefox even showing different errors with the background...
5
3001
by: Craig Keightley | last post by:
Please help, i have attached my page which worksin IE but i cannnot get the drop down menu to fucntion in firefox. Any one have any ideas why? Many Thanks Craig <<<<<<<<<<<<<<CODE>>>>>>>>>>>>>>>> <html>
12
2214
by: Raed Sawalha | last post by:
I have the following table which i can not switcha to design view error message said Could not open in Design view. Quote values differently inside a '<% ...."value"... %>' block. and the line which make the error is anchor but i cannot make it work. <TABLE id="tblDocList" dir="<%#strLangDir%>" style="DISPLAY:inline"
1
3364
by: mascouta | last post by:
I have a lot of problems with IE browser, one of them is described in this topic. in my website i have div Calculator with background image. it displayed perfectly with Firefox browser however in IE browser the height of the layer increased and it shown longer than the regular height which makes troubles with the footer of the website. This is the CSS of the layer: .demo {position:absolute ; top:710px; left:380px; z-index:99; ...
4
1838
by: kumuda v | last post by:
Hi, I am new to web development. I have designed a main page using html and css, I am working in linux OS so I am using firefox. But the problem is with IE, where the entire contents and images is re-positioned . the page looks entirely different. Please anyone can help me in this regard. Here is the css and html code home.php <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="keywords" content="healthy dining...
2
1960
by: stevemtno | last post by:
I've got a problem with a web page I'm working on. I have 4 modules - one of them has 2 tabs, two of them have 4 tabs. When the user clicks on the tabs, the content below them changes. However, when the user clicks on the tab (any tab), the browser goes back to the top of the page (I'm assuming it's refreshing, I'm not sure). I'm attaching the JS code below, along with the 2-tab version of the module and its accompanying CSS. Any help will be...
3
2073
by: rassklass | last post by:
HI all, I have designed a site found at www.pickupnewspapers.co.uk/nottinghamshire/index.html but I cant get the footer to sit stil on the page. It is because of the javascript ticker, everytime the ticker types the footer jumps up and down. Also the ticker does not work in firefox but does in IE7 (cant test in any others as dont have a computer with it on) . I am quite amateur to html and no nothing about javascript. I am aware there are...
2
1351
by: sharkyboy | last post by:
hey, for some reason my site looks ok with IE but not with FF! usually the other way round! the site is here http://www.sjjit.co.uk/newsitetest/index.html. it looks correct in IE but the main content and menu section moves in FF and overlays onto the top of the header! anyone got any idea's? thanks, Mark here's my code:
2
3013
by: swethak | last post by:
hi , i write the code in .htm file. It is in cgi-bin/searches/one.htm.In that i write a form submitting and validations.But validations are not worked in that .htm file. I used the same code in my local system that validations work.plz tell that whats the problem in that. Here is my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html...
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8830
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9370
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9247
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8242
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6074
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4602
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3312
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2782
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.