This is a discussion on "How is CSS used for these graphics?" within the Web Page Design section. This forum, and the thread "How is CSS used for these graphics? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
How is CSS used for these graphics?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
How is CSS used for these graphics?
http://www.duirwaighgallery.com/sect...php?section=11
I'm trying to figure out what's going on with graphics and CSS on this page. Is this image, http://www.duirwaighgallery.com/bg/b...g/bg_paper.jpg, tiled from the top left of the page, with several other header and footer graphics placed over it? I like how they've designed it to be seamless. I don't think there are any PNGs with transparency, just gifs. I think that says more about the design of the graphics than the CSS. Does this image, http://www.duirwaighgallery.com/bg/b...bg_navitop.jpg, begin at the right edge of the main header graphic, or does it tile underneath? I'm trying to get some ideas for what's possible with my own graphics. I see a space.gif in the code. Is that just a spacer gif or for some other purpose? Are there any noteworthy techniques for how they're manipulating graphics? It seems if I want to do something similar I need to experiment with elements like z-index. Jason |
|
|
|
#2
|
||||
|
||||
|
Re: How is CSS used for these graphics?
it's quite easy,
the div with this image Is width 100% of the whole page, so it goes across the whole page and repeats the background.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#3
|
||||
|
||||
|
Re: How is CSS used for these graphics?
My guess is the paper image is in 1 div and has width: 100%. The top image is in another div placed above that with width: 100%. I may be completely wrong! That would be one way of doing it, however.
Jack
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
#4
|
|||
|
|||
|
Re: How is CSS used for these graphics?
If you use Firefox, you could get some add-ons so you can see the source CSS of sites you are viewing
I use CSSViewer, Firebug and for validating CSS I use CSS validator You can hover different elements of the page and see the CSS used for it Also you could look for an add-on called web developer |
|
#5
|
|||
|
|||
|
Re: How is CSS used for these graphics?
Thanks for the tips, I'll try those. I discovered firebug a few days ago and used it on the page. Still confusing though, short of setting everything up in dreamweaver and pulling it apart bit by bit.
|
|
#6
|
||||
|
||||
|
Re: How is CSS used for these graphics?
web developer toolbar
has everything
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| graphics | PunkManager | Job Opportunities | 0 | Sep 7th, 2007 21:15 |
| Fun with graphics | bruno89 | Webforumz Cafe | 17 | Nov 26th, 2006 21:26 |
| help with graphics | bulldog080388 | Graphics and 3D | 2 | Nov 9th, 2006 11:10 |
| Free Graphics site looking for link exchange with another graphics website! | mgcom | Link Building and Link Sales | 6 | Aug 19th, 2006 12:51 |
| ASP Graphics | Rimba | Classic ASP | 5 | May 19th, 2006 12:00 |