okay, my next problem with this same document is... On IE, the a:hover works, on firefox the a:hover works... but on FF, the background won't flip when you mouseover it like in IE... I'm using:
onMouseover="th is.background=' blah';" same with the onMouseout.
Any more professional, working way I could code this?
User Profile
Collapse
-
Okay, figured out my problem... I had cellpadding in the link's <td> which yes.. It was a PART of the the problem. The other problem is, in the left 'ASCII-text-piclettes' the font size was 4. The link's font sizes are 3. So I changed it, deleted all the extra crap, and BAM! there we go. Not the font size I wanted but you press Ctrl+a on the doc and the entire TD the link is in gets selected showing that the whole thing is clickable *:D ......Last edited by Frinavale; Nov 20 '09, 05:36 PM. Reason: Please post code in [code] ... [/code] tags. -
Yea, the link are is clickable to the top, but it's not like centered in a block, you go below the link text, and the link is no longer "hovered".. just the TD ... I haven't worked on it in a couple days so I haven't had a chance to see if it's a cellpadding prob. The left images are only lil fancy pics, ya know.. not supposed to be clickable. I like IE's un-judging looks unto my shoddy coding, lolLeave a comment:
-
Like I said, I had type:block, and it worked in IE and google, but won't completely stretch to the whole TD... I removed it and corrected it with the display:block.. . same thing. There's a sort of an invisible non-<a> border around the link. Can I add padding in the link? I just want the whole <td> to be clickable for the link. possibly the cellpadding from the table itself is doing it?? I'm using IE strictly, then I go to Google Chrome...Leave a comment:
-
ok, tried display:block in the a:link, and no difference from type:block :/ ... I'm trying to get it to stretch out.. You can still go above and below the link the the text "un-highlights" but the <td's> mouseover is still activated. I'm beginning to think I'm gonna have to live with it.Leave a comment:
-
haha, I know I know... I learned my HTML about 10 years ago.. Teachers ain't free so I downloaded all browsers and as long as it all looks and functions well on the important ones I don't mess with it.. Thank you tho, I'll try and see what happensLeave a comment:
-
Block links, width/height problems
I have this under-construction page, If you try and select the link coming from the bottom with your mouse, you'll notice, that before the actual link is selected, the td background will change. you have to the select the text itself to make the link select. I don't know If I've explained it well... I tried height:100%, and width:100%; in the a:link area in the css... Tried margin-bottom:0, and none of it makes the "link area" spread out...
No activity results to display
Show More
Leave a comment: