| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#7 (permalink) |
|
Cornish Pasty
|
ok, 5am here, gonna hit my sack now. http://www.vagina-dentata.com/ if this breaks in anyones browser, please comment below: (Also, I used javascript for the rollovers because css was making my buttons' bg images sink by 10 pixels or something. Is it even possible to make css buttons with no text inside?) |
|
|
|
#8 (permalink) | |
|
coffee is not a crime
Join Date: Oct 2005
Location: Illinois, USA
Posts: 455
|
Quote:
Yes. Your links should be "display:block; width: ... ; height: ... ; etc..." And you may want to put them in an unordered list. And why even use images? If it's helvetica, just use helvetica. Can't see menu worth a darn. Why all the inline styles? The scrolling="auto" on your iframe is giving an unnecessary horizontal scroll. May want to check on that. |
|
|
|
|
#9 (permalink) | |
|
Cornish Pasty
|
Quote:
hmm yes do need to view this on a PC... Fixed the scroll thing, I hope. You don't happen to have a link to a CSS menu without text do you? AFAIK That sort of stuff only works on IE6, right? Using Helvetica would be a no no. (inline styles; not worth a style sheets becuase theres only 3 pages. Often I build sites like that and then dump the styles into a sheet, but in this instance it wasn't really warranted.) |
|
|
|
|
#10 (permalink) | ||
|
coffee is not a crime
Join Date: Oct 2005
Location: Illinois, USA
Posts: 455
|
Quote:
No. But I suppose you could try using in your links if the method I mentioned doesn't seem to work for you. Quote:
I disagree. I really enjoy being able to change all common elements once rather than multiple times, no matter what the size of the site. But, like you said, you can always dump them into a stylesheet. |
||
|
|
|
#11 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
Here's what you do - you create your menu as a simple unordered list: HTML Code:
Use your favorite method of image replacement to display Helvetica. I use the Dwyer method usually, so it'd be something like: HTML Code:
Code:
Add paddings/margins to taste. |
|
|
|
#15 (permalink) | |
|
Cornish Pasty
|
Quote:
very interesting way of going about it, but does it handle roll overs? Also, the goal here is not to display any text at all, which I can it's doing, is that working on all browsers? |
|
|
|
|
#16 (permalink) | |
|
Cornish Pasty
|
Quote:
ah, changing a clients logo. if only eh? |
|
|
|
|
#17 (permalink) | |
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
Quote:
This should work in IE5+ (with a bit of hackery for the 5's) and all modern browsers without problem. |
|
|
![]() |