- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
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 … | |
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] | |
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? | |
When putting ./ or ../ to links instead of writing the whole path, does that affect SEO in any way? | |
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; … | |
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 … |
The End.