Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #16.0K
Ranked #2K
~2K People Reached
About Me

I am a retired industrial machinist and equipment troubleshooter. I have no previous HTML/CSS experience and have only limited exposure to other computer languages, but I am going to learn for the pure pleasure of learning something new. I plan to develop…

Interests
tinkering with anything mechanical
Favorite Forums
Favorite Tags
Member Avatar for nateuni

Guys, I normally don't dabble to much in XHTML, but I have been doing up a website for my business and I have hit a wall with the development. I found some inconsistencies with different browsers. So I carefully went back in Photoshop and made rulers and made sure all …

Member Avatar for nateuni
0
390
Member Avatar for LCYmichelle

I have created a simple website with my first attempt at css but seem to have problems with the right float. Web address & css are: [URL="http://www.corporate-event.com.au/"]Address[/URL] [URL="http://www.corporate-event.com.au/style.css"]CSS[/URL] Browsers being viewed: Mozilla 3.6.3 IE 8 Mozilla on my PC appears fine but IE is ok except for the inconsistent right …

Member Avatar for LCYmichelle
0
238
Member Avatar for Chosen13

Help me please, I have a problem on my user page. As you can see, the boxes are moving into strange places, the badges should float on the right. Example: [url]http://www.stickmin.com/User.php?ID=2[/url]. But on pages where the description isn't long, it works right: [url]http://www.stickmin.com/User.php?ID=1[/url]. Thanks, please tell me what is wrong. …

Member Avatar for Chosen13
0
102
Member Avatar for BrianDickson

I want to style an H3 header with a background colour. If I do this: [code] h3 { background-color: #000; color: #fff; } [/code] and [CODE] <h3>header tag</h3> [/CODE] for example, the output in the browser will be displayed across the entire width of it's parent container. If I wrap …

Member Avatar for BrianDickson
0
184
Member Avatar for scaiferw

I have a gradient header image as a background image in a header div. The gradient, which stretches horizontally across the entire page, has three distinct vertical partitions of 32, 72 and 56px, and I'll ultimately want to apply top and bottom padding to one or more if the three …

Member Avatar for tinimic
0
89
Member Avatar for billysim1

Ok so I have a problem that has been infuriating me for some time now and I really need to get it fixed. Basically I have a menu system, with three 'levels' each of which is a separate list that is styled slightly differently; my HTML code is this: [CODE] …

Member Avatar for billysim1
0
73
Member Avatar for PixelatedKarma

Maybe I am missing something but I have checked and double checked and even triple checked my code and I can't figure out why background-attachment:fixed; isn't working! The css code is: [CODE]#background { height:100%; min-height:100%; width:100%; margin:0px; padding:0px; border:0px; background-image:url(../images/bg.png); background-repeat:repeat-x; background-attachment:fixed; background-position:top; }[/CODE] For whatever strange reason the bg.png …

Member Avatar for PixelatedKarma
0
225
Member Avatar for Jansz36

Hello, I am quite new, in Dreamweaver CS4 I have 2 a 3 sites with lot's text as information. The customer do not want have a scroll bar viewing on this particular site location. I was wondering how can I exclude the scroll bar viewing in the browsers with keeping …

Member Avatar for Jansz36
0
210
Member Avatar for Virangya

HELLO.. I've been designing web pages in dreamwaever 8 and i have put a table inside a div. No matter what i try the table wont scale accordingly inside the div. It always scales along the div. its width is 200px but automatically scale up to somewhere around 500px.. :( …

Member Avatar for tinimic
0
352
Member Avatar for PixelatedKarma

Hello everyone, I am currently wondering if I am backing myself into a corner. I am currently building a layout that has a center column that spans 100% of the height of the viewable browser window; on top of that I have put in a div with absolute positioning as …

Member Avatar for PixelatedKarma
0
97
Member Avatar for slowblob

here's my navigation : <img src="nav.jpg" width="200" height="442" border="0" usemap="#Map"> <map name="Map"> <area shape="rect" coords="4,368,148,401" href="content.html" target="1Frame" id="Home" > <area shape="rect" coords="-1,300,153,343" href="brands.html" target="1Frame" id="brands" > <area shape="rect" coords="-22,235,153,279" href="feedback.html" target="1Frame" id="oldtoys"> <area shape="rect" coords="-16,173,147,218" href="about.html" target="1Frame" id="moderntoys"> <area shape="rect" coords="-26,111,153,153" href="gallery" target="1Frame" id="gallery"> </map> here's my Iframe: <iframe name="1frame" …

Member Avatar for tinimic
0
71