navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Moving image hard left with CSS

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Moving image hard left with CSS
Page: [1]
 
vision2000

 

Posts: 532
From: USA
Status: offline

 
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

_____________________________

Affordable Web Site Design,
Web Hosting and Promotion
http://www.isitebuild.com
c1sissy

 

Posts: 5084
Joined: 7/20/2002
From: NJ
Status: offline

 
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:)

_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to vision2000)
Donkey

 

Posts: 3869
Joined: 11/13/2001
From: Blackfield United Kingdom
Status: offline

 
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.

_____________________________

:)

I have a higher and grander standard of principle than George Washington. He could not lie; I can, but I won't.
Samuel Clemens

(in reply to vision2000)
vision2000

 

Posts: 532
From: USA
Status: offline

 
RE: Moving image hard left with CSS - 8/30/2003 12:32:36   
Thanks for the tip!

(in reply to vision2000)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Moving image hard left with CSS
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts