Display issue on Opera

This is a discussion on "Display issue on Opera" within the Web Page Design section. This forum, and the thread "Display issue on Opera are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 28th, 2006, 23:25
Up'n'Coming Member
Join Date: Aug 2006
Location: Peru
Age: 21
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Display issue on Opera

Hey everybody!
I'm having this problem showing 3 different forms on opera web browser. You can check it out by yourself here

http://www.cybertesis.edu.pe/RedLieds/advanced-search

I really don't know why this is happening, firefox shows it well.
Hopefully someone might help, thanks...
Reply With Quote

  #2 (permalink)  
Old Dec 29th, 2006, 16:22
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Display issue on Opera

It may be errors in your css that are throwing things out.

Fix this:
Code: Select all
#acercade li ul li a, #acercade li ul li a:visited{
    display: block;    
    text-align: left;
    font-size: 10pt;    
    text-decoration: none;
    color: #FFFFFF;
    background: #A0BFE3;
    font-weight: bold:  <-- this should be ;
    z-index: 10;
}
BTW: I would not have said that it is showing properly even in Firefox looking at some of the lines.
Reply With Quote
  #3 (permalink)  
Old Jan 5th, 2007, 02:41
Up'n'Coming Member
Join Date: Aug 2006
Location: Peru
Age: 21
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Display issue on Opera

Ok, fixed that css problem, but that wasn't it. Well, what I meant by it looks ok on firefox is that at least I can see the forms. I know the css is not the problem, I've deactivated it, and the problem remains.
Probably the better thing to do is actually rewrite whole the page, I haven't written it, and they just love to work with tables at work.
Hopefully someone will find the problem...
Reply With Quote
  #4 (permalink)  
Old Jan 5th, 2007, 14:02
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Display issue on Opera

Remove the align="left" from this
Code: Select all
<table class="miscTable" align="left" width="90%">
Reply With Quote
  #5 (permalink)  
Old Jan 6th, 2007, 01:56
Up'n'Coming Member
Join Date: Aug 2006
Location: Peru
Age: 21
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Display issue on Opera

Sweet!!! that did it, it looks horrible though, but at least I can see them now. Thanks, I'm thinking on redoing the whole page without using tables, but that hint was very helpful, thanks...
Reply With Quote
Reply

Tags
opera, tables

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS for Safari and opera jelly46 Web Page Design 4 Apr 14th, 2008 08:02
[SOLVED] Firefox Display Issue with my CSS design winnard2007 Web Page Design 5 Nov 5th, 2007 15:20
Display in Opera Moonlilly Starting Out 4 May 20th, 2007 16:37
Form Display Issue RichieRichR6 JavaScript Forum 4 Apr 18th, 2007 17:32
Opera Bug wheatus Web Page Design 0 May 11th, 2004 13:42


All times are GMT. The time now is 23:30.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43