Jump to content

pass html block height to php


evanct

Recommended Posts

So let's say I have a height:auto block element in html. when I add content to it, naturally the height expands. When content is added via CMS I want to then get the height value of the block element and pass it to PHP. is this even possible? If not with PHP alone, could I get the value with javascript and then pass it to PHP?

Link to comment
https://forums.phpfreaks.com/topic/161225-pass-html-block-height-to-php/
Share on other sites

Hmm. the content would just be a list of links, so I figure I can just set the line-height in pixels, multiply the number of links times the line-height, add the margin values, and use that value. only snag there is some of the links could be long enough to spill onto two lines.

 

also, woo i've leveled up to Enthusiast.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.