FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Fields not contained within form wrapper in IE7 (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Fields not contained within form wrapper in IE7
#805
webfoundry (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Fields not contained within form wrapper in IE7 2 Years, 8 Months ago Karma: 0  
Hi there,
I'm having trouble getting the user booking form to display properly in IE7. It's OK in Firefox, but in IE the five fields all float to the right outside their container and some strange drop down arrows (also outside container) appear. In FF these arrows are not even seen. I've looked over the CSS with bewilderment at the complexity of it and cannot even begin to know where to start. Hope someone can help.

The link is here:
dedicated.web-foundry.co.uk/~admin17/index.php?option=com_tableboss&view=public&Itemid=10

Many thanks in advance,
Phil
 
Logged Logged  
  The administrator has disabled public write access.
#807
fabrizim (Admin)
Administrator
Posts: 270
graph
User Offline Click here to see the profile of this user
Gender: Male Location: Lowell, MA Birthdate: 1980-08-14
Re:Fields not contained within form wrapper in IE7 2 Years, 8 Months ago Karma: 7  
Hi Phil-

The problem seems to be at line 143 of your template.css file.
Code:


#content50 img {
position: relative;
top: -23px;
left: 108px;
}


Because the TableBoss form is displayed within the `#content50` div, any images within it are offset. If you need these position rules for a specific image, you should apply a class to that image and define the rule for that class, instead of broadly defining the rules for all img tags.

Hope this helps-
Mark
 
Logged Logged  
  The administrator has disabled public write access.
Go to top