Class of images... mental blank here...

This is a discussion on "Class of images... mental blank here..." within the Web Page Design section. This forum, and the thread "Class of images... mental blank here... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 7th, 2007, 13:09
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Class of images... mental blank here...

OK, proabbly a stupid question but I'm bineg stupid today and need an answer.

OK, I have a div class called .thecontent and within that goes text and images. Now, 90% of images, I want to appear normal, not float but I want to create a class of images that float right. class would be called .right

what is the CSS syntax

is it
Code: Select all
.thecontent img .right {
   position:relative;
   float:right;
}
????

Help!


Thanks
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote

  #2 (permalink)  
Old Nov 7th, 2007, 13:12
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Class of images... mental blank here...

no need for the position: relative just

Code: Select all
.thecontent img.right {
    float: right;
    width: ....;
}
a width would be good too
Reply With Quote
  #3 (permalink)  
Old Nov 7th, 2007, 13:15
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Class of images... mental blank here...

also not that I don't have a space between img and .right since .right is a class being used on the img element.

hope that made sense.
Reply With Quote
  #4 (permalink)  
Old Nov 7th, 2007, 13:17
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Class of images... mental blank here...

Knew a fellow canadian would come through for me!

Thanks
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #5 (permalink)  
Old Nov 7th, 2007, 13:18
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Class of images... mental blank here...

No problem Dan!
Reply With Quote
  #6 (permalink)  
Old Nov 7th, 2007, 14:35
minute44's Avatar
Moderator
Join Date: Apr 2006
Location: Nottingham UK
Age: 24
Posts: 1,347
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to minute44
Re: Class of images... mental blank here...

Have a look at the results if you like

http://www.minute44.com

I think it's lookin good.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
Reply With Quote
  #7 (permalink)  
Old Nov 7th, 2007, 14:37
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Class of images... mental blank here...

Lookin' very good
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mental Health Association 1andyw Free Web Site Critique 6 Sep 18th, 2007 18:18
Help getting over mental block kaz Web Page Design 5 Aug 30th, 2006 19:35
Is it possible to align images in a div class? AdRock Web Page Design 9 Jul 30th, 2006 23:11
creating new div class + making images links TardPress PHP Forum 1 Jun 19th, 2006 03:04


All times are GMT. The time now is 05:25.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43