Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Tags

6 Posted Topics

Member Avatar for n0m4d

Ok, I have a table with two rows. On the first row, I can input text in it, and when I click a button, the text automatically appears in the second row. The problem is that when I input a text that is too long or too large for the …

Member Avatar for ko ko
-1
64
Member Avatar for n0m4d

How is it possible to have one DIV under another DIV, and then one DIV on the right of those two DIVs? A bit like this: [url]http://i48.tinypic.com/2laaqlh.jpg[/url]

Member Avatar for ko ko
0
99
Member Avatar for n0m4d

If I have a css code like this: [CODE]body { color:#000; font-family:Arial; font-size:62.5%; padding:0; margin:0; } ul { margin-left:24px; } li { color:#ffffff; } #divID { height:50px; } #divID li { padding-right:10px; }[/CODE] Will the text in [I]#divID li[/I] borrow properties from [I]li[/I] and make the text white?

Member Avatar for ShawnCplus
0
68
Member Avatar for n0m4d

When putting ./ or ../ to links instead of writing the whole path, does that affect SEO in any way?

Member Avatar for canadafred
0
111
Member Avatar for n0m4d

I'm having problem getting a container to expand when adding two DIVs that float left. The container would actually just not move behind the DIVs. Here's my code: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Example</title> <style type="text/css"> * { margin: 0px; padding: 0px; …

Member Avatar for n0m4d
0
89
Member Avatar for n0m4d

I'm making a DIV that has two lines of text which are centered and vertically aligned with [I]line-height[/I] to make them appear in the middle. The problem is that I want the first line of text to have a font of 3.5em, and the second line 1.8em. I've tried to …

Member Avatar for n0m4d
0
571

The End.