MyBB Community Forums

Full Version: whats wrong?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
URL: www.argenplay.com.ar
version 1.4.10
problem: look the nav of the page, i want background.gif to continue with the nav, now i show u the image. heres my code

header
<table class="backg" border="0" cellspacing="0" cellpadding="3" align="center" style="border-top-width:0px; font-size:11px">
<tr align="center" class="backg">
<a href="http://www.argenplay.com.ar"><img src=images/midnight/home.gif alt="" title="" /></a>
<a href="{$mybb->settings['bburl']}/memberlist.php"><img src=images/midnight/memberlist.gif alt="" title="" /></a>
<a href="{$mybb->settings['bburl']}/calendar.php"><img src=images/midnight/calendario.gif alt="" title="" /></a>
<a href="http://www.argenplay.com.ar/games.php"><img src=images/midnight/juegos.gif alt="" title="" /></a>
<a href="$settings[bburl]/search.php"><img src=images/midnight/search.gif alt="" title="" /></a>
</tr>
</table>

global.css
.backg {
	background: url(images/midnight/background.png) top repeat-x;
	color: #fff;
	border-bottom: 1px solid #00101b;
}

how can i make with that image to continue the nav. look the web to see how it looks now

The image
[Image: backg.gif]
[Image: navbaru.jpg]
Instead of
background: url(images/midnight/background.png) top repeat-x;
try
background: url(images/midnight/background.png) repeat-x;
no, nothing happends, Confused i just dont know much html, can antone tell me how can i make to llok like tha nav?