GFXVoid Graphic Design Forum

Remove Text Formatting
Loading...

» Online Users: 2,537

0 members and 2,537 guests
No Members online

» Site Navigation

 > FAQ

» Stats

Members: 35,443
Threads: 103,072
Posts: 826,684
Top Poster: cc.RadillacVIII (7,429)
Welcome to our newest member, Lekelindids
Results 1 to 8 of 8

Thread: ughhhhhhhhhhhh

  1. #1
    Join Date
    Mar 2005
    Posts
    1,120

    Default

    Code:
    <style type="text/css">
    
    
    /*Background Stuff*/
    table, td .content {
    background:..000000;
    opacity:.5; /*the .85 means 85% opacity fyi */
    } 
    body{background-image:url("http://img389.imageshack.us/done.php?l=img389/5002/bg3tq.jpg");
    background-attachment:fixed;
    background-repeat:repeat; *} 
    /*Text Attributes*/
    font, td, a, body, input, textarea, table{color:CC0000;font-family:arial;}
    body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; font-size: 12pt; color: CC0000; font-weight: bold; } .btext {font-family: arial black; font-size: 8pt; color: CC6600; font-style: italic; } .blacktext10 {font-family: arial black; font-size: 8pt; color: 339900; text-decoration: underline; } .blacktext12 {font-family: arial; font-size: 10pt; color: CC3366; } .lightbluetext8 {font-family: times new roman; font-size: 14pt; color: FF9900; } .nametext {font-family: impact; font-size: 16pt; color: 3366FF; font-weight: bold; } .orangetext15 {font-family: times new roman; font-size: 14pt; color: 3366CC; } .redbtext {font-family: arial; font-size: 8pt; color: 66CCCC; } .text {font-family: arial; font-size: 9pt; color: 339900; } .whitetext12 {font-family: arial; font-size: 8pt; color: CC6600; } 
    /*Link Attributes*/
    a:link, a.man:link, a.navbar:link, a.text:link {font-family: arial black; font-size: 10pt; color: EEEEEE; } a:hover, a.man:hover, a.navbar:hover, a.text:hover{font-family: arial black; font-size: 10pt; color: EEEEEE; } a:visited, a.man:visited, a.navbar:visited, a.text:visited {font-family: arial black; font-size: 10pt; color: DDDDDD; } 
    
    /*Additional Features*/
    body div table tbody tr td font {visibility:hidden;}
    .navbar {visibility:visible;}
    .navbar font {visibility:hidden;}
    table td div div font {visibility:hidden;}
    </style>

    The point of that was to make semi-transparent windows for my myspace, because the bg is really busy and there's no solid color that looks cool. The background won't load...and everything is semi-transparent.


    any suggestions?

  2. #2
    Join Date
    Jan 2005
    Location
    USA
    Posts
    2,155

    Default

    Code:
    <style type="text/css">
    
    body{background-image:url("http://img389.imageshack.us/done.php?l=img389/5002/bg3tq.jpg");
    background-attachment:fixed;
    background-repeat:repeat; *} 
    
    font, td, a, body, input, textarea, table{color:CC0000;font-family:arial;}
    body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; font-size: 12pt; color: CC0000; font-weight: bold; } .btext {font-family: arial black; font-size: 8pt; color: CC6600; font-style: italic; } .blacktext10 {font-family: arial black; font-size: 8pt; color: 339900; text-decoration: underline; } .blacktext12 {font-family: arial; font-size: 10pt; color: CC3366; } .lightbluetext8 {font-family: times new roman; font-size: 14pt; color: FF9900; } .nametext {font-family: impact; font-size: 16pt; color: 3366FF; font-weight: bold; } .orangetext15 {font-family: times new roman; font-size: 14pt; color: 3366CC; } .redbtext {font-family: arial; font-size: 8pt; color: 66CCCC; } .text {font-family: arial; font-size: 9pt; color: 339900; } .whitetext12 {font-family: arial; font-size: 8pt; color: CC6600; } 
    /*Link Attributes*/
    a:link, a.man:link, a.navbar:link, a.text:link {font-family: arial black; font-size: 10pt; color: EEEEEE; } a:hover, a.man:hover, a.navbar:hover, a.text:hover{font-family: arial black; font-size: 10pt; color: EEEEEE; } a:visited, a.man:visited, a.navbar:visited, a.text:visited {font-family: arial black; font-size: 10pt; color: DDDDDD; } 
    
    div table tbody tr td font {visibility:hidden;}
    .navbar {visibility:visible;}
    .navbar font {visibility:hidden;}
    table td div div font {visibility:hidden;}
    
    table, td .content {
    background:..000000;
    opacity:.5;
    } 
    
    </style>
    Try that. I weeded out some of the crap you don't need too. It may work, or it may not. It's a clusterfsck of a style sheet.
    Resident father figure.

  3. #3
    Join Date
    Mar 2005
    Posts
    1,120

    Default

    i'm trying it now, let's hope it works...

  4. #4
    Join Date
    May 2005
    Posts
    275

    Default

    use http://img389.imageshack.us/img389/5002/bg3tq.jpg instead of the background url 43 gave. this one is the direct link to the image. it should work now.

  5. #5
    Join Date
    Mar 2005
    Posts
    1,120

    Default

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
     *<title><$BlogPageTitle$></title>
    
     *<$BlogMetaData$>
    
     *<style type="text/css">
    /*
    -----------------------------------------------
    Blogger Template Style
    Name: * * Minima Black
    Designer: Douglas Bowman
    URL: * * *www.stopdesign.com
    Date: * * 26 Feb 2004
    ----------------------------------------------- */
    
    
    }
    body{background-image:url("http://img389.imageshack.us/img389/5002/bg3tq.jpg");
    background-attachment:fixed;
    background-repeat:repeat; *}
    a:link {
     *color:#9ad;
     *text-decoration:none;
     *}
    a:visited {
     *color:#a7a;
     *text-decoration:none;
     *}
    a:hover {
     *color:#ad9;
     *text-decoration:underline;
     *}
    a img {
     *border-width:0;
     *}
    I just decided to screw myspace because it's horrendously gay...so 43 helped me and i signed up for blogger.com


    My only problem is, why doesn't the background image work?

  6. #6
    Join Date
    Jan 2005
    Location
    USA
    Posts
    2,155

    Default

    i need a link to your site so i can see what it looks like.
    Resident father figure.

  7. #7
    Join Date
    Mar 2005
    Posts
    1,120

  8. #8
    Join Date
    Jun 2005
    Location
    Manchester, Uk
    Posts
    4,648

    Default

    Here's my code you can try work of it from that....

    Code:
    <style type="text/css">
    
    
    table, td { background-color:transparent; border:none; border-width:0;}
    body{background-image:url("http://pix7.com/0805/11055d_checkered.png");
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat; 
    scrollbar-face-color:000000;scrollbar-highlight-color:FFFFFF;scrollbar-3dlight-color:555555;scrollbar-shadow-color:000000;scrollbar-darkshadow-color:000000;scrollbar-arrow-color:FF66FF;scrollbar-track-color:FF99FF; }
    table table table {border:2px dashed; border-color:FF99FF; *padding:1; background-color:FFFFFF; }
    table table{border:0px}
    table table table table{border:0px}
    table {direction:rtl;}
    table table table {direction:ltr;}
    font, td, a, body, input, textarea, table{color:FF99FF;font-family:verdana;}
    body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: verdana; font-size: 10pt; color: FF99FF; } .btext {font-family: verdana; font-size: 10pt; color: 000000; } .blacktext10 {font-family: verdana; font-size: 10pt; color: 000000; } .blacktext12 {font-family: verdana; font-size: 10pt; color: 000000; } .lightbluetext8 {font-family: verdana; font-size: 10pt; color: 000000; } .nametext {font-family: verdana; font-size: 10pt; color: 000000; } .orangetext15 {font-family: verdana; font-size: 10pt; color: 000000; } .redbtext {font-family: verdana; font-size: 10pt; color: 000000; } .text {font-family: verdana; font-size: 10pt; color: 000000; } .whitetext12 {font-family: verdana; font-size: 10pt; color: 000000; } 
    a:link, a.man:link, a.navbar:link, a.text:link {font-family: verdana; font-size: 10pt; color: 000000; } a:hover, a.man:hover, a.navbar:hover, a.text:hover{font-family: verdana; font-size: 10pt; color: 000000; } a:visited, a.man:visited, a.navbar:visited, a.text:visited {font-family: verdana; font-size: 10pt; color: 000000; } 
    a:link img *{filter:gray;}
    a:hover img {filter:none;} 
    .blacktext12 {visibility:hidden; display:none}
    table td div div font {visibility:hidden;}
    </style>
    <div style="width: 88px; height: 31px; position: absolute; top:0px;left:0px; background-color: DEE6EB; border-width:1px;border-style:solid;border-color: 9CB3C3; font-family: Arial Black;">
    deaz\dxloa\dxedr



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.1.1