Jump to content
MakeWebGames

Gollimari

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Gollimari's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Guys, Hope you can help me with a CSS query. I have a CSS based dropdown menu with custom stylings. [link removed - problem fixed] I want the top level of the navigation to fit the 100% of the 840px. The each of the top level items to occupy a width of 140px so that it aligns with the image above it. The 2nd and 3rd level items can be as wide as they may need to be. Any help appreciated. There is currently some right padding on the top level which we may have to remove. Each of the top level links should occupy a 140px by 16px block. Thanks,     ------------------------- naruto games playstation 2 games
  2. When I have a parent div where the only content of that div is a child div, the child div's margins and margins of the elements in the child div don't work correctly. so <div id="outer"> <div id="inner"> <h2>inner div title</h2> </div> </div> When I set a margin on the inner div, it moves the entire box down, including the outer div. If I put a margin on the H2, it also moves the entire box including the outer div. This is the same when replacing the H2 for a . If I have a border on the inner div, that fixes it and the H2 margin moves around within the inner div and outer stays where it is, and margins on the inner div work as they should. If I put plain textual content in either the inner or outer div (I tried a letter "a"), that also fixes it and the inner div and elements in the inner div then obey as they should. What's the way to resolve this without using one of the above I mentioned as they are no good. Windows 7 - comes with free keyboard and noose!           ---------------------------------- naruto games playstation 2 games
  3. Im just starting to learn php so as an absolute begginer im following instructions from a tutorial website. I have barely started and have already been held up hours just trying to work out how to test my code (not even sure if im in the right forum but ill proceed .... ) I was given two options for testing my code 1.Find a host who supports php and test your code on their servers. ( As simple as this may sound im not sure how to do this ) 2.Install PHP on your own computer After a bit of reading i decided to download WampServer (Windows, Apache, MySQL, PHP) even though i know this is very advanced for me, i thought maybe i could muggle my way through, purely to test my code. But doing this has become a real head-ache, im usig dreamweaver but only writing code ( maybe better to work on notepad ? ) and have tried various methods on the web about how to setup a php website through wamp in dreamweaver. This is all very daunting as it was not long since i was learning css, and this seems to be a whole new ball game, but one im very motivated to learn. Basically i was hoping someone had some instructions that would be best suited for me on how to test my php code either in dreamweaver or notepad. Again i have read alot over the web but its more of a dummies guide i need. P.s i only need to know how to test my code i have a good tutorial source on the programming unfortunatly they dont instruct on testin Thanks..
×
×
  • Create New...