View Full Version : Help I can't firgure out what I'm doing wrong


ForevaLili327
07-13-2003, 04:46 PM
Alright..go to this link: http://www.geocities.com/sophisdoll/layout1.html

I have 2 questions:

1)When you hover over the buttons such as "Me" "You" etc, how come there is a little dash in between the button? Can you see it?

2)Also..when your cursor is over the inline-frame you can click on it and it goes to the main part of my site! Do you understand what I'm saying?

Please help me I have been trying to figure out what I'm doing wrong! :(

Dude128
07-14-2003, 03:12 AM
for the first question, I think it's because of your A:hover CSS. you have text-decoration set to overline, and since there is space after the image that seems to be interpreted as text, it adds the overline. also, you're missing </a> tags after each link image.

for the second question, I don't really understand what you're asking...
but you're missing a double quote after the style attribute in the <iframe> tag.

ForevaLili327
07-27-2003, 03:13 PM
ok..you know how when you put your cursor over the i-frame you can click on the i-frame and then you see the main page of my site. How do I fix that? Thanks for the help!

Dude128
07-27-2003, 06:59 PM
I still don't understand because clicking on the iframe doesn't do anything ;)

but some other things- your title and CSS should be in your head section, and you're missing a > at the end of the <iframe> tag