|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Web Coding | |
Dreamweaver CS3 - Image on Image?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
PC Gamer
|
Hello guys,
So im making my web template for my site. I have designed it in photoshop, and one part of it has a menu bar. For this menu bar I made buttons, but in DW, I cant get the buttons onto the menu bar as I cant seem to place an image on an image. Any help? Thanks
__________________
|
|||||||||||||
|
|
|
|
|
#2 (permalink) | ||||||||||||
|
*cough* Stock *cough*
|
So sounds like you are trying to make an active button on top of a backround... What about just using the base image on the backround when making the button in DW?
__________________
|
||||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
PC Gamer
|
Its not a button as such, its like a Black square that says 'Home' On it, and im trying to get that onto the menu bar so I can hyperlink it.
__________________
|
|||||||||||||
|
|
|
|
|
#4 (permalink) | ||||||||||||
|
*cough* Stock *cough*
|
Html/PHP?? Either way you are going to have to make tables..
__________________
|
||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||||
|
PC Gamer
|
Ok ok, but how will I know what sizes to make the table/(s)?
__________________
|
|||||||||||||
|
|
|
|
|
#6 (permalink) | |||||||||||||
|
PC Gamer
|
You mentioned making it the background..How Would I go about doing that?
__________________
|
|||||||||||||
|
|
|
|
|
#7 (permalink) | ||||||||||||
|
Programmer
|
You dont need to make tables if you dont want to.
Try something like this: Code:
#menuBar{background:url(images/repeatingBGimage.jpg) repeat-x;}
a.button{background:url(images/buttonImage.jpg repeat x;}
Code:
<div id="menuBar"> <a class="button">LINK</a> <a class="button">ANOTHER LINK</a> </div>
__________________
"If there is a god, I hope he has a good excuse" Woody Allen
|
||||||||||||
|
|
|
|
|
#8 (permalink) | |||||||||||
|
Audiophile
|
it's alot easier if u just use Fireworks to make the buttons and put them on top of the non working ones youre try to make
__________________
"What are you doing to that poor motherless child?"![]() - Inspector Closeau
|
|||||||||||
|
|
|
|
|
#9 (permalink) | |||||||||||||
|
AMD Overclocker
|
You said you designed it in photoshop...so why not cut it in photoshop too? It will be a lot easier that way and you won't have to mess around with the code.
__________________
My s939 rig build log thread - 4600+ @ 2.8Ghz stable ![]() Aumotocnic "An unfortunate member of the overclock.net insomnia club" Quebec Overclockers - 8019 in 3dMark06s939 Manny 4600+ @ 2809Mhz @ 1.425V (9 hours Orthos blend test stable - 24/7 Usage) - http://valid.x86-secret.com/show_oc.php?id=289741 @ 2945Mhz @ 1.45V (YAY! - Not stable, doh!) - http://valid.x86-secret.com/show_oc.php?id=276669
|
|||||||||||||
|
|
|
|
#10 (permalink) | ||||||||||||
|
Programmer
|
you guys are crazy with your photoshop and cutting and tables... css is sooo much easier.
__________________
"If there is a god, I hope he has a good excuse" Woody Allen
|
||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|