Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 04/03/2010 ARI Slider v. 1.3.0

    ARI Slider v. 1.3.0 is available. New version of the extension can display menu items title in nice tooltip. See demo here.

  • 26/02/2010 Joomla! popup extensions

    ARI Colorbox, ARI Sexy Lightbox, ARI Fancybox and ARI Pretty Photo have been updated. Now these provide ability of using pretty lightbox in any Joomla! content, for example in VirtueMart product description or in other content. Extensions also can create thumbnails and create popups with large images from inline content images. Only wrap necessary content with plugin tag.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2checkout




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Exactly fit column(s) width to table width
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Exactly fit column(s) width to table width
#1794
Exactly fit column(s) width to table width 11 Months ago Karma: 0
Is there a way to exactly fit the column width to the table width?

What I mean is this: if you have a table of four columns each of width 100 and you set the table width to 400, the four columns do not fit in a table width of 400. (I'm using JFlexTable.)

By trial and error, you can get close, but there is always white space left over.

There are two scenarios, with and without scroll bar; but the scroll bar is also a known width - essentially just another column of width x.

A closely related question is exactly fitting row heights to table height.
The administrator has disabled public write access.
 
#1795
Re:Exactly fit column(s) width to table width 11 Months ago Karma: 25
Hello,

Sorry for delay. Regadring to your question, you could create CSS template with the following code:

.flexigrid div.hDivBox
{
padding-right: 0px !important;
}

.flexigrid div.bDiv table
{
margin-bottom: 0px !important;
}

.flexigrid div.bDiv
{
height: auto !important;
}

It should help to remove unnecessary spaces and fit row height to table heigh.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1796
Re:Exactly fit column(s) width to table width 10 Months, 4 Weeks ago Karma: 0
I get it - after I install the extension and enter my data, all matters of appearance are a function of the CSS. That makes sense; I'm still learning. I am hiring a designer to modify my templates and CSS files once I have the content and structure built. I will have them work on this.

Thanks for answering the question, even if it wasn't actually a product support issue.

Your product and your support are outstanding.
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: admin