![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm having an odd problem in Firefox 2.0.0.8. You can see the problem on this page: http://sfl.london.on.ca/links_groups.shtml. If you click on any of the three horizontal tabs, nothing happens UNLESS the mouse is right at the very top edge of the tab. You know you're in the right place when the status line at the bottom of the browser shows the address of the link. What would make the link fire from several pixels ABOVE the actual text of the link and not ON the actual link itself?? The CSS validates (there are some warnings about colours but no errors) so that's not the problem. Changing the top and/or bottom padding on the tabs doesn't change the trigger point: it's still the exact top edge of the tab. The tabs work normally in IE6, IE7 and Opera. Does anyone have any idea why this is happening? |
#3
| |||
| |||
|
|
I'm having an odd problem in Firefox 2.0.0.8. You can see the problem on this page:http://sfl.london.on.ca/links_groups.shtml. If you click on any of the three horizontal tabs, nothing happens UNLESS the mouse is right at the very top edge of the tab. You know you're in the right place when the status line at the bottom of the browser shows the address of the link. What would make the link fire from several pixels ABOVE the actual text of the link and not ON the actual link itself?? The CSS validates (there are some warnings about colours but no errors) so that's not the problem. Changing the top and/or bottom padding on the tabs doesn't change the trigger point: it's still the exact top edge of the tab. The tabs work normally in IE6, IE7 and Opera. Does anyone have any idea why this is happening? -- Rhino |
#4
| |||
| |||
|
|
I'm having an odd problem in Firefox 2.0.0.8. You can see the problem on this page:http://sfl.london.on.ca/links_groups.shtml. If you click on any of the three horizontal tabs, nothing happens UNLESS the mouse is right at the very top edge of the tab. You know you're in the right place when the status line at the bottom of the browser shows the address of the link. What would make the link fire from several pixels ABOVE the actual text of the link and not ON the actual link itself?? The CSS validates (there are some warnings about colours but no errors) so that's not the problem. Changing the top and/or bottom padding on the tabs doesn't change the trigger point: it's still the exact top edge of the tab. The tabs work normally in IE6, IE7 and Opera. Does anyone have any idea why this is happening? -- Rhino |
#5
| |||
| |||
|
|
On Oct 26, 10:46 pm, "rhino" <No.offline.contact.ple... (AT) anonymous (DOT) com wrote: I'm having an odd problem in Firefox 2.0.0.8. You can see the problem on this page:http://sfl.london.on.ca/links_groups.shtml. [...] Hi Rhino, Don't know much about positioning; I would've used floats for this layout. That said, in FF I was able to get those tabs working like this: #sflinks { position: relative; <---- Omit it -- top: 0; <---- Omit it -- left: 0; <---- Omit it -- } It seems that the sflinks div was positioned over the tabs, making them inaccessible. Removing the position: relative "uncovered" the tabs and I was able to get to them with my mouse. Someone more knowledgeable about positioning can probably explain precisely what was going on. |
![]() |
| Thread Tools | |
| Display Modes | |
| |