Jump to content


another CSS Problem


2 replies to this topic

#1 Hoot

    * Hooty Tooty Fruit *

  • Members
  • PipPipPipPip
  • 1,346 posts
  • Gender:Male
  • Location:Canada
  • Interests:Making Websites, Working in 3D, Playing the Drums

Posted 16 November 2005 - 06:24 PM

I have another CSS problem ;) it is in opera, I was wondering does opera support padding? because it only works on one of my colloms...

here is a picture of what is in opera:
Posted Image

and here is my CSS (well the part that runs thoughs colloms)

.left_col
{
	margin: 0 auto;
	width: 199px;
	text-align: left;
	float: left;
	padding-left: 7px;
}
.mid_col
{
	margin: 0 auto;
	width: 292px;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
	float: left;
}
.right_col
{
	margin: 0 auto;
	width: 199px;
	text-align: left;
	float: right;
	padding-right: 7px;
}
.side_top
{
	margin: 0 auto;
	width: 199px;
	height: 22px;
	background: url('images/side_top.gif');
	text-align: center;
}
.side_mid
{
	margin: 0 auto;
	width: 199px;
	text-align: left;
	padding-left: 1px;
	padding-right: 1px;
}
.side_bottom
{
	margin: 0 auto;
	width: 199px;
	height: 34px;
	background: url('images/side_bottom.gif');
	text-align: center;

Hoot

Edited by Hoot, 16 November 2005 - 06:44 PM.


#2 coolaid

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,435 posts
  • Gender:Male
  • Interests:i wonder..

Posted 17 November 2005 - 10:49 PM

maybe we can see an example online?

anyway, try using margins instead of padding, it's more "standard"

#3 Hoot

    * Hooty Tooty Fruit *

  • Members
  • PipPipPipPip
  • 1,346 posts
  • Gender:Male
  • Location:Canada
  • Interests:Making Websites, Working in 3D, Playing the Drums

Posted 18 November 2005 - 04:49 PM

ill try that, thanks for replying I'l get an example up if this doesn't work :D

Hoot





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users