• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DHTML in VB

darkmagex

Member
Alright, I'm using VB6 to mess around with some DHTML stuff, but it's a royal pain because whenever I put controls onto the form lined up with the text and then run the program, the controls move so that they are unaligned.

The controls seem to 'float' above the actual HTML page so its hard trying to get them all in the right place. Anyone know if there is an easier way to do this?
 
css positoning? really its hard to position stuff exactly...better to do it relativly in respect to some other point on the page but even then it can be difficult. Each browser and comp is setup differently though so no matter what your gunna get that effect...once it works perfect on yours it'll look screwed up on someone elses...
 
Back
Top