positioning issue
Posted: 01 September 2008 12:55 PM   [ Ignore ]
Newbie
Rank
Total Posts:  9
Joined  2008-05-23

Hey, I have an image (img.rightbanner) on one of my pages that is absolutely positioned fine in IE and FF, but is pushed to the right in Opera and Safari. Does anyone know why this is? here is the page and css is below:

http://wri.eas.cornell.edu/ACTEA WebsiteSmall/about_CTECC.html

bodyhtml {
background
-color#000000;
padding0;
margin0;
font-familyHelvetica"Myriad Pro""Trebuchet MS"sans-serif;
}

#wrapper {
margin-rightauto;
margin-leftauto
width710px;
margin-top5px
}

#header {
width710px;
white-spacenowrap;
}

#header a img {
padding-right5px;
margin-top8px;
text-decorationnone;
outlinenone;
bordernone;
}

#menu {
width110px;
margin-left42px;
text-alignright;
margin-top: -15px;
}

#main {

}

#footer {

}

a
:Linka:Activea:Visited {
font
-familyHelvetica"Myriad Pro""Trebuchet MS"sans-serif;
font-size10px;
line-height41px;
text-decorationnone;
color#ffffff;
outlinenone;
margin-right12px;
}

a
:Hover {
font
-size10px;
color#ffffff;
text-decorationnone;
background-colortransparent;
border-color#ff6600;
border-bottom-width1px;
border-left-width0px;
border-right-width0px;
border-top-width0px;
border-styledotted;
}

a
:Focus {
outline
none;
}

p {
font
-familyHelvetica"Myriad Pro""Trebuchet MS"sans-serif;
}

.topbanner {
color
#ffffff;
}

.leftbanner {
color
#000000;
}

.rightbanner {
color
#000000;
}

.rightbanner ul {
color
#000000;
white-spacenowrap;
}

.learnmore a {
color
#ffffff;
font-size15px;
line-height25px;
}

img
.topbanner {
position
absolute;
top95px;
margin-left159px;
}

.topbanner {
position
absolute;
top105px;
margin-left170px;
font-size34px;
}

.topbanner p {
font
-familyHelvetica"Myriad Pro""Trebuchet MS"sans-serif;
displayinline;
white-spacenowrap;
}

img
.leftbanner {
position
absolute;
top165px;
margin-left159px;
}

.leftbanner {
position
absolute;
top180px;
margin-left170px;
font-size12px;
}

.leftbanner p {
font
-familyHelvetica"Myriad Pro""Trebuchet MS"sans-serif;
line-height20px;
white-spacenowrap;
margin-top5px;
}

img
.rightbanner {
position
absolute;
top165px;
margin-left491px;
}

.rightbanner {
position
absolute;
top180px;
margin-left500px;
}

.rightbannertitle {
line
-height20px;
font-size18px;
color#ffffff;
white-spacenowrap;
}

.rightbanner p {
font
-familyHelvetica"Myriad Pro""Trebuchet MS"sans-serif;
displayinline;
line-height18px;
white-spacenowrap;
}

.rightbanner li {
line
-height23px;
font-familyHelvetica"Myriad Pro""Trebuchet MS"sans-serif;
margin-left: -20px;
white-spacenowrap;
font-size12px;
}

.nounderline {
margin
-left3px;
}

.nounderline a:Hover {
text
-decorationnone;
bordernone;
outlinenone;
}

img
.bottombanner {
position
absolute;
top682px;
margin-left159px;
}

.bottombanner {
position
absolute;
top695px;
margin-left170px;
white-spacenowrap;
font-size12px;
line-height20px;
}

a
.exec {
line
-height12px;
}

a
.join {
line
-height48px;
}

a
.members {
line
-height48px;
}

a
.research {
}

a
.education {;
}

a
.links {
}

a
.contact {
}

a
:Link.entera:Active.entera:Visited.enter {
color
#ff6600;
}

a
:Hover.enter {
color
#ffffff;
border-color#ff6600;
}

.topnav {
position
absolute;
top56px;
}

.execu {
margin
-right12px;
font-familyHelvetica"Myriad Pro""Trebuchet MS"sans-serif;
font-size10px;
text-decorationnone;
bordernone;
outlinenone;
color#ffffff;
}

.title {
font
-size20px;
color#ffffff;
}

.bottomtitle {
font
-size16px;
color#f07f0a;
white-spacenowrap;
}

.bottombanner ul {
margin
-top: -13px;
white-spacenowrap;
}

.bottombanner li {
line
-height20px;
white-spacenowrap;
Profile
 
 
Posted: 27 September 2008 03:19 PM   [ Ignore ]   [ # 1 ]
Member
Avatar
RankRankRank
Total Posts:  52
Joined  2007-11-08

looks fine..

Profile