Hi there... I'm trying to create 3 boxes within my content section that will have equal columns in css layout. The problem is I can't use images to do that because at times I may only have two of those boxes open, so having an additional 3rd empty box won't work. Does anyone have a suggestion that will work best for such a task?
faux columns. and then use
faux columns.
and then use your server side script to call the third column if it is needed.
thanks but
isn't the faux column technique basically done by using a repeated image around the layers? If i do that then I'll have an extra box standing out even when it's not being used because the image will be there...
When we start talking about
When we start talking about images, equal heights et al and we have no knowledge of how the site elements are laid out/interact it makes speculating on what is possible nigh on impossible!
As equality of height is simply a visual thing and relatively unimportant, fall back to client side scripting to calculate heights.
I know very little about scripting...
In a joomla environment I have the slightest idea how I would begin a client side scripting to accomplish an equal height, sorry... :shrug: