Jump to content

kath

Members
  • Posts

    7
  • Joined

  • Last visited

kath's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Never mind. I got it figured out - Java script. I already got it uploaded to share with the client.
  2. What program/language do I use to creat this effect?I am a good student and I'm willing to learn, but I need to know where to start.I want to show the before and after of a photo having the "after" photo visible on the page. When the mouse hovers over the photo the "before" photo becomes visible.Thanks!
  3. Excellent. I'm on the right track. I told my DH to take a class so he can manage my website (because I really should be editing photos). He is a programmer (Cobolt and C++) and should pick up on this pretty quickly.
  4. Thanks so much, Chris. Both of my problems are solved. I'm starting to get the hang of this css stuff. I made a quick study over the weekend. Now to update the rest of my site....I should add what I did (not exactly what you suggested, but you got me thinking on the right track):#underfooter { color: #666666; padding: 15px; } #underfooter a { color: #ffffff; }
  5. I want to have two color combos for links on my page.1. my main div has black words and the hover changes it to black highlight/white words2. Outside my main div, the background color of the entire page is black. I have some links down at the bottom. Since my page is black, my links are obviously not showing.Here's the example: Page needing assistance. my code currently has the following: a:link { color: #000000; text-decoration: none; } a:visited { color: #000000; text-decoration: none; } a:hover { color: #fff; background-color: #B52C07;How do I change that (or add to it) in order to accomodate two sets of rules?Thanks.
  6. Thank you! It's working. I figured there would be a simple solution to my problem.
  7. Hi, I recently found out that some of my pages (index included) were no longer rendering correctly in Firefox. My solution was to revamp my pages using CSS. I'm a newbie to CSS code, and I need some help:I'd like to position the red box under my image. It's just for color/effect and has no text/images etc. within it. Currently, it has a height assigned to it, but I'd like it to stretch with height of the content division.Here's a link: Splash Page needing help!As you can see, I've gotten the red box to the right of the main division, but I cannot get it under the image.Thanks a bunch!
×
×
  • Create New...