I have been trying to find a solution to my problem for 2 days now via tutorials but have not had success.
Firstly I am trying to get my top menu bar buttons to show up in a straight horizontal line right under the title image. I can get the first button to display with in the "nav" div but each succeeding button drops down a level falling out of the "nav" div.
Secondly I am trying to position the buttons under the "title" div with pixel perfect precision because the sine wave pattern of the title picture flows into each of the buttons.
And here is the code:
<html> <head>
<style type=\"text/css\">
html, body { text-align: center; padding:0; margin:0; }
.contact a { outline: none;/* get rid of dotted borders in FireFox */ text-indent: -5000px ;/* this move the text outside of the screen area */ display:block; width:77px; height:26px; background: url(/media/Nav-3state-Contact.jpg) 0 0 no-repeat; position:relative; top:0px; left:181px; }
Thank you so much Falkencreative. You suggestion aligned all my button divs within the nav div. All I had to do then was add "left:17px;" to have the buttons right next to eachother as well as having their internal patterning match up with the patterning of the title bar. Thanks :) ;)
I have been trying to find a solution to my problem for 2 days now via tutorials but have not had success.
Firstly I am trying to get my top menu bar buttons to show up in a straight horizontal line right under the title image. I can get the first button to display with in the "nav" div but each succeeding button drops down a level falling out of the "nav" div.
Secondly I am trying to position the buttons under the "title" div with pixel perfect precision because the sine wave pattern of the title picture flows into each of the buttons.
And here is the code:
Thanks for taking time out to looking my code over.
Take care,
IASIIS
#nav div { float:left; }