Results 1 to 5 of 5
-
13th Mar 2011, 08:06 PM #1OPMember
litle help with css
i have the code for three colums in css but i want the main colum in the center this one has the main colum left and yhe other two are to the right
this the code i try different ways but i cant amake it right
Code:/* begin LayoutCell */ .art-contentLayout .art-content { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 574px; } .art-contentLayout .art-content-sidebar1 { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 765px; } .art-contentLayout .art-content-sidebar2 { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 765px; } .art-contentLayout .art-content-wide { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 956px; } /* end LayoutCell */ /* begin LayoutCell */ .art-contentLayout .art-sidebar1 { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 191px; } /* end LayoutCell */ /* begin LayoutCell */ .art-contentLayout .art-sidebar2 { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 191px; } /* end LayoutCell */
bachbell Reviewed by bachbell on . litle help with css i have the code for three colums in css but i want the main colum in the center this one has the main colum left and yhe other two are to the right this the code i try different ways but i cant amake it right /* begin LayoutCell */ .art-contentLayout .art-content { position: relative; margin: 0; Rating: 5
-
13th Mar 2011, 08:28 PM #2Retired NinJaWebsite's:
loledhard.comscreenshot would be better, Screenshot how it is right now & paint image how u want it to be
cba to implement it in new CSS file & write HTML code to view how it looks
You don't hate Justin bieber.You hate the fact you ain't Justin Bieber!
-
13th Mar 2011, 08:29 PM #3MemberWebsite's:
Tastro.org HDTVXviDLOL.com EpisodeSeasons.com FileBorg.org W-47.comyou don't need to do anything here in css. copy your html code.
also just change the order in your html code...
put the 1st sidebar first, then the main box and then the 2nd sidebar.
__________________
now you have some thing like this:
<div class="col1">
<div class="col2">
<div class="main">
just change it to:
<div class="col1">
<div class="main">
<div class="col2">
in css all have float:left; so that it should work by just editing the html.
if it still won't work... then give us the url to the site please.LE with your pr2 site? <a href="http://tastro.org/">Tastro.org</a> or link exchance with our category page: <a href="http://tastro.org/i/hdtv">HDTV</a> | <a href="http://tastro.org/i/dvdrip">DVDRip</a> | <a href="http://tastro.org/i/r5">R5</a> | <a href="http://tastro.org/i/bdrip">BDRip</a> | <a href="http://tastro.org/i/brrip">BRRip</a>
-
13th Mar 2011, 10:27 PM #4OPMember
Thanks both Humor, Tastro now's soved
-
14th Mar 2011, 12:48 AM #5MemberWebsite's:
Tastro.org HDTVXviDLOL.com EpisodeSeasons.com FileBorg.org W-47.comglad to hear that.
thread closed i guess.
LE with your pr2 site? <a href="http://tastro.org/">Tastro.org</a> or link exchance with our category page: <a href="http://tastro.org/i/hdtv">HDTV</a> | <a href="http://tastro.org/i/dvdrip">DVDRip</a> | <a href="http://tastro.org/i/r5">R5</a> | <a href="http://tastro.org/i/bdrip">BDRip</a> | <a href="http://tastro.org/i/brrip">BRRip</a>
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
know its a litle old but this sucks
By MrPeanut420 in forum General DiscussionReplies: 1Last Post: 17th Jan 2011, 09:31 PM -
a litle help mail.mydomain.com
By bachbell in forum Server ManagementReplies: 3Last Post: 28th Oct 2010, 07:57 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...