Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with embed fields

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27753
    vee
    Member

    Hi!

    Perhaps somebody can help me out with a pretty weird bug in

    Firefox 3.5 :

    Well, I created an input field which is containing an embed code for a video.
    Within the input field, I inserted the following: onfocus="this.select()"
    (just to highlight the code automatically).

    Now the weird thing is the behaviour of the text being highlighted:
    Instead of a dark blue colored background (which should be usual)
    only the text changes the color- from black to blue – without me having
    indicated this behaviour in the styles.

    The only indications for the input field are:

    font-size: 11px;
    overflow: hidden;
    width: 205px;
    height: 20px;
    margin-bottom: 10px;
    padding:5px 10px 0 5px;
    color: #464646;

    Any idea why the background won’t get highlighted?

    I’d be so thankful for any answer :-)

    #70148
    vee
    Member

    Hi, I already solved the problem. Thank you anyway ;-)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.