| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jul 2003
Posts: 16
|
Help~~~
How do I do dropdown menus? Also, after I slice a PSD file, how can I write over the images so they look fine? Lastly, I try to make an image a link. But then, that picture stands out with a think border around it because it's a link. How can I get rid of that. Thanks |
|
|
|
|
|
#3 (permalink) |
|
Free Ring Ding™
Join Date: Feb 2003
Location: Manchester
Posts: 9,524
|
To get rid of the border round the images, set the border with to 0 eg :: <img src="images/logo.jpg" width="227" height="102" border="0"> To make a dropdown menu , use one of these scripts :: http://www.dynamicdrive.com/dynamicindex1/index.html |
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Jul 2003
Posts: 16
|
Thanks. Also, tomson, I'm saying let's say I slice the images. Then I open it up on dreamweaver. Let's say there is a small grey part where text should go on top. But when I type after the img code to make the text be on top of the image, instead, it goes beside. |
|
|
|
#10 (permalink) | |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,880
|
Quote:
No you fool, ya don't use the .img class selector in the css, ya just use the img tag selector. .img refers to elements with the class name of img. |
|
|
|
|
#11 (permalink) |
|
Magazines™
Join Date: Mar 2003
Location: Glasgow..
Posts: 11,275
|
.fuck i didnt mean .img aarrgg bugger caught by own smartness i supoose i should be care ful of my . shit shit had to be bill, bloody hell -------- serious how does id differ from class name. i know you can only use id once but can someone just explain quickly the difference between all the naming conventions ie img tag .img class #class id and if there are anymore please feel free to add descriptions |
|
|
|
#13 (permalink) |
|
trouble free and loverlee
Join Date: Mar 2003
Location: YooKay
Posts: 2,880
|
Here's a couple of good breakdowns for you... Writing Efficient CSS www.mozilla.org/xpfe/goodcss.html CSS Is Easy! www.sitepoint.com/article/309/4 |
|
![]() |