![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
I'm pretty close to have completed my web site re-design using the BlackCanvas theme. But, I have some issues, and as I'm not an HTML/CSS expert, I hope to get some help here. Please, have a look at the following page: http://www.romuphoto.fr/love/en-travaux/ My problem is about the navigation arrows on the right, the code is pretty simple: PHP Code:
Code:
#navigate
{
float: left;
width: 300px;
font-size: 2.0em;
font-weight: bold;
background: #373633;
border: 1px solid #5B4C49;
height: 30px;
display: block;
}
#previous,
#next
{
vertical-align: middle;
text-align: center;
display: block;
margin-top: 5px;
}
#previous
{
float: left;
border-right: 1px solid #5B4C49;
width: 149px;
}
#next
{
float: right;
width: 149px;
border-left: 1px solid #5B4C49;
}
#previous:hover,
#next:hover
{
background: #7A5E53;
}
#navigate a:hover
{
text-decoration: none;
}
- when the mouse is over, the whole rectangle (next/previous) background is changed - the whole rectangle (next/previous) is clickable I've the feeling I'm pretty close to achieve such a result, but I'm stuck, I don't know what to do, except asking for some help. Thanks. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| visual and html modes both html | Lyn | General Discussion | 1 | 07-28-2010 04:24 PM |
| Where's the html? | rePete | General Discussion | 6 | 02-07-2009 08:07 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us