Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Farbe warun funkt das nicht

Empfohlene Antworten

Hallo leute

ich weiß nicht ob ich hier richtig bin ich hoffe aber mal ich habe folgende des prob ich habe ein listen feld und die schrift drine soll rot sein es funkt nicht kann mir einer helfen der code sich so aus

<select name="List" size="1" multiple id="List">

<option><font color="#FF0000" face="Minster No 1">test</font></option>

<option><font color="#FF0000" face="Minster No 1">test1</font></option>

</select>

wei einer wie das richtig geht

mfg

vampirgeist


...

<style type="text/css">

<!--

select { color: #FF0000; } // oder auch #List, wenn du mehr als 1 select hast.

//-->

</style>

  </head>

  <body>

<select name="List" size="1" multiple="multiple" id="List">

<option>test</option>

<option>test1</option>

</select>

...

Deinen Font wird eh keiner ausser dir sehen, weil der Font Minster No1 wohl auf 99,9% der Rechner nicht zu finden ist ;)

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.