It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.
Moderator: General Moderators
magicrobotmonkey
Forum Regular
Posts: 888 Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA
Post
by magicrobotmonkey » Thu Jun 24, 2004 7:51 pm
Can you guys look at
http://ourwedding.no-ip.org/wedding/ with firefox and tell me if somethings wrong with my browser or my design. When I use either one of the drop down boxes, upon making a selection the entire form disappears until i hit reload. its still there because i can click on the submit button, its just invisible. here's my css:
Code: Select all
body {background-color:#F7F7F7;
text-align: center;
scrollbar-face-color: #F7F7F7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #F7F7F7;
scrollbar-3dlight-color: #D1D1D1;
scrollbar-arrow-color: #0F0F0F;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #0F0F0F;
line-height: 13px}
div { background-color:#F7F7F7;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: small-caps;
padding: 5px;
border-width:1px;
border-style:solid;
border-color:#0F0F0F;
width:700px;
text-align: center}
span { position:relative;
font-size: 10pt;
display:table-cell}
.labels{ width:100px;
text-align:left
}
.writings{width:350px;
text-align:left
}
.credits {font-size: 7pt}
input, select {
color : #0F0F0F;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-variant: small-caps;
border-color : #0F0F0F;
border-width:1px;
background-color:#F7F7F7;
}
Thanks
patrikG
DevNet Master
Posts: 4235 Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK
Post
by patrikG » Thu Jun 24, 2004 7:53 pm
I experienced no problems.
You're getting married! Conratulations!
patrikG
DevNet Master
Posts: 4235 Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK
Post
by patrikG » Thu Jun 24, 2004 8:03 pm
Firefox 0.9
magicrobotmonkey
Forum Regular
Posts: 888 Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA
Post
by magicrobotmonkey » Thu Jun 24, 2004 8:52 pm
that's better! now my only problem with mozilla is that i cant get it to new tabs instead of new windows. I love how tabs keeps the desktop uncluttered, but when it opens new windows id rather have it open a new tab,
d3ad1ysp0rk
Forum Donator
Posts: 1661 Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA
Post
by d3ad1ysp0rk » Thu Jun 24, 2004 9:02 pm
Still doesn't work with 0.8.
magicrobotmonkey
Forum Regular
Posts: 888 Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA
Post
by magicrobotmonkey » Thu Jun 24, 2004 9:15 pm
i know, upgrade to 0.9 or tell me why it doesnt work!
Weirdan
Moderator
Posts: 5978 Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine
Post
by Weirdan » Thu Jun 24, 2004 9:28 pm
LiLpunkSkateR wrote: Still doesn't work with 0.8.
That definitely has something to do with display:table-cell. Changing it to display:block solves the problem.
phice
Moderator
Posts: 1416 Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:
Post
by phice » Fri Jun 25, 2004 4:58 am
There isn't (currently) a target definition for opening in a new tab. I've been wanting one for a long, long time.