Need some of yours expertise advise, hope that someone can help.
What is the right code to have 2 image banners next to eachother ?
This is the code below :
Code: Select all
html, body {
margin: 0;
padding: 0;
text-align: center;
height: 100%;
background: #252525;
font-size: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #7C7C7C;
font-size: 10px;
}
#container {
height: 100%;
background: #1C1C1C;
width: 97%;
text-align: left;
border: 0;
padding: 0;
margin: 0 auto;
min-width: 900px;
}
#banner {
background: #090909 url('{T_THEME_PATH}/images/header.png') top center no-repeat;
height: 250px;
text-align: center;
}
#header {
background: url('{T_THEME_PATH}/images/top_bg.jpg') top center repeat;
height: 134px;
text-align: center;
}
Code: Select all
#banner {
background: #090909 url('{T_THEME_PATH}/images/header.png') top center no-repeat;
height: 250px;
text-align: center;
Best Regards,