SpryMenuBar not behaving in Internet Explorer
Hi,
Using the standard SpryMenuBar in Dreamweaver CS5 as a template, I styled my SpryMenuBar to suit and match my website. One thing I didn't like about the SpryMenuBar was that long text in submenus caused the long text to extend beyond the submenu's div.
I added some CSS to fix this (based on some Google results I found) and it works fine in Firefox, but in Internet Explorer my submenus drop down horizontally instead of vertically.
A working example can be found at the same link from my previous post www dot abstractproductions dot com dot au/about-us.php
centering verticaly list in a div
Hello everybody!
So I have this problem with centering vertically. I found this page about vertical-centering-with-css but none of these 5 posibilities solves my problem.
I have a div#mapAndQuestions in which I have a
- on the left side and a image on the right side.
div#mapAndQuestions
{
height:60%;
min-height:200px;
}
so this div#mapAndQuestions resizes whenever the browser windows is being resized but it stops ar 200px;
and
ul#questions
{
height: 300px;
display:table-cell;
Using lists to design a pyramid menu
Hello people,
Trying to design some what of a different menu using list. What I am really missing from table world is ability to span cells .
Goal is make a menu of fixed number of items in a shape of pyramid (fixed layout).
eg.
Link1----Link2----Link3
----Link4-----Link5
---------Link6
Here is my attempt but I have a feeling that this will have to be done with a class per LI.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <style>
UL Positioning Keeps Breaking
I have been battling with a positioning problem that I can't seem to solve on my own.
