Search found 6 matches
- Thu May 26, 2011 6:00 pm
- Forum: Tutorials
- Topic: Blog Tutorial mysql_fetch_assoc() Error
- Replies: 4
- Views: 1989
Re: Blog Tutorial mysql_fetch_assoc() Error
I have tried but still no good I will recheck the code against the tutorials and see what the problem is. Thanks for your help though.
- Wed May 25, 2011 6:02 pm
- Forum: CSS / Styling
- Topic: Active hover and select menu buttons with php
- Replies: 18
- Views: 4623
Re: Active hover and select menu buttons with php
The way Tino described it is the correct way to set your links. Sometimes though you need to set a class to or an id, as you had a separate id set to each link and not knowing the rest of your styling I laid it out separately.
Hope you get it working
Hope you get it working
- Wed May 25, 2011 12:00 pm
- Forum: CSS / Styling
- Topic: Active hover and select menu buttons with php
- Replies: 18
- Views: 4623
Re: Active hover and select menu buttons with php
Try adding this to your css file, change the colors as you need. a#home-select { color:#c3c; } a#home-select:hover { color:#000; } a#home-select:visited { color:#c3c; } a#home-select:active { color:#3F3; } a#menus-select { color:#c3c; } a#menus-select:hover { color:#000; } a#menus-select:visited { c...
- Wed May 25, 2011 12:08 am
- Forum: CSS / Styling
- Topic: Rounded
- Replies: 13
- Views: 2530
Re: Rounded
Hi guys I want to make a div with rounded cornesrs(border-radius:9px)...and the div is finish...but rounded corners are not compatible with IE Please somebody help me. Thanks If you check the sorce code for this it may help I have tried it but it does not show rounded corners when I re-create it, b...
- Tue May 24, 2011 10:35 pm
- Forum: CSS / Styling
- Topic: css displying problem
- Replies: 1
- Views: 859
Re: css displying problem
I created a class incerted it after the (a). I have checked it out and this works, <div id="header"> <ul id="headbox"> <li><a class="headbox" href="index.php"><img src="images/logo.png" border="0" /></a></li> <li>search bar</li> /*------css...
- Tue May 24, 2011 10:12 pm
- Forum: Tutorials
- Topic: Blog Tutorial mysql_fetch_assoc() Error
- Replies: 4
- Views: 1989
Blog Tutorial mysql_fetch_assoc() Error
Hi Ref:http://www.youtube.com/user/betterphp#p/search/4/wjcZ1_kO_tA blog tutorial I did got this working by putting an ( if statment in but it will not work now so I took it out ) and its still giving me the same problem as I first had. error:- Warning: mysql_fetch_assoc() expects parameter 1 to be ...