Moving image hard left with CSS (Full Version)

All Forums >> [Web Development] >> Cascading Style Sheets



Message


vision2000 -> Moving image hard left with CSS (8/29/2003 0:42:48)

How do I get the luxury home image to move hard left so there is none of the red banner showing? (flush with left side)

http://www.ihost-websites.com/realestate/index.shtml

I used the CSS code:

.boxleft { float: left}

I could use tables but was hoping to avoid this.

Thanks,
Herman




c1sissy -> RE: Moving image hard left with CSS (8/29/2003 5:56:03)

Hi, I am not good at this at all, but have been reading some, so I am only going to take a guess here. But wouldn't you use absolute positioning in a case like this?

I'm truly in the total begining of learning all of this so, please wait for the gurus of css, but I wanted to take a guess at this[;)]




Donkey -> RE: Moving image hard left with CSS (8/30/2003 9:25:13)

I am also just begining to learn css, but I would try
.boxleft { 
float: left;
position: absolute; 
left: 0; 
top: 0;
}

Adjusting the "top" value to suit.




vision2000 -> RE: Moving image hard left with CSS (8/30/2003 12:32:36)

Thanks for the tip!




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.0625