![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
While reading "Eric Myer on CSS" I decided it was time to replace the buttons on my page (which were graphics) with some CSS "buttons" but I hit some snags. The first set of buttons I replaced seem to be working great, these are the buttons on the left side, the main navigation buttons. But the four buttons at the top (Prospective students, Alumni, Current Students, Corporate) are not working as well as I'd hoped. I'm getting some unwanted margins, and white margins that I can't seem to get rid of. It's kind of hard to explain where they are but the best way to explain it when you see it is that there should be no white anywhere, except for the very bottom, under the buttons themselves, about 13px high of white space. Don't worry about the top white space and the left white space. There is unwanted space right above the buttons also, about 6 px worth. This is the file I'm talking about. http://business.aem.cornell.edu/test/top_sub.htm td#toplinks a { display: block; text-decoration: none; border-right: 1px solid rgb(60%, 27%, 9%); border-left: 1px solid rgb(100%, 57%, 39%); margin: 0; font: bold 11px arial, verdana, sans-serif; |
|
color: white; padding: 5px 5px 5px 5px; background: rgb(82%, 36%, 15%) } table width="758" border="0" style="margin: none;" cellspacing="0" cellpadding="0" |
|
tr td id="toplinks" width="161" align="center" height="21" |
|
img src="../art/top_buttons_left.gif" width="165" height="21"></td td id="toplinks" width="161" align="center" height="21" |
|
a href="../prospective/index.htm" target="_top">Prospective Students</a></td td id="toplinks" width="141" align="center" height="21"><a href="../current/index.htm" target="_top">Current Students</a></td td id="toplinks" width="142" align="center" height="21"><a href="../alum_parent/index.htm" target="_top">Alumni & Parents</a></td td id="toplinks" width="140" align="center" height="21"><a href="../corporate/index.htm" target="_top">Corporate Visitors</a></td /tr /table |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |