Activity Stream
48,167 MEMBERS
6803 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1.     
    #1
    Member
    Website's:
    warezxtc.com

    Default Help - Not showing properly on Opera.

    Site: http://www.warezblog.org

    Normal:


    On Opera:
    CyberJ37 Reviewed by CyberJ37 on . Help - Not showing properly on Opera. Site: http://www.warezblog.org Normal: http://imgur.com/rD8ZX.jpg On Opera: http://imgur.com/BiMZU.jpg Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    opera is a browser which shows the output exactly as the input is given
    ff and ie neglect the mistakes in the code and display it

    check your code if its correct
    upgrading opera can be another option

    btw i can see it properly on opera


  4.     
    #3
    Member
    Website's:
    Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.com
    It's fine for me...I am using Opera 10.54

  5.     
    #4
    Member
    Website's:
    BTfreak.com Adult-BB.org
    Same here, very nice domain name btw.

  6.     
    #5
    Member
    Website's:
    warezxtc.com
    Thanks guys

  7.     
    #6
    ლ(ಠ益ಠლ)
    Website's:
    extremecoderz.com
    It may be as a result of your resolution. Try wrapping it in a DIV and using the "min-width" CSS property.

    Also moving to Development section...

  8.     
    #7
    Member
    Website's:
    warezxtc.com
    Quote Originally Posted by jayfella View Post
    It may be as a result of your resolution. Try wrapping it in a DIV and using the "min-width" CSS property.

    Also moving to Development section...
    I ain't that familiar with that shit Mind helpin'?

    Oh and sorry, accidentally posted on the wrong section.

  9.     
    #8
    Member
    Website's:
    Doxsters.net
    It doesn't seem to be his resolution as you can normally find this out by resizing your browser window.
    Maybe try a shift refresh and let us know if your still getting it?

    Need a Designer/Web Developer? Click Me

    MSN: PM me for it.
    Email(Preferred):timtamboy63@gmail.com

    "Power Corrupts. Absolute Power Corrupts Absolutely"

  10.     
    #9
    Respected Developer
    Usually that is the result of how your DOM is build up.

    Code: 
    <a><img /></a>
    <p>text</p>
    That's what yours looks like and it's roughly the equivalent of this:
    Code: 
    <a><img /></a>
    <br />
    text
    Notice the line break?
    So:
    Code: 
    <p><a><img /></a>
    text</p>
    Along with the correct css should fix it. However I'm not sure if the P tag has restriction on what type of child elements it can have. If it has restrictions replacing P with DIV should solve it. God I the cross browser HTML mess.

  11.     
    #10
    Member
    Website's:
    Doxsters.net
    Shouldn't matter should it? Both the margin and padding for the <p> are set to 0

    edit: I got what you meant, my bad

    Need a Designer/Web Developer? Click Me

    MSN: PM me for it.
    Email(Preferred):timtamboy63@gmail.com

    "Power Corrupts. Absolute Power Corrupts Absolutely"

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to configure an email account in Opera
    By Areon in forum Server Management
    Replies: 0
    Last Post: 1st Mar 2014, 09:55 AM
  2. Opera 11.60 Web Browser Released.
    By CloudShadow in forum News & Current Events
    Replies: 7
    Last Post: 7th Dec 2011, 06:46 PM
  3. Opera Founder Jon S. von Tetzchner Resigns
    By Daniel in forum News & Current Events
    Replies: 1
    Last Post: 24th Jun 2011, 08:26 PM
  4. Other's thread looks weird on opera on Win7
    By somik in forum Feedback and Suggestions
    Replies: 8
    Last Post: 21st Jan 2011, 07:12 PM
  5. Your IP ADDRESS BANNED! - Opera Prob
    By Skords in forum Feedback and Suggestions
    Replies: 11
    Last Post: 5th Jul 2010, 02:53 AM

Tags for this Thread

BE SOCIAL