1
Xtracted
Prevent a theme from resizing?
  • 2005/1/10 15:00

  • Xtracted

  • Not too shy to talk

  • Posts: 138

  • Since: 2004/1/7 2


Hello people!

I have modified a theme (a lot) but I still have a problem with it. If you resize the window, the left, center and right block resizes as well but I want it to be static (correct word?). I dont want the blocks to resize, what do I have to do to prevent them from doing just that?

The page can be seen athttp://www.jhbudo.se .. If you want me to post some code, just tell me what you need to look at..

2
tjnemez
Re: Prevent a theme from resizing?
  • 2005/1/10 15:38

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


set the theme to a fixed width:

main table in theme.html

<table id="table_main" cellpadding="0" cellspacing="0">

add to style.css

#table_main {
width: 760px; /* set to desired width */
}

3
Xtracted
Re: Prevent a theme from resizing?
  • 2005/1/10 15:43

  • Xtracted

  • Not too shy to talk

  • Posts: 138

  • Since: 2004/1/7 2


Sweet, problem solved. Thanks =)

Login

Who's Online

162 user(s) are online (83 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits