Miscellaneous > Programming & Networking
table, td and background problems
Canadian Lover:
the bended corner background
Edit: fucking geocities
[ February 07, 2004: Message edited by: Canadian Lover ]
Laukev7:
Erm, what about your transparent pixel? We need it to see why it makes your corner disappear. Honestly though, I have no idea what you need it for.
And you'll need to change the extension of the image file in your code, too.
While we're at it, why do use one single line of CSS in the HTML document, when you could just stuff it in the CSS file (style1.css) you're linking to? In fact, try switching everything to CSS altogether, that will make your code much easier to read. And maybe post it for us to see, too.
[ February 07, 2004: Message edited by: Laukev7 ]
Canadian Lover:
quote:Originally posted by Laukev7:
Erm, what about your transparent pixel? We need it to see why it makes your corner disappear. Honestly though, I have no idea what you need it for.
And you'll need to change the extension of the image file in your code, too.
While we're at it, why do use one single line of CSS in the HTML document, when you could just stuff it in the CSS file (style1.css) you're linking to? In fact, try switching everything to CSS altogether, that will make your code much easier to read. And maybe post it for us to see, too.
[ February 07, 2004: Message edited by: Laukev7 ]
--- End quote ---
I'll post the CSS document now:
--- Code: ---
--- End code ---
as for the corner, I'm going to put the Search Articles form there.
Laukev7:
quote: as for the corner, I'm going to put the Search Articles form there.
--- End quote ---
But I still don't understand why you need a transparent pixel? Is it a separator of some sort?
By the way, the problem is not the transparent pixel. Instead of using a background image, you should use an image of size 100% in a cell with a fixed size. For example:
--- Code: ---
--- End code ---
And in CSS:
--- Code: ---
--- End code ---
Check my URL again, and don't forget to add the #corner attribute to your CSS file. I also corrected some other issues that were due to spelling mistakes. You may want to make a few position and size adjustments, depending on how you want to layout your website.
[ February 08, 2004: Message edited by: Laukev7 ]
Canadian Lover:
thx
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version