Reply
css site slight error
Old 06-03-2008, 03:31 PM css site slight error
Extreme Talker

Posts: 175
can someone tell me whats wrong with http://trial.jolyza.com/
I coded it but i think there is something wrong with the navigation. (HINT: Guestbook)
simster is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-03-2008, 04:15 PM Re: css site slight error
wayfarer07's Avatar
$frontend->developer

Posts: 1,044
Name: Abel Mohler
Location: Asheville, North Carolina USA
What are you trying to do? stop the layout from 'jumping' when the dropdown opens? Keep the dropdown from jumping to the right in Firefox, when it is clicked on? (I think that one is due to the accessibility outline).
__________________
Go FREELANCE <=|If a donkey eats a melon, it is still a donkey... |=> Hire Me
wayfarer07 is offline
Reply With Quote
View Public Profile
 
Old 06-03-2008, 04:58 PM Re: css site slight error
Extreme Talker

Posts: 175
Quote:
Keep the dropdown from jumping to the right in Firefox, when it is clicked on?
~~~~~
simster is offline
Reply With Quote
View Public Profile
 
Old 06-03-2008, 06:09 PM Re: css site slight error
wayfarer07's Avatar
$frontend->developer

Posts: 1,044
Name: Abel Mohler
Location: Asheville, North Carolina USA
A quick fix is this:
Code:
#nav a {
outline: none;
}
This will make it less accessible in Firefox (you won't be able to tab through the links without using a mouse). It won't have any effect on Explorer, which doesn't support the outline property.
__________________
Go FREELANCE <=|If a donkey eats a melon, it is still a donkey... |=> Hire Me
wayfarer07 is offline
Reply With Quote
View Public Profile
 
Old 06-03-2008, 06:18 PM Re: css site slight error
Extreme Talker

Posts: 175
thank you
simster is offline
Reply With Quote
View Public Profile
 
Old 06-03-2008, 06:39 PM Re: css site slight error
Mooofasa's Avatar
Defies a Status

Posts: 1,612
Name: Michael (mik) Land
Location: England
Complete knackers up in all good browsers.
__________________
Tumblings.co.uk - Tumblog with thoughts, quotes, links, videos, images and my creations.
Opera Browser - The best free web browser.
Opera Dev Tools - Firefox is now Firefail.
Mooofasa is offline
Reply With Quote
View Public Profile Visit Mooofasa's homepage!
 
Old 06-03-2008, 07:29 PM Re: css site slight error
Extreme Talker

Posts: 175
it works perfectly in FIREFOX and i am using conditional comments to get it view nicely in IE. What browsers doesnt it work in and what happens ?

(So I can fix it.)
simster is offline
Reply With Quote
View Public Profile
 
Old 06-09-2008, 09:33 AM Re: css site slight error
Mooofasa's Avatar
Defies a Status

Posts: 1,612
Name: Michael (mik) Land
Location: England
Quote:
Originally Posted by simster View Post
FIREFOX
I said good browsers.

And it looks like you fixed it anyway
__________________
Tumblings.co.uk - Tumblog with thoughts, quotes, links, videos, images and my creations.
Opera Browser - The best free web browser.
Opera Dev Tools - Firefox is now Firefail.
Mooofasa is offline
Reply With Quote
View Public Profile Visit Mooofasa's homepage!
 
Old 06-10-2008, 02:57 PM Re: css site slight error
Arenlor's Avatar
Ultra Talker

Posts: 463
Name: Jerod Lycett
Location: /home/arenlor
Firefox is a good browser (along with Opera and WebKit). They all break some of the rules at some points.
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Reply     « Reply to css site slight error
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13992 seconds with 12 queries