![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, two problems that I've been wrestling with: 1) I've got some images on a site that are links. I've got them set for 2px of padding, and a 1px border. The color changes upon hover. This works fine in IE v6 (amazingly), but it doesn't work correctly in Mozilla v1.7! It's getting the left and right padding correct, but the top padding is 7px instead of 2, and the bottom padding is 5 (instead of 2). It looks exactly right in IE, however. Any clues here? I thought about this one for half of the day today, and I've officially given up! |
|
2) I've got another site I'm working on (http://tumbleweed.net) that is using all text in the navigation area. What I want is for the default state to have a - next to each link in the navigation area until you mouseover it - then it changes to a +. Works great in Mozilla, but shows both - & + in IE. If anyone would like to check out the code on that one and give me some advice, I'd be much obliged! thanks for any help! |
#3
| |||
| |||
|
|
On 24 Jun 2004 05:02:51 GMT, Thresh <uce (AT) ftc (DOT) gov> wrote: 2) I've got another site I'm working on (http://tumbleweed.net) that is using all text in the navigation area. What I want is for the default state to have a - next to each link in the navigation area until you mouseover it - then it changes to a +. Works great in Mozilla, but shows both - & + in IE. If anyone would like to check out the code on that one and give me some advice, I'd be much obliged! thanks for any help! Holy shit... Dude, you are making up markup out of thin air. I can't fix this page. No one here can. Learn HTML and get rid of bullshit like bullet></bullet> and <arrow></arrow> before you try again. If you were in an XML environment, sure, you can create elements. But you develop a DTD to account for them. You've stated you are using HTML 4.01 Transitional, which allows all the elements in the list at http://www.w3.org/TR/html4/interact/...ml#edef-BUTTON (except those marked with F for Frameset) and that's all you can use. <arrow>, button>, they don't exist. You're in a goddamn dream world... |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
1) I've got some images on a site that are links. I've got them set for 2px of padding, and a 1px border. The color changes upon hover. This works fine in IE v6 (amazingly), but it doesn't work correctly in Mozilla v1.7! It's getting the left and right padding correct, but the top padding is 7px instead of 2, and the bottom padding is 5 (instead of 2). It looks exactly right in IE, however. Without a URL of the problem, we can't get into it enought to give up. |
#6
| |||
| |||
|
|
1) I've got some images on a site that are links. I've got them set for 2px of padding, and a 1px border. The color changes upon hover. This works fine in IE v6 (amazingly), but it doesn't work correctly in Mozilla v1.7! It's getting the left and right padding correct, but the top padding is 7px instead of 2, and the bottom padding is 5 (instead of 2). It looks exactly right in IE, however. Without a URL of the problem, we can't get into it enought to give up. Whoops, sorry: http://tumbleweed.net/testing.html I've stripped it to the bare minimum for testing, and it's still doing the same thing. Works in IE but not Mozilla. I think I'm in Bizarro world or something, cuz that's just plain backwards from normal CSS behaviour. |
![]() |
| Thread Tools | |
| Display Modes | |
| |