Jump to content

dren68

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by dren68

  1. I searched the forum for the answer to this but had no luck. What I'm doing is placing several paragraphs on top of a background image. In order to be able to read the text, I'm using a background color behind the text, which works fine. The problem is that the background color extends all the way past the last word on each line and covers up too much of the image with the blocks of color. Sort of like this...http://www.w3schools.com/css/tryit.asp?fil...ackground-colorWhat I want is for the color behind the text to end directly behind the last word on each line and then continue behind the next line of text and so forth. Is there any way to do this? I tried display: inline; which sort of worked, but it ran all the text together and I have several paragraphs, so that's not really what I want to do. Any help would be appreciated!

  2. I'm somewhat new to CSS and I'm still trying to grasp some of the concepts so I ended up here in search of answers. I've searched the forums, but haven't really found the answer I'm looking for, so here's what I'd like to know.I have an image map that looks like a desk with a notebook on the left side and a piece of paper on the right side. This is going to be the main page of the website. The links are going to be on the left with the notebook and the information will display on the right side. I would like to be able to target all of the links from the image map to the same position of the paper so that it looks like the information is directly on the piece of paper. (See photo below) I figured out how to position an i-frame in the appropriate spot, but it's not transparent so you don't see the image of the piece of paper underneath. I know it sounds pretty complicated, and it might not even be possible, but I thought I'd see if anyone might know how to do this. desktop_2.pngAny help on this would be greatly appreciated. Thanks!

×
×
  • Create New...