Jump to content

cspal

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by cspal

  1. Thank You for your advice! Probably there is other way to get the navigation panel with buttons, isn't? :)What is the preferred way to do this?
  2. I have made a background image and use it from CSS file in the web page: <link href="base.css" type="text/css" rel="Stylesheet" /> The CSS file look so: body { background-image: url("images/background.gif");background-repeat: no-repeat;background-position: 0% 0%; background-attachment: fixed;background-color: #e5f5fc;} I have made on this background image seven buttons and want to use these for the navigation with image mapping. I have made image mapping on this background image. I dont know how to write code (CSS or HTML) to use this image as a background image. Is it possible to use image mapping on the background image?If this is not possible then how can I use this image as not a background image along with a div box so that the div box stand over this image and not bellow from this image?The div box look in the CSS file so: .main {overflow: auto;margin-top: 92px;margin-bottom: 10px;margin-left: 180px;margin-right: 180px;border: groove;border-color: #F6DD90;padding: 1em;float: left;width: 600px;height: 310px;} and I use it in HTML document so: <DIV class="main"> ... </DIV> Thanks for any advices!
  3. I'm using Mozilla 1.7.8 browser and also Epiphany 1.4.8 browser.In Mozilla I try to click in div, then try to scroll with the mouse wheel, but whit no success.When I use the middle mouse wheel, sometimes in some web page it scroll the page and sometimes it change the tabs in Mozilla. In the Mozilla I try to set up the behavior for mouse wheel but there is everything OK, leastwise I believe. Perhaps I'm wrong. How to setup the middle mouse button in Mozilla? How to setup Mouse Gestures and Mapping for the Gestures in Mozilla? Perhaps these settings may cause the mouse wheel to behave like I want - to scroll the text in div?--Thanks!
  4. I have a CSS script: body {background-image: url("images/background.gif");background-repeat: no-repeat;background-position: 0% 0%;background-attachment: fixed;background-color: #e5f5fc;}.main {overflow: auto;margin-top: 92px;margin-bottom: 10px;margin-left: 180px;margin-right: 180px;border: groove;border-color: #F6DD90;padding: 1em;float: left;width: 500px;height: 310px;} and the index.html in which is <div style="padding: 1em;"><DIV class="main"> ... </DIV></div> The problem is that, that I can't scroll the text over this box with mouse wheel, howewer I can scroll the text in this box with the scrollbar. Is there a way how to write a CSS script so that this problem disappear?Thanks for any advices!--cspal
×
×
  • Create New...