Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jdl8422

macrumors 6502
Original poster
Jul 5, 2006
491
0
Louisiana
I am designing a site. I used a layer for some text and when i position it where i want in dreamweaver it looks good. Then when i preview in browser the layer shifts over to the left. It is obviously noticeable because it is over the background of the site. Is there some kind of settings or what?
 
do not use layers. they are an old and buggy technology. Learn how to make layouts in XHTML and CSS. sorry I couldn't really help, but seriously, please don't use layers
 
layers in Dreamweaver are just div tags as far as i know...
best way to fix this problem is this:
figure out where you want your stuff to go, manually put some div tags
around your blocks of content, give them a unique id for each, and then
start modifying the CSS to put them where you want...
 
Layers = Bad (that's what one of my lecturers at University told me)

Use CSS or tables for layouts, it's far less problems plus it looks way better for overall browser compatibility and varying screen sizes, also it's pretty much web standard.
 
do not use layers. they are an old and buggy technology. Learn how to make layouts in XHTML and CSS. sorry I couldn't really help, but seriously, please don't use layers

Layers = Bad (that's what one of my lecturers at University told me)

Use CSS or tables for layouts, it's far less problems plus it looks way better for overall browser compatibility and varying screen sizes, also it's pretty much web standard.

Stop the layer bashing! layers are just css positioning anywayz!
especially when making designs for clients who insit on using myspace, layers with absolute positioning are the only way to get a more personalised page. (see www.myspace.com/corpsethemovie and add youself as a friend! im kinda half way through making it atm)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.