Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Separate area in passage for links. *SOLVED*

edited March 2014 in Help! with 1.x
Hello I'm having some CSS problems and haven't been able to figure out how to make a separate menu for choices apart from the passage. 
right now I have some code under the links part of my style sheet.   
.passage a {
/* This affects passage links */
Background-color:#47A347;
Border-style:solid;
Border-color:#47A347;
Border radius: 2em;
Padding: 1em;
margin:60em;
text-color:white;
My first problem is: 
1.  The formatting doesn't do anything at all. For example Text-color:white keeps my links blue and Border-radius does not give me rounded corners.   
2. unrelated however, I want to have different CSS styles/backgrounds for different scenes in my story.

Comments

  • I think you want just "color" to change the color of the link, and "border-radius" instead of "border radius". An easy way to check your CSS is to use the W3C validator at http://jigsaw.w3.org/css-validator/#validate_by_input -- it will flag anything amiss. Browser web developer tools will also do this for you, though they take a little time to learn...
  • Thank you, I just solved my problem all on my own  :o W3schools can really help
Sign In or Register to comment.