Closed Thread
Help with layout problem
Old 03-08-2010, 05:51 AM Help with layout problem
Extreme Talker

Posts: 151
Trades: 0
I have 2 problems with my layout am working on

In IE 8 the more info and order buttons show twice but are fine in ie7,firefox and safari.

My menu at the top in firefox does not show the hover and the mouse pointer does not change to show a link.

Any help would be great

Last edited by afcbob; 03-09-2010 at 05:28 AM..
afcbob is offline
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 03-08-2010, 01:32 PM Re: Help with layout problem
aldor's Avatar
Ultra Talker

Posts: 476
Name: Alan
Location: Lincoln(UK)
Trades: 0
I have had a look at your site and have fixed your first problem.

Change your css code to:

Code:
.right_button{
 width:65px;
 height:22px;
 margin:20px 0 0 140px;
}
.left_button{
 
 width:65px;
 height:22px;
 float:left;
 margin:20px 0 0 0;
You will also need to add the following to your css to supress the border on images used as links.

Code:
a img 
   {
    border:0;
   }
Change your html to:-

Code:
<div id="plans">
      <div id="plan1">
             <h1>STARTER PLAN</h1>
             <ul>
              <li>Disk Space 5GB</li>
                    <li>Data Transfer 50gb</li>
                    <li>Mail Boxes 20</li>
                    <li>Sub Domain Names 20</li>
                    <li>My SQL 20</li>
                    <li>cPanel Web Control Panel</li>
                    <li>Monthly 
                 12.99 Year &pound;155.88</li>
                    <div class="left_button"><a href="#"><img 
src="http://www.webmaster-talk.com/images/more_info_button.jpg"></a></div>
                   <div class="right_button"> <a href="#"><img 
src="http://www.webmaster-talk.com/images/order_button.jpg"></a></div>
             </ul>
            </div>
Yoy will note from the above that I have replaced your £ with the escape code &pound;

You will see that I have only posted the code for the first box, you need to ammend the other two boxes along the same lines.

I will have a look at your other problem when I have some more time.

Hope this helps.

Last edited by aldor; 03-08-2010 at 02:08 PM..
aldor is online now
View Public Profile
 
Old 03-08-2010, 02:56 PM Re: Help with layout problem
Extreme Talker

Posts: 151
Trades: 0
Thanks for that.


If you could help with the menu one when you have time.

Last edited by afcbob; 03-08-2010 at 03:40 PM..
afcbob is offline
View Public Profile
 
Old 03-09-2010, 05:28 AM Re: Help with layout problem
Extreme Talker

Posts: 151
Trades: 0
Got it sorted now thanks
afcbob is offline
View Public Profile
 
Old 03-09-2010, 10:11 AM Re: Help with layout problem
aldor's Avatar
Ultra Talker

Posts: 476
Name: Alan
Location: Lincoln(UK)
Trades: 0
Glad to see you you have sorted your problems.
aldor is online now
View Public Profile
 
Closed Thread     « Reply to Help with layout problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10613 seconds with 13 queries