![]() |
can anyone help? css?
I was looking at this page:
http://www.cnn.com/2007/US/01/08/ny.....ap/index.html Does anyone know how to create a box (with the text ingrained in it) like the one on the bottom left that says "ADVERTISER LINKS" on it. Is that done with css? Thanks in advance. |
The text is in a separate layer and that layer uses margins to position as you see it.
|
Thanks for the reply! Do you happen to know where I can learn to create this? I'm a noob with css and have no knowledge of "margins" or "layers".
|
You'd usually define this in your stylesheet, but this code might help you understand how it works:
Code:
<div style="border:1px solid black; width:300px;height:200px " class"box"> |
Quote:
|
Thanks guys for the help and info! I appreciate it!
|
| All times are GMT -7. The time now is 03:50 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123