I'm using CSS to create hover buttons here:
Rooms for Rent, Homes for Rent, Roommates, Apartments and Homes for Sale
However, there is a huge gap in space in Firefox and Opera where it looks great in IE.
I can fix it in my style sheet by putting the padding-top:20px in a new style that looks like this:
#homepost a div { padding-top:20px }
and remove the padding from the #homepost a style
however, I'm concerned that the div tag inside the a tag will mess up how the SEs read the link text. Will SEs read only the text in the link or will they read the div tag as well?
by way of a side note, I posted this in Accessibility but I don't think it was the right area to post in. Mods, can you delete that thread please?