I'm sure I've done something wrong here but for the life of me I can't figure it out. If I could at least find the element in IE, I might have some clues but its just not there! I am trying to absolute position some header text, and it works fine in both safari and firefox, however with IE the text in the header just vanishes *poof*! I am hoping someone here can tell me what grave faux-pas I have committed to deserve such treatment from IE.
My CSS for the header text looks like this:
span.logoText {
font-family: Papyrus;
font-style: italic;
font-size: 42px;
color: #cc9900;
font-weight: bold;
position: absolute;
top: 140px;
left: 280px;
}
my site in development is at www.applecrestfarms.com.
I had thought that this would allow me in any browser to position the text based on the location of the top left corner of the browser. IE does not seem to agree. Any help would be much appreciated! Thanks....-frick
My CSS for the header text looks like this:
span.logoText {
font-family: Papyrus;
font-style: italic;
font-size: 42px;
color: #cc9900;
font-weight: bold;
position: absolute;
top: 140px;
left: 280px;
}
my site in development is at www.applecrestfarms.com.
I had thought that this would allow me in any browser to position the text based on the location of the top left corner of the browser. IE does not seem to agree. Any help would be much appreciated! Thanks....-frick
Comment