madHatter1
Technical User
Hello
I have an applet which acts as a navigation menu and I am quite pleased about the way it looks.
One concern I do have is that it is so rigidly fixed to the left hand side of the Web page that it would be difficult to slide in a cigarette paper between the menu and the edge of the page.
How can I over come this in CSS - I am sure it can be done, but I myself am not too sure how to do it.
Here is the applet code:
<applet code="colormenuu.class" width=120 height=242>
<param name = "text1" value ="">
<param name = "text2" value ="">
<param name = "text3" value ="">
<param name = "text4" value ="">
<param name = "text5" value ="">
<param name = "text6" value ="">
<param name = "text7" value ="">
<param name = "text8" value ="">
<param name = "link1" value ="about.html" TARGET="right">
<param name = "link2" value ="<param name = "link3" value ="<param name = "link4" value ="<param name = "link5" value ="<param name = "link6" value ="<param name = "link7" value ="<param name = "link8" value ="
<param name = "background_color" value ="000,000,000">
<param name = "selection_color" value ="200,200,200">
<param name = "text_color" value ="255,255,255">
<param name = "border_color" value ="0,0,1">
<param name = "fade_color" value ="0,1,0">
<param name = "fontsize" value ="11">
<param name = "fontface" value ="Verdana">
<param name = "target" value ="aktion">
</applet>
Ideally, I would like to move the menu a little away from the edge - perhaps a few pixels.
Thanks for any help.
Hatter
I have an applet which acts as a navigation menu and I am quite pleased about the way it looks.
One concern I do have is that it is so rigidly fixed to the left hand side of the Web page that it would be difficult to slide in a cigarette paper between the menu and the edge of the page.
How can I over come this in CSS - I am sure it can be done, but I myself am not too sure how to do it.
Here is the applet code:
<applet code="colormenuu.class" width=120 height=242>
<param name = "text1" value ="">
<param name = "text2" value ="">
<param name = "text3" value ="">
<param name = "text4" value ="">
<param name = "text5" value ="">
<param name = "text6" value ="">
<param name = "text7" value ="">
<param name = "text8" value ="">
<param name = "link1" value ="about.html" TARGET="right">
<param name = "link2" value ="<param name = "link3" value ="<param name = "link4" value ="<param name = "link5" value ="<param name = "link6" value ="<param name = "link7" value ="<param name = "link8" value ="
<param name = "background_color" value ="000,000,000">
<param name = "selection_color" value ="200,200,200">
<param name = "text_color" value ="255,255,255">
<param name = "border_color" value ="0,0,1">
<param name = "fade_color" value ="0,1,0">
<param name = "fontsize" value ="11">
<param name = "fontface" value ="Verdana">
<param name = "target" value ="aktion">
</applet>
Ideally, I would like to move the menu a little away from the edge - perhaps a few pixels.
Thanks for any help.
Hatter