I used Apex extensively through v3, but now getting back to it under v5. The essentials are the same but obviously the interface has changed, and there are many new features. I am trying to create a page where the left 30% of the screen real estate is a navigation bar containing three images and a series of buttons.
The nav region is nice but doesn't appear to support images so I abandoned that, removed it, and created my own region that is set for 30%.
Where I am running into issues is with the images.i can put an image display item in but I don't know how to make the image in that item to scale to fit the region, especially when that region size is variable based on the resolution and browser window size of the client.
Can anyone help me with this or point me to some clear documentation that explains how to do this?