FAQ | Search | Memberlist | Usergroups | Register | Profile | Inbox | Log in | SmartFeedSmartFeed


 okgg.org > Forum Index > All Things Technical > Borders

  Author    Thread Post new topic  Reply to topic
Killaholic
2173 Posts and still a shitty title!


Joined: 23 Apr 2003
Posts: 2272
Location: OKC, by Lake Hefner
Borders  Reply with quote  

I am having a hard time for some reason moving a boarder to right align. I have the following layout.

xxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxx oooo
x x o o
x x o o
x x o o
xxxx oooo

xxxx
x x
x x
x x
x x
xxxx

I am trying to make the border with the O's. The borders with the x's work perfect. All scripts going well. I can not seem to make a border over there though. I am using the following code.

<div
style="border: 2px solid rgb(255, 255, 255); padding: 15px 50px 50px; width: 150px; height: 230px;">
<div align="right"></div>

I know I am missing something simple and it is driving me nuts. Thanks for your help guys.
_________________
More RAM than Dodge!

Post Tue Nov 30, 2010 1:41 pm  View user's profile Send private message
Sevnn
Candy Cane King


Joined: 22 Mar 2003
Posts: 7711
Location: Kyrat
 Reply with quote  

Don't use the align attribute, it's deprecated. You need to float: right; the div or set the right margin to 0 and the left margin to auto.

Post Tue Nov 30, 2010 8:04 pm  View user's profile Send private message Send e-mail AIM Address ICQ Number
Killaholic
2173 Posts and still a shitty title!


Joined: 23 Apr 2003
Posts: 2272
Location: OKC, by Lake Hefner
 Reply with quote  

Thanks Sevnn!
_________________
More RAM than Dodge!

Post Tue Nov 30, 2010 11:44 pm  View user's profile Send private message
Killaholic
2173 Posts and still a shitty title!


Joined: 23 Apr 2003
Posts: 2272
Location: OKC, by Lake Hefner
 Reply with quote  

That did just what I wanted it to do. Only problem now is I can't keep it from going to far. How do I tell it to scoot left with a right float?
_________________
More RAM than Dodge!

Post Wed Dec 01, 2010 12:03 am  View user's profile Send private message
Sevnn
Candy Cane King


Joined: 22 Mar 2003
Posts: 7711
Location: Kyrat
 Reply with quote  

margin-right: 10px;

Post Wed Dec 01, 2010 5:25 am  View user's profile Send private message Send e-mail AIM Address ICQ Number
Killaholic
2173 Posts and still a shitty title!


Joined: 23 Apr 2003
Posts: 2272
Location: OKC, by Lake Hefner
 Reply with quote  

Sweet. You're the man.
_________________
More RAM than Dodge!

Post Wed Dec 01, 2010 1:39 pm  View user's profile Send private message
  Display posts from previous:      
Post new topic  Reply to topic

Last Thread | Next Thread  >

Quick Reply

  
Jump to:  
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum