4 replies [Last post]
Jenni
Jenni's picture
Offline
Enthusiast
Seattle
Last seen: 14 years 1 week ago
Seattle
Joined: 2007-03-09
Posts: 115
Points: 0

Hey Guys,

This background image is not showing up on the very top of this page as I'd like it to Sad

Here is the page: http://wisetopic.com/search

The image is here: http://wisetopic.com/_img/_core/bg_top.gif
and is part of the div.wrapper class.

Here is the mockup of how it should look:
http://wisecorp.us/wisetopic/profile/index.htm

in the header body I have added this xhtml:




heres the css:
body {
text-align: center;
min-width: 800px;
margin: 0px;
background: url(http://wisetopic.com/_img/_core/bg_full.gif) top center;
font-family: Arial,Verdana,Tahoma;
}
div, body, p, td, input, select
{
font-family: Arial,Verdana,Tahoma;
font-size: 11px;
}
div.wrapper {
background: url(http://wisetopic.com/_img/_core/bg_top.gif) top center no-repeat;
min-height: 780px;
}
div.central {
width: 780px;
margin: 0 auto;
}

Can you see whats going no, why it is not showing up? Thank you!

Funcod
Offline
Regular
Last seen: 13 years 17 weeks ago
Timezone: GMT+1
Joined: 2007-04-21
Posts: 11
Points: 0

you should probably use

you should probably use
background-image: url(img/yourimage.jpg);
instead

wolfcry911
wolfcry911's picture
Offline
Guru
MA, USA
Last seen: 9 years 4 weeks ago
MA, USA
Timezone: GMT-5
Joined: 2004-09-01
Posts: 3224
Points: 237

id in the html and class in

id in the html and class in the css

Funcod
Offline
Regular
Last seen: 13 years 17 weeks ago
Timezone: GMT+1
Joined: 2007-04-21
Posts: 11
Points: 0

i missed that one eh ^^

i missed that one eh ^^

Jenni
Jenni's picture
Offline
Enthusiast
Seattle
Last seen: 14 years 1 week ago
Seattle
Joined: 2007-03-09
Posts: 115
Points: 0

*slaps forehead* Thanks

*slaps forehead*

Thanks for pointing that out! Such a stupid mistake (*^^*)