TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

creating background image

Page: 1 Reply
Mar 13th 2003#95188 Report
Member since: Mar 5th 2003
Posts: 8
i want to use a image as a background for a navigation panel, and i dont want it to repeat... i know i have to use CSS style sheets so i came up with this code :

< !--
background {
background-image: url(file:///C|/images/navigation.jpg);
background-repeat: no-repeat;
background-position: center center;
}
-- >



but how do i get it to work?:confused:
Reply with Quote Reply
Mar 13th 2003#95189 Report
Member since: Mar 18th 2001
Posts: 6632
Your code didn't show up. But you'd want to do something like this:

.navbar {
background-image: url(yoursite.com/image.url);
background-repeat: no-repeat;
}

Then in your navbar cell:

< td class="navbar">
Reply with Quote Reply
Mar 13th 2003#95190 Report
Member since: Mar 5th 2003
Posts: 8
thx...
im trying to get it to show up.
Reply with Quote Reply
Mar 13th 2003#95191 Report
Member since: Mar 5th 2003
Posts: 8
thx a lot it's working now
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum