Hello,

I am redesigning my portfolio (from tables to CSS) and have run into a
problem getting rid of some text and replacing it with the background
image.  I have been trying a couple of different techniques to get it to
work in Firefox, but nothing seems to have been working.

http://home.gwu.edu/~mvelic/dccub2/index.html

This is the CSS (sorry about putting it all in, I figured I'd be thorough):

/* Style Sheet for DCcub's Portfolio */

body {
  font-size: 100%;
  font-family: Eurostile, Optima, Arial, sans-serif;
}

p {
  font-size: 1em/1em;
}

a:link, a:active, a:visited {
  color: #0000BB;
  font-size: 1em/1em;
  text-decoration: none;
}

a:hover {
  color: #0000BB;
  font-size: 1em/1em;
  text-decoration: underline;
}

li {
  list-style: none;
}

#intro {
  background: #55321A;
  background-image: url(header.gif);
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 100;
}

#intro span {
  text-indent: -5000;
}

#intro h1, h2 {
  left-indent: -5000px;
}

#welcome {
  width: 450px;
  position: absolute;
  top: 15em;
  left: 300px;
}

#navigation {
  width: 300px;
  position: fixed;
  top: 15em;
  left: 0px;
  color: #0000BB;
}




Thanks a bunch,

Matt
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to