I've been working on a 'surprise bday gift' website for a friend on this Website and I have to say that I have no training with css or html apart from a basic 3 hour online class. I am building the website using the Joomla CMS.
The above website looks fine in Safari, chrome but not in Firefox and i am unsure about IE. The code you see is used to form a template for the website of some sort (I think!).
I've played around for 8 hours by tweaking the settings here and there and I just not able to get the right combination! I tried to be smart and dumb but didn't get it!
I would be grateful if someone could point me the error down to make the website bulletproof on all websites! (Ps do not worry about the error messages in the galleries, I got that under control
#wrapper {
text-align:left;
margin:0 auto;
width:90%;
}
#logo {
margin-top:15px;
margin-left: 30px;
margin-bottom:5px;
float:left;
width:25%;
}
#nav_main {
position:relative;
margin-top: 25px;
margin-bottom: 5px;
margin-left:15px;
width:64%;
z-index:10;
float: right;
background-colour: #ffffff;
overflow: visible;
}
.breadcrumb {
position:relative;
z-index:1;
padding : 3px 3px 3px 18px;
font-size:90%;
}
#image {
position:relative;
z-index:1;
margin-top:15px;
opacity:0.9;
width:150%;
overflow:hidden;
-webkit-border-top-left-radius: 55px;
-webkit-border-bottom-right-radius: 55px;
-moz-border-radius-topleft: 55px;
-moz-border-radius-bottomright: 55px;
border-top-left-radius: 55px;
border-bottom-right-radius: 55px;
}

New Topic/Question
Reply



MultiQuote






|