![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
My neighbour the architect told me what he wanted something that looked like :http://www.troppoarchitects.com.au/ He really likes the hand drawn boxes around the links in that and other pages. I am having a lot of trouble coming up with any way to surround a link (or more accurately, the list item containing the link) with an expandable graphic in a liquid design. http://www.queenslandarchitect.com/is all I have managed so far. All I can think of so far is to do a graphics of two lines making up two adjacent sides of a box. Make them longer than the text can ever expand to. Put them in as a background image in the list. But then I seem to need a container div to hold the other two sides of the box. Can anyone point me to an idea for doing this? --http://www.ericlindsay.com |
#3
| |||
| |||
|
|
My neighbour the architect told me what he wanted something that looked like : http://www.troppoarchitects.com.au/ He really likes the hand drawn boxes around the links in that and other pages. I am having a lot of trouble coming up with any way to surround a link (or more accurately, the list item containing the link) with an expandable graphic in a liquid design. http://www.queenslandarchitect.com/ is all I have managed so far. All I can think of so far is to do a graphics of two lines making up two adjacent sides of a box. Make them longer than the text can ever expand to. Put them in as a background image in the list. But then I seem to need a container div to hold the other two sides of the box. Can anyone point me to an idea for doing this? |
#4
| |||
| |||
|
|
Eric Lindsay wrote: My neighbour the architect told me what he wanted something that looked like : http://www.troppoarchitects.com.au/ He really likes the hand drawn boxes around the links in that and other pages. I am having a lot of trouble coming up with any way to surround a link (or more accurately, the list item containing the link) with an expandable graphic in a liquid design. http://www.queenslandarchitect.com/ is all I have managed so far. All I can think of so far is to do a graphics of two lines making up two adjacent sides of a box. Make them longer than the text can ever expand to. Put them in as a background image in the list. But then I seem to need a container div to hold the other two sides of the box. Can anyone point me to an idea for doing this? I think you're using something like li><a>Link</a></li |
|
Then if you have a large enough GIFs with transparency on them you can use something like: li { background: URL(botright.gif) bottom right no-repeat;} a { background: URL(topleft.gif) top left no-repeat; width:100% } and the backgrounds will sit one on top of the other and expand to the text. |
#5
| |||
| |||
|
|
He really likes the hand drawn boxes around the links in that and other pages. I am having a lot of trouble coming up with any way to surround a link (or more accurately, the list item containing the link) with an expandable graphic in a liquid design. Those are just images, the boxes; they are positioned to match the |
#6
| |||
| |||
|
|
Eric Lindsay wrote: He really likes the hand drawn boxes around the links in that and other pages. I am having a lot of trouble coming up with any way to surround a link (or more accurately, the list item containing the link) with an expandable graphic in a liquid design. Those are just images, the boxes; they are positioned to match the background. Select "View Image" for one of them to see what was done. The links are a typical image swap on rollover. |
|
The whole thing was done with DreamWeaver, image slicing, and absolute positioning. What do you mean by "expandable graphic in a liquid design"? |
![]() |
| Thread Tools | |
| Display Modes | |
| |