Jump to content

senza sicura

Members
  • Posts

    4
  • Joined

  • Last visited

senza sicura's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. yes, but the :hover property, in IExplorer doesn't work!!
  2. well, it depends on the screen resolution, if a user is goint 800*600, you should put height: 800px; ... if is a user with a screen 1024*768, you should put height: 1024px; and don't remember to put:margin-bottom: 0px;good luck!
  3. I have got a web page with scroll-bars only in the "content" div, and it works perfect on firefox...look: examplethe code is that: #queoferimimatges { text-align: justify; width: 313px; height: 625px; float: right; clear: right; margin-bottom: 0px; position: relative; overflow: auto;} and the scrollbar is only in the <div id="queoferimimatges"> where are placed the images ... on body i have no overflow set..
  4. Hello, first of all, I want to complain about my bad english, well I will tell you my problem, i have made this code: #baixada06 { background-color: #CCC; color: #000; border: solid 6px #666666; padding: 4px; font-size: 0px; }#baixada06:hover { background-color: #CCC; color: #000; border: solid 6px #666666; padding: 4px; font-size: 11px; } inside of my style sheet, so when you are not with your mouse over the <div id="baixada06">, the text is invisible, and when you put your mouse over, you see the text, well, this code with FIREFOX, works, but when you visit with IExplore, doesn't work!! Can you help me ? I want to make it work with Iexplorer! Please, help...thanks...
×
×
  • Create New...