AndyH1
10-25-2011, 12:27 AM
Heres an extract from the HTML code:
<b>Full Set Gel Nail Enhancements </b>(Sculpted or tip)<b><div class="spaced"> £40 </div><br/>
Full Set Liquid and Powder Enhancements </b>(Sculpted or tip)<b><div class="spaced"> £40 </div><br/>
CSS:
.spaced {
float: right;
}
Ok this looks fine on firefox, menu items in bold on the left and prices in bold floated to the right. The words in brackets are not bolded.
For some reason IE is doing a line break and putting the first bracketed words on a new line, yet the second '(Scultped or tip)' is displayed fine as I want it. To me the code looks the same! Anyone know why this is happening?
The menu is on this page http://www.loveyournails.co/menu.html
<b>Full Set Gel Nail Enhancements </b>(Sculpted or tip)<b><div class="spaced"> £40 </div><br/>
Full Set Liquid and Powder Enhancements </b>(Sculpted or tip)<b><div class="spaced"> £40 </div><br/>
CSS:
.spaced {
float: right;
}
Ok this looks fine on firefox, menu items in bold on the left and prices in bold floated to the right. The words in brackets are not bolded.
For some reason IE is doing a line break and putting the first bracketed words on a new line, yet the second '(Scultped or tip)' is displayed fine as I want it. To me the code looks the same! Anyone know why this is happening?
The menu is on this page http://www.loveyournails.co/menu.html