| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Sep 2005
Posts: 56
|
Css help need for changing img box to code
Hi, can someone help me with changing these sets of image boxes into css. set 1: five boxes in a row same distance apart with the brownish color being the background like this. [brown 1-2px [pic insert] 1-2px brown] set 2: single cream color box with border. [border [pic insert] border] cream color is the background, no space before border and pic insert thanks in advance ![]() Code:
|
|
|
|
|
|
#2 (permalink) |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,088
|
For the five, I'd simply do something like this: HTML: HTML Code:
CSS: Code:
and for the single box: HTML: HTML Code:
CSS: Code:
...of course, change the ID names to anything you desire... |
|
![]() |