Home › Forums › CSS › newbie page centering for hard-to-tile backgrounds › Re: newbie page centering for hard-to-tile backgrounds
October 18, 2011 at 9:58 pm
#89274
Member
As a place to start…
If you have to use tables. You’ll have to combine the two cells with logo and search into one, wrap content in a DIV, apply a class or ID to image and search form (looks like you already have) and apply css styles for positioning that use % instead of inline styling applied to table cell.
Specifying a % for positioning will allow the logo and search field to reposition based on the width of browser window.