
Originally Posted by
Fred Philpott
Hi Clyde,
I tried that but it did not do anything. Instead I tried the nowrap here:-
#productDetailsList {
margin: 0;
padding:0;
list-style: none;
white-space: nowrap;
}
Now the manufacturer's name does not wrap at all. Not a perfect fix but certainly much better.
On another subject, I took a look at my site in IE7 and found that the text in the sideboxes is blue instead of white and is not visible until you hover the cursor over the box. Is that something in the IE CSS file which overwrites the text color?
Thanks for the help.
Fred