This won't solve your problem necessarily, but just looking at your source code, you have multiple doctype declarations, head, and body tags. Five of each to be precise. There should only be one doctype, head and body tag for a given web page. These extra declarations could be causing the browsers to behave unpredictably. I would first resolve this issue and start troubleshooting from that point.
Regards, Chris On Wed, Jul 28, 2010 at 2:24 AM, Monotoba <rmorga...@gmail.com> wrote: > Hi Everyone, > > I have been struggling with a design for my brother for some time now. > I am new to CSS and Blueprint. I had hoped that bp would help me with > this layout. The sample site is at: www.f-stopart.com and I need to > convert the layout to bp and to use unordered lists for the two menus > as well as add a news column to the black margin on the right. I have > tried this and keep having difficulties with positioning the rotated > menu. I had hoped that the column would contain the menu but it simply > move to the middle of the page. Using translate I can move it back to > the proper area but then I also have an issue with the column margins > placing space between the two vertical menus. > > Question: How can I place to ratate(-90deg) <ul> next to each other > and then place the filmstrip next to the second menu without spacing > between them? > > Sample site: www.f-stopart.com > > -- > You received this message because you are subscribed to the Google Groups > "Blueprint CSS" group. > To post to this group, send email to blueprint...@googlegroups.com. > To unsubscribe from this group, send email to > blueprintcss+unsubscr...@googlegroups.com<blueprintcss%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/blueprintcss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to blueprint...@googlegroups.com. To unsubscribe from this group, send email to blueprintcss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.