|
Remove the white space in vertical and horizontally aligned buttons
Here are normal Front Page Hover buttons. But there is a gap between each button. |
|
|
|
<applet
code="fphover.class" width="120" height="24"> To get rid of that white space is really quite simply, it is just a matter of hand coding the alignment. Take the first line of each applet code: <applet code="fphover.class" width="120" height="24"> and add the following code: <applet code="fphover.class" width="120" height="24" align="top"> Your new hover button
applets will now look like this:
|
HORIZONTAL BUTTONS
|
here is a
top nav bar with horizontal hover buttons. Code is exactly the same as
the vertical buttons.
|
|
<applet
code="fphover.class" width="120" height="24"> To get rid of that white space is really quite simply, it is just a matter of hand coding the alignment. Take the first line of each applet code: <applet code="fphover.class" width="120" height="24"> and add the following code: <applet code="fphover.class" width="120" height="24" align="left"> Your new hover button applets will now look like this:
|
Common Problem
|
Your buttons do not
show, just grey boxes visible. |