Pagina 1 van 1

Kleiner randje rond subforums

Geplaatst: 07 jun 2006, 14:56
door Nickp
Dat randje om me subforums, wie is online en inloggen.

Voorbeeld: http://www.eftelworld.nl/forum/

Is erg dik kan je daar geen 1 pixel rand van maken, zo ja wil iemand even zeggen hoe als die gene het weet!

Alvast bedankt

Geplaatst: 09 jun 2006, 10:19
door Nickp
Kan iemand me misschien helpen?

Geplaatst: 09 jun 2006, 20:20
door LoYaL
Nickp schreef:Kan iemand me misschien helpen?
In de css hier:

Code: Selecteer alles

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
Alles naar 0px veranderen zo dus:

Code: Selecteer alles

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

Geplaatst: 10 jun 2006, 07:39
door Nickp
Als ik dat uit voer in me css, blijft het gewoon het zelfde!

Geplaatst: 10 jun 2006, 09:32
door LoYaL
Nickp schreef:Als ik dat uit voer in me css, blijft het gewoon het zelfde!
En bij overall_header.tpl ?

Geplaatst: 19 jun 2006, 23:46
door Nickp
Morgen even proberen bedankt alvast ;)