Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-03-2003, 10:14 PM   PM User | #1
zenweezil
Regular Coder

 
Join Date: Jan 2003
Posts: 111
Thanks: 2
Thanked 0 Times in 0 Posts
zenweezil is an unknown quantity at this point
Question CSS makes link jump?

Somehow my css is making links move when they are clicked on - at least in IE5. Doesn't happen on newer versions of IE.

Example: A line of text 3 inches long is a link. When it is clicked on it pulls to the right and stacks into three one-inch lines of text.

I am new to CSS and can't see any reason for this - any ideas?

I enclosed the css file I am using - most of the categories haven't even been filled out yet.

Thanks in advance,
Stephen
zenweezil is offline   Reply With Quote
Old 01-04-2003, 03:35 AM   PM User | #2
webmarkart
Regular Coder

 
Join Date: Jul 2002
Location: Raleigh, NC
Posts: 484
Thanks: 0
Thanked 0 Times in 0 Posts
webmarkart is an unknown quantity at this point
you said you enclosed the css file you are using but where is it? Perhaps if you had a link to where the problem was happening it would be easier to diagnose.
__________________
-WebMark Art
Programming is 80% thinking and 20% spelling
webmarkart is offline   Reply With Quote
Old 01-04-2003, 08:32 PM   PM User | #3
zenweezil
Regular Coder

 
Join Date: Jan 2003
Posts: 111
Thanks: 2
Thanked 0 Times in 0 Posts
zenweezil is an unknown quantity at this point
Problem solved!!

hmm. I thought I attached the css file, but I guess it didn't have a valid extension.

Anyway I figured it out -

I changed these lines:
a:visited {text-decoration: none}
a:active {text-decoration: none

to this:
a:visited {text-decoration: none;}
a:active {text-decoration: none;}

(The semicolon and closing brackets)


Thanks though.
Stephen
zenweezil is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:38 PM.


Advertisement
Log in to turn off these ads.