HighDots Forums  

Navbar/Background image/CSS need help

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Navbar/Background image/CSS need help in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cool fisher
 
Posts: n/a

Default Navbar/Background image/CSS need help - 06-25-2004 , 01:24 PM






I have a site and have a CSS navbar made up from code from project 7
http://www.projectseven.com/tutorials/css/uberlinks/

It works awsome but the problem is it doesn't fill up the whole row. Is there
a way I can make the tables that look like buttons adjust so it stretches the
entire width of the row ?

I also tried putting the same background image as the buttons in the row with
CSS so it will just look like a useless button but I can't get it to repeat
throughout the entire row. Maybe I am doing something wrong or can't fine the
right handle.

I attached the code for the CSS file.

Thanks
Nick




.main a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: underline;
font-weight: bold;

}
.main a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: underline;
font-weight: bold;

}
.main a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0066CC;
text-decoration: none;
font-weight: bold;

}
.main a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0066CC;
text-decoration: underline;
font-weight: bold;
}
.nav a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
text-decoration: none;
font-weight: bold;
}
.nav a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
text-decoration: none;
font-weight: bold;

}
.nav a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #0066CC;
text-decoration: underline;
font-weight: bold;

}
.nav a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #0066CC;
text-decoration: underline;
font-weight: bold;

}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
}


Reply With Quote
  #2  
Old   
Cool fisher
 
Posts: n/a

Default Re: Navbar/Background image/CSS need help - 06-25-2004 , 01:43 PM






Nevermind, I am stupid. I posted the wrong CSS code. But i got it to work,
the link to the backround image was wrong.

I get the backround image now but it isn't matching up with the other
graphics. I am sure I will figure it out.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.