![]() |
|
|||||||
| General Web Development General discussion about web development. Talk about techniques, programs, companies, ideas, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Dec 2006
Posts: 1
|
I used layers as a container of my texts and some graphics. Now anytime I'm resizing the browser, all the text squize to the left of right. What layer property should I use in order to keep my texts and images inside the layer boxe?
|
|
|
|
|
|
#2 |
|
Admin
Join Date: Dec 2004
Posts: 1,129
|
Can you show us an example of the code? Best if it's an actual page that's having the problem so we can test.
__________________
. Quality Web Hosting and Design: Woollybear Web Please keep help and support questions in the public forums. Tech questions submitted by PM will not be answered. |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2007
Posts: 2
|
Layers R usually made like from <div>-s:
<div style="position:absolute; top:50px; left:50px; width:300px; height:200px; ...whatever CSS you want... "> Your text goes here -- it apperars in the layer </div> Try it out. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|