Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~345 People Reached
Favorite Forums
Favorite Tags
Member Avatar for cmgdev

Greetings! I am trying to create a simple landing page using some css. I have referenced every book I have and cannot find out what I am doing wrong (probably a few things). Would you please take a quick peek at the landing page at [URL="http://www.grabzool.com/breezair"]http://www.grabzool.com/breezair[/URL] in IE and Firefox. …

Member Avatar for MidiMagic
0
90
Member Avatar for adaykin

Hello, I have the following code: [CODE] <dt> <p style="text-align:left;"> <a href="">SHOW HORSES</a> </p> <ul> <li><a href="">Riding The Best</a></li> <li><a href="">Western</a></li> <li><a href="">English</a></li> <li><a href="">Reference Trainers</a></li> </ul> </dt> [/CODE] with the stylesheet: [CODE] ul, li { display: inline; margin: 0; padding: 0; } p { display: inline; } /* Background …

Member Avatar for adaykin
0
110
Member Avatar for nmcgoo108

Hello, I have a "contact" panel that is positioned on the right of the page. However, on pages where the body is longer than the contact panel, there is a gap under the contact panel going to the footer. I was wondering if theres a way to incorporate a panel …

Member Avatar for Eilandor
0
67
Member Avatar for Eilandor

How to make CheckBox with a long text label without wraping it's checkbox? Sample: [CODE=html] <div style="width:150px"> <input type="checkbox"/> <label>This is a very long label which should not wrap around checkbox.</label> </div> [/CODE] I wish that it should be imaginary vertical line between checkbox and label. Below checkbox it should …

Member Avatar for JonathanD
0
78